Class ijStatementResult
java.lang.Object
org.apache.derby.impl.tools.ij.ijResultImpl
org.apache.derby.impl.tools.ij.ijStatementResult
- 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
Modifier and TypeMethodDescriptionvoidvoidintbooleanbooleanbooleanMethods inherited from class ijResultImpl
getColumnDisplayList, getColumnWidthList, getConnection, getException, getMultipleResultSets, getNextRowOfResultSet, getVector, hasWarnings, isConnection, isException, isMulti, isMultipleResultSetResult, isNextRowOfResultSet, isVector, toString
-
Field Details
-
statement
Statement statement -
closeWhenDone
boolean closeWhenDone
-
-
Constructor Details
-
ijStatementResult
ijStatementResult(Statement s, boolean c)
-
-
Method Details
-
isStatement
public boolean isStatement()- Specified by:
isStatementin interfaceijResult- Overrides:
isStatementin classijResultImpl
-
isResultSet
- Specified by:
isResultSetin interfaceijResult- Overrides:
isResultSetin classijResultImpl- Throws:
SQLException
-
isUpdateCount
- Specified by:
isUpdateCountin interfaceijResult- Overrides:
isUpdateCountin classijResultImpl- Throws:
SQLException
-
getStatement
- Specified by:
getStatementin interfaceijResult- Overrides:
getStatementin classijResultImpl
-
getUpdateCount
- Specified by:
getUpdateCountin interfaceijResult- Overrides:
getUpdateCountin classijResultImpl- Throws:
SQLException
-
getResultSet
- Specified by:
getResultSetin interfaceijResult- Overrides:
getResultSetin classijResultImpl- Throws:
SQLException
-
closeStatement
- Specified by:
closeStatementin interfaceijResult- Overrides:
closeStatementin classijResultImpl- Throws:
SQLException
-
getSQLWarnings
- Specified by:
getSQLWarningsin interfaceijResult- Specified by:
getSQLWarningsin classijResultImpl- Throws:
SQLException
-
clearSQLWarnings
- Specified by:
clearSQLWarningsin interfaceijResult- Specified by:
clearSQLWarningsin classijResultImpl- Throws:
SQLException
-