Package | Description |
---|---|
org.apache.cayenne.access.sqlbuilder.sqltree | |
org.apache.cayenne.access.translator.select | |
org.apache.cayenne.dba.db2 |
IBM DB2 DbAdapter.
|
org.apache.cayenne.dba.derby |
Apache Derby DbAdapter.
|
org.apache.cayenne.dba.firebird | |
org.apache.cayenne.dba.h2 | |
org.apache.cayenne.dba.ingres | |
org.apache.cayenne.dba.mysql |
MySQL DbAdapter.
|
org.apache.cayenne.dba.mysql.sqltree | |
org.apache.cayenne.dba.openbase |
OpenBase DbAdapter.
|
org.apache.cayenne.dba.oracle |
Oracle DbAdapter.
|
org.apache.cayenne.dba.postgres |
PostgreSQL DbAdapter.
|
org.apache.cayenne.dba.postgres.sqltree | |
org.apache.cayenne.dba.sqlite | |
org.apache.cayenne.dba.sqlserver |
MS SQLServer DbAdapter.
|
org.apache.cayenne.dba.sqlserver.sqltree | |
org.apache.cayenne.dba.sybase |
Sybase DbAdapter.
|
Modifier and Type | Class and Description |
---|---|
class |
OffsetFetchNextNode |
Constructor and Description |
---|
OffsetFetchNextNode(LimitOffsetNode node) |
Modifier and Type | Method and Description |
---|---|
protected void |
BaseSQLTreeProcessor.onLimitOffsetNode(Node parent,
LimitOffsetNode child,
int index) |
Modifier and Type | Method and Description |
---|---|
protected void |
DB2SQLTreeProcessor.onLimitOffsetNode(Node parent,
LimitOffsetNode child,
int index) |
Modifier and Type | Method and Description |
---|---|
protected void |
DerbySQLTreeProcessor.onLimitOffsetNode(Node parent,
LimitOffsetNode child,
int index) |
Modifier and Type | Method and Description |
---|---|
protected void |
FirebirdSQLTreeProcessor.onLimitOffsetNode(Node parent,
LimitOffsetNode child,
int index) |
Modifier and Type | Method and Description |
---|---|
protected void |
H2SQLTreeProcessor.onLimitOffsetNode(Node parent,
LimitOffsetNode child,
int index) |
Modifier and Type | Method and Description |
---|---|
protected void |
IngressSQLTreeProcessor.onLimitOffsetNode(Node parent,
LimitOffsetNode child,
int index) |
Modifier and Type | Method and Description |
---|---|
protected Optional<Node> |
MySQLTreeProcessor.onLimitOffsetNode(Node parent,
LimitOffsetNode child,
int index) |
Modifier and Type | Class and Description |
---|---|
class |
MysqlLimitOffsetNode |
Modifier and Type | Method and Description |
---|---|
protected void |
OpenBaseSQLTreeProcessor.onLimitOffsetNode(Node parent,
LimitOffsetNode child,
int index)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected void |
OracleSQLTreeProcessor.onLimitOffsetNode(Node parent,
LimitOffsetNode child,
int index) |
Modifier and Type | Method and Description |
---|---|
protected Optional<Node> |
PostgreSQLTreeProcessor.onLimitOffsetNode(Node parent,
LimitOffsetNode child,
int index) |
Modifier and Type | Class and Description |
---|---|
class |
PostgresLimitOffsetNode |
Constructor and Description |
---|
PostgresLimitOffsetNode(LimitOffsetNode node) |
Modifier and Type | Method and Description |
---|---|
protected void |
SQLiteTreeProcessor.onLimitOffsetNode(Node parent,
LimitOffsetNode child,
int index) |
Modifier and Type | Method and Description |
---|---|
protected void |
SQLServerTreeProcessorV12.onLimitOffsetNode(Node parent,
LimitOffsetNode child,
int index) |
Modifier and Type | Class and Description |
---|---|
class |
SQLServerLimitOffsetNode |
Modifier and Type | Method and Description |
---|---|
protected void |
SybaseSQLTreeProcessor.onLimitOffsetNode(Node parent,
LimitOffsetNode child,
int index) |
Copyright © 2001–2021 Apache Cayenne. All rights reserved.