Package org.apache.derby.impl.tools.ij
Class ijMultiResult
java.lang.Object
org.apache.derby.impl.tools.ij.ijResultImpl
org.apache.derby.impl.tools.ij.ijMultiResult
- All Implemented Interfaces:
ijResult
This is an impl for a statement execution; the result
is either an update count or result set depending
on what was executed.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.derby.impl.tools.ij.ijResultImpl
getColumnDisplayList, getColumnWidthList, getConnection, getException, getMultipleResultSets, getNextRowOfResultSet, getUpdateCount, getVector, hasWarnings, isConnection, isException, isMultipleResultSetResult, isNextRowOfResultSet, isResultSet, isStatement, isUpdateCount, isVector, toString
-
Field Details
-
statement
-
rs
-
closeWhenDone
boolean closeWhenDone
-
-
Constructor Details
-
ijMultiResult
-
-
Method Details
-
isMulti
public boolean isMulti()- Specified by:
isMulti
in interfaceijResult
- Overrides:
isMulti
in classijResultImpl
-
getStatement
- Specified by:
getStatement
in interfaceijResult
- Overrides:
getStatement
in classijResultImpl
-
getResultSet
- Specified by:
getResultSet
in interfaceijResult
- Overrides:
getResultSet
in classijResultImpl
-
closeStatement
- Specified by:
closeStatement
in interfaceijResult
- Overrides:
closeStatement
in classijResultImpl
- Throws:
SQLException
-
getSQLWarnings
- Specified by:
getSQLWarnings
in interfaceijResult
- Specified by:
getSQLWarnings
in classijResultImpl
-
clearSQLWarnings
public void clearSQLWarnings()- Specified by:
clearSQLWarnings
in interfaceijResult
- Specified by:
clearSQLWarnings
in classijResultImpl
-