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.firebird.sqltree | |
org.apache.cayenne.dba.frontbase |
FrontBase DbAdapter.
|
org.apache.cayenne.dba.hsqldb |
HSQLDB DbAdapter.
|
org.apache.cayenne.dba.ingres | |
org.apache.cayenne.dba.mysql |
MySQL DbAdapter.
|
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.sybase |
Sybase DbAdapter.
|
Modifier and Type | Method and Description |
---|---|
static FunctionNode |
FunctionNode.wrap(Node node,
String functionName) |
Modifier and Type | Method and Description |
---|---|
protected void |
BaseSQLTreeProcessor.onFunctionNode(Node parent,
FunctionNode child,
int index) |
Modifier and Type | Method and Description |
---|---|
protected void |
DB2SQLTreeProcessor.onFunctionNode(Node parent,
FunctionNode child,
int index) |
Modifier and Type | Method and Description |
---|---|
protected void |
DerbySQLTreeProcessor.onFunctionNode(Node parent,
FunctionNode child,
int index) |
Modifier and Type | Method and Description |
---|---|
protected void |
FirebirdSQLTreeProcessor.onFunctionNode(Node parent,
FunctionNode child,
int index) |
Modifier and Type | Class and Description |
---|---|
class |
FirebirdSubstringFunctionNode
SUBSTRING function for Firebird
It has following format:
SUBSTRING (string FROM CAST(? AS INTEGER) FOR CAST(? AS INTEGER))
|
Modifier and Type | Method and Description |
---|---|
protected void |
FrontBaseSQLTreeProcessor.onFunctionNode(Node parent,
FunctionNode child,
int index) |
Modifier and Type | Method and Description |
---|---|
protected void |
HSQLTreeProcessor.onFunctionNode(Node parent,
FunctionNode child,
int index) |
Modifier and Type | Method and Description |
---|---|
protected void |
IngressSQLTreeProcessor.onFunctionNode(Node parent,
FunctionNode child,
int index) |
Modifier and Type | Method and Description |
---|---|
protected Optional<Node> |
MySQLTreeProcessor.onFunctionNode(Node parent,
FunctionNode child,
int index) |
Modifier and Type | Method and Description |
---|---|
protected void |
OpenBaseSQLTreeProcessor.onFunctionNode(Node parent,
FunctionNode child,
int index)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected void |
OracleSQLTreeProcessor.onFunctionNode(Node parent,
FunctionNode child,
int index) |
Modifier and Type | Method and Description |
---|---|
protected Optional<Node> |
PostgreSQLTreeProcessor.onFunctionNode(Node parent,
FunctionNode child,
int index) |
Modifier and Type | Class and Description |
---|---|
class |
PositionFunctionNode |
Modifier and Type | Method and Description |
---|---|
protected void |
SQLiteTreeProcessor.onFunctionNode(Node parent,
FunctionNode child,
int index) |
Modifier and Type | Method and Description |
---|---|
protected void |
SybaseSQLTreeProcessor.onFunctionNode(Node parent,
FunctionNode child,
int index) |
Copyright © 2001–2021 Apache Cayenne. All rights reserved.