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.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 | Method and Description |
---|---|
static DBCmdType |
DBCmdType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DBCmdType[] |
DBCmdType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected void |
DBDDLGenerator.alterTable(DBTableColumn col,
DBCmdType type,
DBSQLScript script)
Appends the DDL-Script for altering a table to an SQL-Script
|
void |
DBDDLGenerator.getDDLScript(DBCmdType type,
DBObject dbo,
DBSQLScript script)
Appends the required DLL commands to create, drop or alter an object to the supplied DBDQLScript.
|
void |
DBDatabaseDriver.getDDLScript(DBCmdType type,
DBObject dbo,
DBSQLScript script)
Appends the required DLL commands to create, drop or alter an object to the supplied DBDQLScript.
|
Modifier and Type | Method and Description |
---|---|
void |
DBDatabaseDriverDerby.getDDLScript(DBCmdType type,
DBObject dbo,
DBSQLScript script) |
Modifier and Type | Method and Description |
---|---|
void |
DBDatabaseDriverH2.getDDLScript(DBCmdType type,
DBObject dbo,
DBSQLScript script) |
Modifier and Type | Method and Description |
---|---|
void |
HSqlDDLGenerator.getDDLScript(DBCmdType type,
DBObject dbo,
DBSQLScript script) |
void |
DBDatabaseDriverHSql.getDDLScript(DBCmdType type,
DBObject dbo,
DBSQLScript script) |
Modifier and Type | Method and Description |
---|---|
void |
DBDatabaseDriverMySQL.getDDLScript(DBCmdType type,
DBObject dbo,
DBSQLScript script) |
Modifier and Type | Method and Description |
---|---|
void |
OracleDDLGenerator.getDDLScript(DBCmdType type,
DBObject dbo,
DBSQLScript script) |
void |
DBDatabaseDriverOracle.getDDLScript(DBCmdType type,
DBObject dbo,
DBSQLScript script) |
Modifier and Type | Method and Description |
---|---|
void |
DBDatabaseDriverPostgreSQL.getDDLScript(DBCmdType type,
DBObject dbo,
DBSQLScript script) |
Modifier and Type | Method and Description |
---|---|
void |
DBDatabaseDriverSQLite.getDDLScript(DBCmdType type,
DBObject dbo,
DBSQLScript script) |
Modifier and Type | Method and Description |
---|---|
void |
DBDatabaseDriverMSSQL.getDDLScript(DBCmdType type,
DBObject dbo,
DBSQLScript script) |
Copyright © 2008–2022 Apache Software Foundation. All rights reserved.