Uses of Class
org.apache.cayenne.exp.parser.ASTExtract
-
Packages that use ASTExtract Package Description 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.frontbase FrontBase DbAdapter.org.apache.cayenne.dba.hsqldb HSQLDB 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.sqlite org.apache.cayenne.dba.sybase Sybase DbAdapter. -
-
Uses of ASTExtract in org.apache.cayenne.access.translator.select
Methods in org.apache.cayenne.access.translator.select with parameters of type ASTExtract Modifier and Type Method Description protected void
QualifierTranslator. appendExtractFunction(ASTExtract functionExpression)
Special case for extract date/time parts functions as they have many variants -
Uses of ASTExtract in org.apache.cayenne.dba.db2
Methods in org.apache.cayenne.dba.db2 with parameters of type ASTExtract Modifier and Type Method Description protected void
DB2QualifierTranslator. appendExtractFunction(ASTExtract functionExpression)
-
Uses of ASTExtract in org.apache.cayenne.dba.derby
Methods in org.apache.cayenne.dba.derby with parameters of type ASTExtract Modifier and Type Method Description protected void
DerbyQualifierTranslator. appendExtractFunction(ASTExtract functionExpression)
-
Uses of ASTExtract in org.apache.cayenne.dba.firebird
Methods in org.apache.cayenne.dba.firebird with parameters of type ASTExtract Modifier and Type Method Description protected void
FirebirdQualifierTranslator. appendExtractFunction(ASTExtract functionExpression)
-
Uses of ASTExtract in org.apache.cayenne.dba.frontbase
Methods in org.apache.cayenne.dba.frontbase with parameters of type ASTExtract Modifier and Type Method Description protected void
FrontBaseQualifierTranslator. appendExtractFunction(ASTExtract functionExpression)
-
Uses of ASTExtract in org.apache.cayenne.dba.hsqldb
Methods in org.apache.cayenne.dba.hsqldb with parameters of type ASTExtract Modifier and Type Method Description protected void
HSQLQualifierTranslator. appendExtractFunction(ASTExtract functionExpression)
-
Uses of ASTExtract in org.apache.cayenne.dba.openbase
Methods in org.apache.cayenne.dba.openbase with parameters of type ASTExtract Modifier and Type Method Description protected void
OpenBaseQualifierTranslator. appendExtractFunction(ASTExtract functionExpression)
-
Uses of ASTExtract in org.apache.cayenne.dba.oracle
Methods in org.apache.cayenne.dba.oracle with parameters of type ASTExtract Modifier and Type Method Description protected void
OracleQualifierTranslator. appendExtractFunction(ASTExtract functionExpression)
-
Uses of ASTExtract in org.apache.cayenne.dba.postgres
Methods in org.apache.cayenne.dba.postgres with parameters of type ASTExtract Modifier and Type Method Description protected void
PostgresQualifierTranslator. appendExtractFunction(ASTExtract functionExpression)
-
Uses of ASTExtract in org.apache.cayenne.dba.sqlite
Methods in org.apache.cayenne.dba.sqlite with parameters of type ASTExtract Modifier and Type Method Description protected void
SQLiteQualifierTranslator. appendExtractFunction(ASTExtract functionExpression)
Translates to cast(strftime('format', column) as integer). -
Uses of ASTExtract in org.apache.cayenne.dba.sybase
Methods in org.apache.cayenne.dba.sybase with parameters of type ASTExtract Modifier and Type Method Description protected void
SybaseQualifierTranslator. appendExtractFunction(ASTExtract functionExpression)
-