Uses of Class
org.apache.cayenne.access.sqlbuilder.sqltree.FunctionNode
Package
Description
IBM DB2 DbAdapter.
Apache Derby DbAdapter.
FrontBase DbAdapter.
HSQLDB DbAdapter.
MySQL DbAdapter.
OpenBase DbAdapter.
Oracle DbAdapter.
PostgreSQL DbAdapter.
Sybase DbAdapter.
-
Uses of FunctionNode in org.apache.cayenne.access.sqlbuilder.sqltree
-
Uses of FunctionNode in org.apache.cayenne.access.translator.select
Modifier and TypeMethodDescriptionprotected void
BaseSQLTreeProcessor.onFunctionNode
(Node parent, FunctionNode child, int index) -
Uses of FunctionNode in org.apache.cayenne.dba.db2
Modifier and TypeMethodDescriptionprotected void
DB2SQLTreeProcessor.onFunctionNode
(Node parent, FunctionNode child, int index) -
Uses of FunctionNode in org.apache.cayenne.dba.derby
Modifier and TypeMethodDescriptionprotected void
DerbySQLTreeProcessor.onFunctionNode
(Node parent, FunctionNode child, int index) -
Uses of FunctionNode in org.apache.cayenne.dba.firebird
Modifier and TypeMethodDescriptionprotected void
FirebirdSQLTreeProcessor.onFunctionNode
(Node parent, FunctionNode child, int index) -
Uses of FunctionNode in org.apache.cayenne.dba.firebird.sqltree
Modifier and TypeClassDescriptionclass
SUBSTRING function for Firebird It has following format: SUBSTRING (string FROM CAST(? AS INTEGER) FOR CAST(? AS INTEGER)) -
Uses of FunctionNode in org.apache.cayenne.dba.frontbase
Modifier and TypeMethodDescriptionprotected void
FrontBaseSQLTreeProcessor.onFunctionNode
(Node parent, FunctionNode child, int index) -
Uses of FunctionNode in org.apache.cayenne.dba.hsqldb
Modifier and TypeMethodDescriptionprotected void
HSQLTreeProcessor.onFunctionNode
(Node parent, FunctionNode child, int index) -
Uses of FunctionNode in org.apache.cayenne.dba.ingres
Modifier and TypeMethodDescriptionprotected void
IngressSQLTreeProcessor.onFunctionNode
(Node parent, FunctionNode child, int index) -
Uses of FunctionNode in org.apache.cayenne.dba.mysql
Modifier and TypeMethodDescriptionMySQLTreeProcessor.onFunctionNode
(Node parent, FunctionNode child, int index) -
Uses of FunctionNode in org.apache.cayenne.dba.openbase
Modifier and TypeMethodDescriptionprotected void
OpenBaseSQLTreeProcessor.onFunctionNode
(Node parent, FunctionNode child, int index) Deprecated. -
Uses of FunctionNode in org.apache.cayenne.dba.oracle
Modifier and TypeMethodDescriptionprotected void
OracleSQLTreeProcessor.onFunctionNode
(Node parent, FunctionNode child, int index) -
Uses of FunctionNode in org.apache.cayenne.dba.postgres
Modifier and TypeMethodDescriptionPostgreSQLTreeProcessor.onFunctionNode
(Node parent, FunctionNode child, int index) -
Uses of FunctionNode in org.apache.cayenne.dba.postgres.sqltree
-
Uses of FunctionNode in org.apache.cayenne.dba.sqlite
Modifier and TypeMethodDescriptionprotected void
SQLiteTreeProcessor.onFunctionNode
(Node parent, FunctionNode child, int index) -
Uses of FunctionNode in org.apache.cayenne.dba.sybase
Modifier and TypeMethodDescriptionprotected void
SybaseSQLTreeProcessor.onFunctionNode
(Node parent, FunctionNode child, int index)