public abstract class BaseSQLAction extends Object implements SQLAction
Constructor and Description |
---|
BaseSQLAction(DataNode dataNode) |
Modifier and Type | Method and Description |
---|---|
protected int |
getInMemoryOffset(int queryOffset)
Returns a value of the offset that will be used to rewind the ResultSet
within the SQL action before reading the result rows.
|
protected void |
readResultSet(ResultSet resultSet,
RowDescriptor descriptor,
Query query,
OperationObserver delegate)
Helper method to process a ResultSet.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
performAction
protected DataNode dataNode
public BaseSQLAction(DataNode dataNode)
protected void readResultSet(ResultSet resultSet, RowDescriptor descriptor, Query query, OperationObserver delegate) throws SQLException, Exception
SQLException
Exception
protected int getInMemoryOffset(int queryOffset)
Copyright © 2001–2015 Apache Cayenne. All rights reserved.