ResultSet
class UpdateVTIResultSet extends DMLVTIResultSet
Modifier and Type | Field | Description |
---|---|---|
private TemporaryRowHolderImpl |
rowHolder |
|
private java.sql.ResultSet |
rs |
constants, firstExecute, savedSource, sourceResultSet, tc
baseRowReadMap, cachedDestinations, constantAction, heapDCOCI, indexDCOCIs, resultDescription, rowCount, streamStorableHeapColIds
activation, beginExecutionTime, beginTime, endExecutionTime, endTime, lcc
CURRENT_RESULTSET_ONLY, ENTIRE_RESULTSET_TREE, ISAFTERLAST, ISBEFOREFIRST, ISFIRST, ISLAST
Constructor | Description |
---|---|
UpdateVTIResultSet(NoPutResultSet source,
Activation activation) |
Modifier and Type | Method | Description |
---|---|---|
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.
|
protected void |
openCore() |
|
private void |
updateVTI(java.sql.ResultSet target,
ExecRow row) |
cleanUp, finish, open
decodeLockMode, getIndexNameFromCID, getNextRowCore, getResultDescription, makeDeferredSparseRow, modifiedRowCount, normalizeRow, rememberConstraint
addWarning, checkRowPosition, clearCurrentRow, close, doesCommit, evaluateGenerationClauses, getAbsoluteRow, getActivation, getAutoGeneratedKeysResultset, getBeginExecutionTimestamp, getCurrentTimeMillis, getCursorName, getEndExecutionTimestamp, getExecuteTime, getFirstRow, getLastRow, getNextRow, getPreviousRow, getQueryPlanText, getRelativeRow, getRowNumber, getSubqueryTrackingArray, getTimeSpent, getWarnings, isClosed, returnsRows, setAfterLastRow, setBeforeFirstRow, setup, toXML
private java.sql.ResultSet rs
private TemporaryRowHolderImpl rowHolder
public UpdateVTIResultSet(NoPutResultSet source, Activation activation) throws StandardException
StandardException
- Thrown on errorprotected void openCore() throws StandardException
openCore
in class DMLVTIResultSet
StandardException
- Standard Derby error policypublic void close() throws StandardException
ResultSet
StandardException
- Thrown on error.private void updateVTI(java.sql.ResultSet target, ExecRow row) throws StandardException
StandardException
Apache Derby V10.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.