Package org.apache.derby.impl.tools.ij
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 TypeMethodDescriptionvoid
boolean
Methods inherited from class org.apache.derby.impl.tools.ij.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:
isNextRowOfResultSet
in interfaceijResult
- Overrides:
isNextRowOfResultSet
in classijResultImpl
-
getNextRowOfResultSet
- Specified by:
getNextRowOfResultSet
in interfaceijResult
- Overrides:
getNextRowOfResultSet
in classijResultImpl
-
getSQLWarnings
- Specified by:
getSQLWarnings
in interfaceijResult
- Specified by:
getSQLWarnings
in classijResultImpl
- Throws:
SQLException
-
clearSQLWarnings
- Specified by:
clearSQLWarnings
in interfaceijResult
- Specified by:
clearSQLWarnings
in classijResultImpl
- Throws:
SQLException
-