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.hsqldb |
HSQLDB DbAdapter.
|
org.apache.cayenne.dba.ingres | |
org.apache.cayenne.dba.oracle |
Oracle DbAdapter.
|
org.apache.cayenne.dba.postgres |
PostgreSQL DbAdapter.
|
org.apache.cayenne.dba.sqlserver |
MS SQLServer DbAdapter.
|
org.apache.cayenne.dba.sqlserver.sqltree |
Modifier and Type | Class and Description |
---|---|
class |
UnescapedColumnNode |
Modifier and Type | Field and Description |
---|---|
protected ColumnNode |
TrimmingColumnNode.columnNode |
Constructor and Description |
---|
TrimmingColumnNode(ColumnNode columnNode) |
Modifier and Type | Method and Description |
---|---|
protected void |
BaseSQLTreeProcessor.onColumnNode(Node parent,
ColumnNode child,
int index) |
Modifier and Type | Method and Description |
---|---|
protected void |
DB2SQLTreeProcessor.onColumnNode(Node parent,
ColumnNode child,
int index) |
Modifier and Type | Method and Description |
---|---|
protected void |
DerbySQLTreeProcessor.onColumnNode(Node parent,
ColumnNode child,
int index) |
Modifier and Type | Method and Description |
---|---|
protected void |
HSQLTreeProcessor.onColumnNode(Node parent,
ColumnNode child,
int index) |
Modifier and Type | Method and Description |
---|---|
protected void |
IngressSQLTreeProcessor.onColumnNode(Node parent,
ColumnNode child,
int index) |
Modifier and Type | Method and Description |
---|---|
protected void |
OracleSQLTreeProcessor.onColumnNode(Node parent,
ColumnNode child,
int index) |
Modifier and Type | Method and Description |
---|---|
protected void |
PostgreSQLTreeProcessor.onColumnNode(Node parent,
ColumnNode child,
int index) |
Modifier and Type | Method and Description |
---|---|
protected void |
SQLServerTreeProcessor.onColumnNode(Node parent,
ColumnNode child,
int index) |
Constructor and Description |
---|
SQLServerColumnNode(ColumnNode columnNode) |
Copyright © 2001–2020 Apache Cayenne. All rights reserved.