Uses of Class
org.apache.cayenne.access.sqlbuilder.sqltree.LimitOffsetNode
Package
Description
IBM DB2 DbAdapter.
Apache Derby DbAdapter.
MySQL DbAdapter.
OpenBase DbAdapter.
Oracle DbAdapter.
PostgreSQL DbAdapter.
MS SQLServer DbAdapter.
Sybase DbAdapter.
-
Uses of LimitOffsetNode in org.apache.cayenne.access.sqlbuilder.sqltree
-
Uses of LimitOffsetNode in org.apache.cayenne.access.translator.select
Modifier and TypeMethodDescriptionprotected void
BaseSQLTreeProcessor.onLimitOffsetNode
(Node parent, LimitOffsetNode child, int index) -
Uses of LimitOffsetNode in org.apache.cayenne.dba.db2
Modifier and TypeMethodDescriptionprotected void
DB2SQLTreeProcessor.onLimitOffsetNode
(Node parent, LimitOffsetNode child, int index) -
Uses of LimitOffsetNode in org.apache.cayenne.dba.derby
Modifier and TypeMethodDescriptionprotected void
DerbySQLTreeProcessor.onLimitOffsetNode
(Node parent, LimitOffsetNode child, int index) -
Uses of LimitOffsetNode in org.apache.cayenne.dba.firebird
Modifier and TypeMethodDescriptionprotected void
FirebirdSQLTreeProcessor.onLimitOffsetNode
(Node parent, LimitOffsetNode child, int index) -
Uses of LimitOffsetNode in org.apache.cayenne.dba.h2
Modifier and TypeMethodDescriptionprotected void
H2SQLTreeProcessor.onLimitOffsetNode
(Node parent, LimitOffsetNode child, int index) -
Uses of LimitOffsetNode in org.apache.cayenne.dba.ingres
Modifier and TypeMethodDescriptionprotected void
IngressSQLTreeProcessor.onLimitOffsetNode
(Node parent, LimitOffsetNode child, int index) -
Uses of LimitOffsetNode in org.apache.cayenne.dba.mysql
Modifier and TypeMethodDescriptionMySQLTreeProcessor.onLimitOffsetNode
(Node parent, LimitOffsetNode child, int index) -
Uses of LimitOffsetNode in org.apache.cayenne.dba.mysql.sqltree
-
Uses of LimitOffsetNode in org.apache.cayenne.dba.openbase
Modifier and TypeMethodDescriptionprotected void
OpenBaseSQLTreeProcessor.onLimitOffsetNode
(Node parent, LimitOffsetNode child, int index) Deprecated. -
Uses of LimitOffsetNode in org.apache.cayenne.dba.oracle
Modifier and TypeMethodDescriptionprotected void
OracleSQLTreeProcessor.onLimitOffsetNode
(Node parent, LimitOffsetNode child, int index) -
Uses of LimitOffsetNode in org.apache.cayenne.dba.postgres
Modifier and TypeMethodDescriptionPostgreSQLTreeProcessor.onLimitOffsetNode
(Node parent, LimitOffsetNode child, int index) -
Uses of LimitOffsetNode in org.apache.cayenne.dba.postgres.sqltree
-
Uses of LimitOffsetNode in org.apache.cayenne.dba.sqlite
Modifier and TypeMethodDescriptionprotected void
SQLiteTreeProcessor.onLimitOffsetNode
(Node parent, LimitOffsetNode child, int index) -
Uses of LimitOffsetNode in org.apache.cayenne.dba.sqlserver
Modifier and TypeMethodDescriptionprotected void
SQLServerTreeProcessorV12.onLimitOffsetNode
(Node parent, LimitOffsetNode child, int index) -
Uses of LimitOffsetNode in org.apache.cayenne.dba.sqlserver.sqltree
-
Uses of LimitOffsetNode in org.apache.cayenne.dba.sybase
Modifier and TypeMethodDescriptionprotected void
SybaseSQLTreeProcessor.onLimitOffsetNode
(Node parent, LimitOffsetNode child, int index)