public interface TargetResultSet extends ResultSet
CURRENT_RESULTSET_ONLY, ENTIRE_RESULTSET_TREE, ISAFTERLAST, ISBEFOREFIRST, ISFIRST, ISLAST| Modifier and Type | Method and Description |
|---|---|
void |
changedRow(ExecRow execRow,
RowLocation rowLocation)
Pass a changed row and the row location for that row
to the target result set.
|
ExecRow |
preprocessSourceRow(ExecRow sourceRow)
Preprocess the source row prior to getting it back from the source.
|
addWarning, checkRowPosition, cleanUp, clearCurrentRow, close, finish, getAbsoluteRow, getActivation, getAutoGeneratedKeysResultset, getBeginExecutionTimestamp, getCursorName, getEndExecutionTimestamp, getExecuteTime, getFirstRow, getLastRow, getNextRow, getPreviousRow, getRelativeRow, getResultDescription, getRowNumber, getSubqueryTrackingArray, getTimeSpent, getWarnings, isClosed, modifiedRowCount, open, returnsRows, setAfterLastRow, setBeforeFirstRowvoid changedRow(ExecRow execRow, RowLocation rowLocation) throws StandardException
execRow - The changed row.rowLocation - The row location of the row.StandardException - thrown if cursor finished.ExecRow preprocessSourceRow(ExecRow sourceRow) throws StandardException
sourceRow - The source row.StandardException - thrown if cursor finished.Apache Derby V10.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.