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