Package org.apache.derby.impl.tools.ij
Interface ijResult
- All Known Implementing Classes:
ijConnectionResult
,ijExceptionResult
,ijMultipleResultSetResult
,ijMultiResult
,ijResultImpl
,ijResultSetResult
,ijRowResult
,ijStatementResult
,ijVectorResult
,ijWarningResult
interface ijResult
This is a wrapper for results coming out of the
ij parser.
-
Method Details
-
isConnection
boolean isConnection() -
isStatement
boolean isStatement() -
isResultSet
- Throws:
SQLException
-
isUpdateCount
- Throws:
SQLException
-
isNextRowOfResultSet
boolean isNextRowOfResultSet() -
isVector
boolean isVector() -
isMulti
boolean isMulti() -
isException
boolean isException() -
isMultipleResultSetResult
boolean isMultipleResultSetResult() -
hasWarnings
- Throws:
SQLException
-
getConnection
Connection getConnection() -
getStatement
Statement getStatement() -
getUpdateCount
- Throws:
SQLException
-
getResultSet
- Throws:
SQLException
-
getMultipleResultSets
-
getNextRowOfResultSet
ResultSet getNextRowOfResultSet() -
getVector
Vector getVector() -
getException
SQLException getException() -
getColumnDisplayList
int[] getColumnDisplayList() -
getColumnWidthList
int[] getColumnWidthList() -
closeStatement
- Throws:
SQLException
-
getSQLWarnings
- Throws:
SQLException
-
clearSQLWarnings
- Throws:
SQLException
-