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.
|
Modifier and Type | Method and Description |
---|---|
protected void |
QualifierTranslator.appendExtractFunction(ASTExtract functionExpression)
Special case for extract date/time parts functions as they have many variants
|
Modifier and Type | Method and Description |
---|---|
protected void |
DB2QualifierTranslator.appendExtractFunction(ASTExtract functionExpression) |
Modifier and Type | Method and Description |
---|---|
protected void |
DerbyQualifierTranslator.appendExtractFunction(ASTExtract functionExpression) |
Modifier and Type | Method and Description |
---|---|
protected void |
FirebirdQualifierTranslator.appendExtractFunction(ASTExtract functionExpression) |
Modifier and Type | Method and Description |
---|---|
protected void |
FrontBaseQualifierTranslator.appendExtractFunction(ASTExtract functionExpression) |
Modifier and Type | Method and Description |
---|---|
protected void |
HSQLQualifierTranslator.appendExtractFunction(ASTExtract functionExpression) |
Modifier and Type | Method and Description |
---|---|
protected void |
OpenBaseQualifierTranslator.appendExtractFunction(ASTExtract functionExpression) |
Modifier and Type | Method and Description |
---|---|
protected void |
OracleQualifierTranslator.appendExtractFunction(ASTExtract functionExpression) |
Modifier and Type | Method and Description |
---|---|
protected void |
PostgresQualifierTranslator.appendExtractFunction(ASTExtract functionExpression) |
Modifier and Type | Method and Description |
---|---|
protected void |
SQLiteQualifierTranslator.appendExtractFunction(ASTExtract functionExpression)
Translates to cast(strftime('format', column) as integer).
|
Modifier and Type | Method and Description |
---|---|
protected void |
SybaseQualifierTranslator.appendExtractFunction(ASTExtract functionExpression) |
Copyright © 2001–2023 Apache Cayenne. All rights reserved.