abstract class ijResultImpl extends java.lang.Object implements ijResult
| Constructor and Description |
|---|
ijResultImpl() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
clearSQLWarnings() |
void |
closeStatement() |
int[] |
getColumnDisplayList() |
int[] |
getColumnWidthList() |
java.sql.Connection |
getConnection() |
java.sql.SQLException |
getException() |
java.util.List |
getMultipleResultSets() |
java.sql.ResultSet |
getNextRowOfResultSet() |
java.sql.ResultSet |
getResultSet() |
abstract java.sql.SQLWarning |
getSQLWarnings() |
java.sql.Statement |
getStatement() |
int |
getUpdateCount() |
java.util.Vector |
getVector() |
boolean |
hasWarnings() |
boolean |
isConnection() |
boolean |
isException() |
boolean |
isMulti() |
boolean |
isMultipleResultSetResult() |
boolean |
isNextRowOfResultSet() |
boolean |
isResultSet() |
boolean |
isStatement() |
boolean |
isUpdateCount() |
boolean |
isVector() |
java.lang.String |
toString() |
public boolean isConnection()
isConnection in interface ijResultpublic boolean isStatement()
isStatement in interface ijResultpublic boolean isResultSet()
throws java.sql.SQLException
isResultSet in interface ijResultjava.sql.SQLExceptionpublic boolean isUpdateCount()
throws java.sql.SQLException
isUpdateCount in interface ijResultjava.sql.SQLExceptionpublic boolean isNextRowOfResultSet()
isNextRowOfResultSet in interface ijResultpublic boolean isException()
isException in interface ijResultpublic boolean isMultipleResultSetResult()
isMultipleResultSetResult in interface ijResultpublic boolean hasWarnings()
throws java.sql.SQLException
hasWarnings in interface ijResultjava.sql.SQLExceptionpublic java.sql.Connection getConnection()
getConnection in interface ijResultpublic java.sql.Statement getStatement()
getStatement in interface ijResultpublic int getUpdateCount()
throws java.sql.SQLException
getUpdateCount in interface ijResultjava.sql.SQLExceptionpublic java.sql.ResultSet getResultSet()
throws java.sql.SQLException
getResultSet in interface ijResultjava.sql.SQLExceptionpublic java.util.List getMultipleResultSets()
getMultipleResultSets in interface ijResultpublic java.sql.ResultSet getNextRowOfResultSet()
getNextRowOfResultSet in interface ijResultpublic java.sql.SQLException getException()
getException in interface ijResultpublic int[] getColumnDisplayList()
getColumnDisplayList in interface ijResultpublic int[] getColumnWidthList()
getColumnWidthList in interface ijResultpublic void closeStatement()
throws java.sql.SQLException
closeStatement in interface ijResultjava.sql.SQLExceptionpublic abstract java.sql.SQLWarning getSQLWarnings()
throws java.sql.SQLException
getSQLWarnings in interface ijResultjava.sql.SQLExceptionpublic abstract void clearSQLWarnings()
throws java.sql.SQLException
clearSQLWarnings in interface ijResultjava.sql.SQLExceptionpublic java.lang.String toString()
toString in class java.lang.ObjectApache Derby V10.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.