ResultSetSetTransactionResultSetclass MiscResultSet extends NoRowsResultSetImpl
activation, beginExecutionTime, beginTime, endExecutionTime, endTime, lccCURRENT_RESULTSET_ONLY, ENTIRE_RESULTSET_TREE, ISAFTERLAST, ISBEFOREFIRST, ISFIRST, ISLAST| Constructor | Description |
|---|---|
MiscResultSet(Activation activation) |
Construct a MiscResultSet
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
cleanUp() |
No action is required, but not implemented in any base class
|
void |
close() |
Tells the system that there will be no more calls to getNextRow()
(until the next open() call), so it can free up the resources
associated with the ResultSet.
|
void |
open() |
Opens a MiscResultSet, executes the Activation's
ConstantAction, and then immediately closes the MiscResultSet.
|
addWarning, checkRowPosition, clearCurrentRow, close, doesCommit, evaluateGenerationClauses, finish, getAbsoluteRow, getActivation, getAutoGeneratedKeysResultset, getBeginExecutionTimestamp, getCurrentTimeMillis, getCursorName, getEndExecutionTimestamp, getExecuteTime, getFirstRow, getLastRow, getNextRow, getPreviousRow, getQueryPlanText, getRelativeRow, getResultDescription, getRowNumber, getSubqueryTrackingArray, getTimeSpent, getWarnings, isClosed, modifiedRowCount, returnsRows, setAfterLastRow, setBeforeFirstRow, setup, toXMLMiscResultSet(Activation activation)
activation - Describes run-time environment.public void open()
throws StandardException
StandardException - Standard Derby error policy.public void close()
throws StandardException
ResultSetStandardException - Thrown on error.public void cleanUp()
ResultSet.cleanUp()Apache Derby V10.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.