ResultSet
InsertResultSet
public interface TargetResultSet extends ResultSet
CURRENT_RESULTSET_ONLY, ENTIRE_RESULTSET_TREE, ISAFTERLAST, ISBEFOREFIRST, ISFIRST, ISLAST
Modifier and Type | Method | Description |
---|---|---|
void |
changedRow(ExecRow execRow,
RowLocation rowLocation) |
Pass a changed row and the row location for that row
to the target result set.
|
void |
offendingRowLocation(RowLocation rl,
long constainerId) |
|
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, setBeforeFirstRow, toXML
void changedRow(ExecRow execRow, RowLocation rowLocation) throws StandardException
execRow
- The changed row.rowLocation
- The row location of the row.StandardException
- thrown if cursor finished.void offendingRowLocation(RowLocation rl, long constainerId) throws StandardException
StandardException
ExecRow preprocessSourceRow(ExecRow sourceRow) throws StandardException
sourceRow
- The source row.StandardException
- thrown if cursor finished.Apache Derby V10.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.