Package | Description |
---|---|
org.apache.empire.db |
This package contains the core Empire-DB implementation classes.
|
org.apache.empire.db.expr.column |
This package contains SQL-generator classes for column expressions.
|
org.apache.empire.dbms | |
org.apache.empire.dbms.derby |
This package contains classes necessary to support the Apache Derby database system.
|
org.apache.empire.dbms.h2 |
This package contains classes necessary to support the H2 database system.
|
org.apache.empire.dbms.hsql |
This package contains classes necessary to support the HSQLDB database system.
|
org.apache.empire.dbms.mysql |
This package contains classes necessary to support the MySQL database system.
|
org.apache.empire.dbms.oracle |
This package contains classes necessary to support the Oracle database system.
|
org.apache.empire.dbms.postgresql |
This package contains classes necessary to support the PostgreSQL database system.
|
org.apache.empire.dbms.sqlite | |
org.apache.empire.dbms.sqlserver |
This package contains classes necessary to support the Microsoft SQL-Server database system.
|
Modifier and Type | Method and Description |
---|---|
DBSQLBuilder |
DBSQLBuilder.append(DBSqlPhrase phrase) |
protected String |
DBSQLBuilder.getDateTimeString(Object value,
DBSqlPhrase sqlTemplate,
DBSqlPhrase sqlPattern,
DBSqlPhrase sqlCurrentDate)
encodes a Date value for an SQL command string.
|
protected DBColumnExpr |
DBColumnExpr.getExprFromPhrase(DBSqlPhrase phrase,
Object[] params) |
protected DBColumnExpr |
DBColumnExpr.getExprFromPhrase(DBSqlPhrase phrase,
Object[] params,
DataType dataType)
Creates a new DBFuncExpr from a given SQL-PRHASE and
optional additional parameters.
|
String |
DBSQLBuilder.getPhrase(DBSqlPhrase phrase) |
Modifier and Type | Field and Description |
---|---|
protected DBSqlPhrase |
DBFuncExpr.phrase |
Constructor and Description |
---|
DBFuncExpr(DBColumnExpr expr,
DBSqlPhrase phrase,
Object[] params,
DataType dataType)
Constructs a new DBFuncExpr object set the specified parameters to this object.
|
Modifier and Type | Method and Description |
---|---|
static DBSqlPhrase |
DBSqlPhrase.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DBSqlPhrase[] |
DBSqlPhrase.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
String |
DBMSHandler.getSQLPhrase(DBSqlPhrase phrase)
Returns an sql phrase template for this database system.
|
Modifier and Type | Method and Description |
---|---|
String |
DBMSHandlerDerby.getSQLPhrase(DBSqlPhrase phrase)
Gets an sql phrase template for this database system.
|
Modifier and Type | Method and Description |
---|---|
String |
DBMSHandlerH2.getSQLPhrase(DBSqlPhrase phrase)
Gets an sql phrase template for this database system.
|
Modifier and Type | Method and Description |
---|---|
String |
DBMSHandlerHSql.getSQLPhrase(DBSqlPhrase phrase)
Gets an sql phrase template for this database system.
|
Modifier and Type | Method and Description |
---|---|
String |
DBMSHandlerMySQL.getSQLPhrase(DBSqlPhrase phrase)
Gets an sql phrase template for this database system.
|
Modifier and Type | Method and Description |
---|---|
String |
DBMSHandlerOracle.getSQLPhrase(DBSqlPhrase phrase)
Gets an sql phrase template for this database system.
|
Modifier and Type | Method and Description |
---|---|
String |
DBMSHandlerPostgreSQL.getSQLPhrase(DBSqlPhrase phrase)
Gets an sql phrase template for this database system.
|
Modifier and Type | Method and Description |
---|---|
String |
DBMSHandlerSQLite.getSQLPhrase(DBSqlPhrase phrase)
Gets an sql phrase template for this database system.
|
Modifier and Type | Method and Description |
---|---|
String |
DBMSHandlerMSSQL.getSQLPhrase(DBSqlPhrase phrase)
Gets an sql phrase template for this database system.
|
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.