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 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:
isMultiin interfaceijResult- Overrides:
isMultiin classijResultImpl
-
getStatement
- Specified by:
getStatementin interfaceijResult- Overrides:
getStatementin classijResultImpl
-
getResultSet
- Specified by:
getResultSetin interfaceijResult- Overrides:
getResultSetin classijResultImpl
-
closeStatement
- Specified by:
closeStatementin interfaceijResult- Overrides:
closeStatementin classijResultImpl- Throws:
SQLException
-
getSQLWarnings
- Specified by:
getSQLWarningsin interfaceijResult- Specified by:
getSQLWarningsin classijResultImpl
-
clearSQLWarnings
public void clearSQLWarnings()- Specified by:
clearSQLWarningsin interfaceijResult- Specified by:
clearSQLWarningsin classijResultImpl
-