Package | Description |
---|---|
org.apache.empire.db |
This package contains the core Empire-DB implementation classes.
|
org.apache.empire.db.derby |
This package contains classes necessary to support the Apache Derby database system.
|
org.apache.empire.db.exceptions |
This package contains classes for exception handling of database related errors.
|
org.apache.empire.db.expr.column |
This package contains SQL-generator classes for column expressions.
|
org.apache.empire.db.h2 |
This package contains classes necessary to support the H2 database system.
|
org.apache.empire.db.hsql |
This package contains classes necessary to support the HSQLDB database system.
|
org.apache.empire.db.mysql |
This package contains classes necessary to support the MySQL database system.
|
org.apache.empire.db.oracle |
This package contains classes necessary to support the Oracle database system.
|
org.apache.empire.db.postgresql |
This package contains classes necessary to support the PostgreSQL database system.
|
org.apache.empire.db.sqlite | |
org.apache.empire.db.sqlserver |
This package contains classes necessary to support the Microsoft SQL-Server database system.
|
Modifier and Type | Class and Description |
---|---|
class |
DBDDLGenerator<T extends DBDatabaseDriver> |
Modifier and Type | Field and Description |
---|---|
protected T |
DBDDLGenerator.driver |
protected DBDatabaseDriver |
DBDatabase.driver |
Modifier and Type | Method and Description |
---|---|
DBDatabaseDriver |
DBDatabase.getDriver()
Returns the driver for this database.
|
Modifier and Type | Method and Description |
---|---|
int |
DBSQLScript.executeAll(DBDatabaseDriver driver,
Connection conn)
Executes all SQL Statements one by one using the supplied driver and connection.
|
int |
DBSQLScript.executeAll(DBDatabaseDriver driver,
Connection conn,
boolean ignoreErrors)
Executes all SQL Statements one by one using the supplied driver and connection.
|
int |
DBSQLScript.executeBatch(DBDatabaseDriver driver,
Connection conn)
Executes all SQL Statements as a JDBC Batch Job.
|
void |
DBDatabase.getCreateDDLScript(DBDatabaseDriver driver,
DBSQLScript script)
Creates a DDL Script for creating all database objects on the target database.
|
String |
DBRelation.getEnableDisableStmt(boolean enable,
DBDatabaseDriver driver)
Appends the required DLL command to enable or disable a foreign key constraint to the supplied DBDQLScript.
|
void |
DBDatabase.open(DBDatabaseDriver driver,
Connection conn)
Sets the database driver for this database.
|
Modifier and Type | Class and Description |
---|---|
class |
DBDatabaseDriverDerby
This class provides support for the Derby database system.
|
Modifier and Type | Method and Description |
---|---|
protected static DBDatabaseDriver |
EmpireSQLException.driverFromObject(DBObject obj) |
Modifier and Type | Method and Description |
---|---|
protected static String |
EmpireSQLException.messageFromSQLException(DBDatabaseDriver driver,
SQLException sqle) |
Constructor and Description |
---|
EmpireSQLException(DBDatabaseDriver driver,
SQLException cause) |
Modifier and Type | Method and Description |
---|---|
protected DBDatabaseDriver |
DBAbstractFuncExpr.getDatabaseDriver()
returns the Database driver or null if the Expression is not attached to an open database
This function is intended for convenience only. |
Modifier and Type | Class and Description |
---|---|
class |
DBDatabaseDriverH2
This class provides support for the H2 database system.
|
Modifier and Type | Class and Description |
---|---|
class |
DBDatabaseDriverHSql
This class provides support for the HSQLDB database system.
|
Modifier and Type | Class and Description |
---|---|
class |
DBDatabaseDriverMySQL
This class provides support for the MySQL database system.
|
Modifier and Type | Class and Description |
---|---|
class |
DBDatabaseDriverOracle
This class provides support for the Oracle database system.
|
Modifier and Type | Class and Description |
---|---|
class |
DBDatabaseDriverPostgreSQL
This class provides support for the PostgreSQL database system.
|
Modifier and Type | Class and Description |
---|---|
class |
DBDatabaseDriverSQLite
This class provides support for the SQLite database system.
|
Modifier and Type | Class and Description |
---|---|
class |
DBDatabaseDriverMSSQL
This class provides support for the Microsoft SQL-Server database system.
|
Copyright © 2008–2018 Apache Software Foundation. All rights reserved.