Class ijRowResult
java.lang.Object
org.apache.derby.impl.tools.ij.ijResultImpl
org.apache.derby.impl.tools.ij.ijRowResult
- All Implemented Interfaces:
ijResult
This is an impl for when 1 row of a result set is
the intended use of it. The caller *must not*
do a "next" on the result set. It's up to them
to make sure that doesn't happen.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbooleanMethods inherited from class ijResultImpl
closeStatement, getColumnDisplayList, getColumnWidthList, getConnection, getException, getMultipleResultSets, getResultSet, getStatement, getUpdateCount, getVector, hasWarnings, isConnection, isException, isMulti, isMultipleResultSetResult, isResultSet, isStatement, isUpdateCount, isVector, toString
-
Field Details
-
rowResult
ResultSet rowResult -
hadRow
boolean hadRow
-
-
Constructor Details
-
ijRowResult
-
-
Method Details
-
isNextRowOfResultSet
public boolean isNextRowOfResultSet()- Specified by:
isNextRowOfResultSetin interfaceijResult- Overrides:
isNextRowOfResultSetin classijResultImpl
-
getNextRowOfResultSet
- Specified by:
getNextRowOfResultSetin interfaceijResult- Overrides:
getNextRowOfResultSetin classijResultImpl
-
getSQLWarnings
- Specified by:
getSQLWarningsin interfaceijResult- Specified by:
getSQLWarningsin classijResultImpl- Throws:
SQLException
-
clearSQLWarnings
- Specified by:
clearSQLWarningsin interfaceijResult- Specified by:
clearSQLWarningsin classijResultImpl- Throws:
SQLException
-