class InsertVTIResultSet extends DMLVTIResultSet
| Modifier and Type | Field and Description |
|---|---|
private java.sql.PreparedStatement |
ps |
private TemporaryRowHolderImpl |
rowHolder |
private java.sql.ResultSet |
rs |
private VTIResultSet |
vtiRS |
constants, firstExecute, resultDescription, savedSource, sourceResultSet, tcbaseRowReadMap, constantAction, deferredSparseRow, heapDCOCI, indexDCOCIs, rowCount, streamStorableHeapColIdsactivation, beginExecutionTime, beginTime, endExecutionTime, endTime, lccCURRENT_RESULTSET_ONLY, ENTIRE_RESULTSET_TREE, ISAFTERLAST, ISBEFOREFIRST, ISFIRST, ISLAST| Constructor and Description |
|---|
InsertVTIResultSet(NoPutResultSet source,
NoPutResultSet vtiRS,
Activation activation) |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanUp()
Tells the system to clean up on an error.
|
void |
finish()
Tells the system that there will be no more access
to any database information via this result set;
in particular, no more calls to open().
|
private void |
insertIntoVTI(java.sql.ResultSet target,
ExecRow row) |
protected void |
openCore() |
getResultDescription, opendecodeLockMode, getIndexNameFromCID, getNextRowCore, makeDeferredSparseRow, modifiedRowCountaddWarning, 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, setupprivate java.sql.PreparedStatement ps
private VTIResultSet vtiRS
private java.sql.ResultSet rs
private TemporaryRowHolderImpl rowHolder
public InsertVTIResultSet(NoPutResultSet source, NoPutResultSet vtiRS, Activation activation) throws StandardException
StandardException - Thrown on errorprotected void openCore()
throws StandardException
openCore in class DMLVTIResultSetStandardException - Standard Derby error policyprivate void insertIntoVTI(java.sql.ResultSet target,
ExecRow row)
throws StandardException
StandardExceptionpublic void cleanUp()
throws StandardException
ResultSetcleanUp in interface ResultSetcleanUp in class DMLVTIResultSetStandardException - Thrown on errorResultSet.cleanUp()public void finish()
throws StandardException
ResultSetfinish in interface ResultSetfinish in class DMLVTIResultSetStandardException - on errorApache Derby V10.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.