Package org.apache.cayenne.dba.ingres
Class IngresSelectAction
java.lang.Object
org.apache.cayenne.access.jdbc.BaseSQLAction
org.apache.cayenne.access.jdbc.SelectAction
org.apache.cayenne.dba.ingres.IngresSelectAction
- All Implemented Interfaces:
- SQLAction
public class IngresSelectAction extends SelectAction
- 
Field SummaryFields inherited from class org.apache.cayenne.access.jdbc.SelectActionquery, queryMetadataFields inherited from class org.apache.cayenne.access.jdbc.BaseSQLActiondataNode
- 
Constructor SummaryConstructors Constructor Description IngresSelectAction(SelectQuery<T> query, DataNode dataNode)
- 
Method SummaryModifier and Type Method Description protected intgetInMemoryOffset(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.Methods inherited from class org.apache.cayenne.access.jdbc.SelectActionperformActionMethods inherited from class org.apache.cayenne.access.jdbc.BaseSQLActionreadResultSet
- 
Constructor Details- 
IngresSelectAction
 
- 
- 
Method Details- 
getInMemoryOffsetprotected int getInMemoryOffset(int queryOffset)Description copied from class:BaseSQLActionReturns a value of the offset that will be used to rewind the ResultSet within the SQL action before reading the result rows. The default implementation returns 'queryOffset' argument. If the adapter supports setting offset at the SQL level, this method must be overridden to return zero to suppress manual offset.- Overrides:
- getInMemoryOffsetin class- BaseSQLAction
 
 
-