Package | Description |
---|---|
org.apache.empire.db |
This package contains the core Empire-DB implementation classes.
|
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 |
---|---|
static DBDDLGenerator.DDLActionType |
DBDDLGenerator.DDLActionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DBDDLGenerator.DDLActionType[] |
DBDDLGenerator.DDLActionType.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,
DBDDLGenerator.DDLActionType type,
DBSQLScript script)
Appends the DDL-Script for altering a table to an SQL-Script
|
void |
DBDDLGenerator.getDDLScript(DBDDLGenerator.DDLActionType 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 |
DBMSHandler.getDDLScript(DBDDLGenerator.DDLActionType 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 |
DBMSHandlerDerby.getDDLScript(DBDDLGenerator.DDLActionType type,
DBObject dbo,
DBSQLScript script) |
Modifier and Type | Method and Description |
---|---|
void |
DBMSHandlerH2.getDDLScript(DBDDLGenerator.DDLActionType type,
DBObject dbo,
DBSQLScript script) |
Modifier and Type | Method and Description |
---|---|
void |
HSqlDDLGenerator.getDDLScript(DBDDLGenerator.DDLActionType type,
DBObject dbo,
DBSQLScript script) |
void |
DBMSHandlerHSql.getDDLScript(DBDDLGenerator.DDLActionType type,
DBObject dbo,
DBSQLScript script) |
Modifier and Type | Method and Description |
---|---|
void |
DBMSHandlerMySQL.getDDLScript(DBDDLGenerator.DDLActionType type,
DBObject dbo,
DBSQLScript script) |
Modifier and Type | Method and Description |
---|---|
void |
OracleDDLGenerator.getDDLScript(DBDDLGenerator.DDLActionType type,
DBObject dbo,
DBSQLScript script) |
void |
DBMSHandlerOracle.getDDLScript(DBDDLGenerator.DDLActionType type,
DBObject dbo,
DBSQLScript script) |
Modifier and Type | Method and Description |
---|---|
void |
DBMSHandlerPostgreSQL.getDDLScript(DBDDLGenerator.DDLActionType type,
DBObject dbo,
DBSQLScript script) |
Modifier and Type | Method and Description |
---|---|
void |
DBMSHandlerSQLite.getDDLScript(DBDDLGenerator.DDLActionType type,
DBObject dbo,
DBSQLScript script) |
Modifier and Type | Method and Description |
---|---|
void |
DBMSHandlerMSSQL.getDDLScript(DBDDLGenerator.DDLActionType type,
DBObject dbo,
DBSQLScript script) |
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.