|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cayenne.access.jdbc.BaseSQLAction
org.apache.cayenne.access.jdbc.SelectAction
org.apache.cayenne.dba.ingres.IngresSelectAction
public class IngresSelectAction
Field Summary |
---|
Fields inherited from class org.apache.cayenne.access.jdbc.SelectAction |
---|
query |
Fields inherited from class org.apache.cayenne.access.jdbc.BaseSQLAction |
---|
adapter, entityResolver |
Constructor Summary | |
---|---|
IngresSelectAction(SelectQuery query,
JdbcAdapter adapter,
EntityResolver entityResolver)
|
Method Summary | |
---|---|
protected SelectTranslator |
createTranslator(java.sql.Connection connection)
|
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. |
Methods inherited from class org.apache.cayenne.access.jdbc.SelectAction |
---|
performAction |
Methods inherited from class org.apache.cayenne.access.jdbc.BaseSQLAction |
---|
getAdapter, getEntityResolver, readResultSet |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IngresSelectAction(SelectQuery query, JdbcAdapter adapter, EntityResolver entityResolver)
Method Detail |
---|
protected int getInMemoryOffset(int queryOffset)
BaseSQLAction
getInMemoryOffset
in class BaseSQLAction
protected SelectTranslator createTranslator(java.sql.Connection connection)
createTranslator
in class SelectAction
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |