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, waitperformActionprotected DataNode dataNode
public BaseSQLAction(DataNode dataNode)
protected void readResultSet(ResultSet resultSet, RowDescriptor descriptor, Query query, OperationObserver delegate) throws SQLException, Exception
SQLExceptionExceptionprotected int getInMemoryOffset(int queryOffset)
Copyright © 2001–2023 Apache Cayenne. All rights reserved.