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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IngresSelectAction
public IngresSelectAction(SelectQuery query,
JdbcAdapter adapter,
EntityResolver entityResolver)
getInMemoryOffset
protected int getInMemoryOffset(int queryOffset)
- Description copied from class:
BaseSQLAction
- Returns 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:
getInMemoryOffset
in class BaseSQLAction
createTranslator
protected SelectTranslator createTranslator(Connection connection)
- Overrides:
createTranslator
in class SelectAction
Copyright © 2001-2013 Apache Cayenne. All Rights Reserved.