Uses of Enum
org.apache.empire.db.DBDDLGenerator.DDLActionType
Packages that use DBDDLGenerator.DDLActionType
Package
Description
This package contains the core Empire-DB implementation classes.
This package contains classes necessary to support the Apache Derby database system.
This package contains classes necessary to support the H2 database system.
This package contains classes necessary to support the HSQLDB database system.
This package contains classes necessary to support the MySQL database system.
This package contains classes necessary to support the Oracle database system.
This package contains classes necessary to support the PostgreSQL database system.
This package contains classes necessary to support the Microsoft SQL-Server database system.
-
Uses of DBDDLGenerator.DDLActionType in org.apache.empire.db
Methods in org.apache.empire.db that return DBDDLGenerator.DDLActionTypeModifier and TypeMethodDescriptionstatic DBDDLGenerator.DDLActionTypeReturns 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.Methods in org.apache.empire.db with parameters of type DBDDLGenerator.DDLActionTypeModifier and TypeMethodDescriptionprotected voidDBDDLGenerator.alterTable(DBTableColumn col, DBDDLGenerator.DDLActionType type, DBSQLScript script) Appends the DDL-Script for altering a table to an SQL-ScriptvoidDBDDLGenerator.getDDLScript(DBDDLGenerator.DDLActionType type, DBObject dbo, DBSQLScript script) Appends the required DLL commands to create, drop or alter an object to the supplied DBDQLScript. -
Uses of DBDDLGenerator.DDLActionType in org.apache.empire.dbms
Methods in org.apache.empire.dbms with parameters of type DBDDLGenerator.DDLActionTypeModifier and TypeMethodDescriptionvoidDBMSHandler.getDDLScript(DBDDLGenerator.DDLActionType type, DBObject dbo, DBSQLScript script) Appends the required DLL commands to create, drop or alter an object to the supplied DBDQLScript. -
Uses of DBDDLGenerator.DDLActionType in org.apache.empire.dbms.derby
Methods in org.apache.empire.dbms.derby with parameters of type DBDDLGenerator.DDLActionTypeModifier and TypeMethodDescriptionvoidDBMSHandlerDerby.getDDLScript(DBDDLGenerator.DDLActionType type, DBObject dbo, DBSQLScript script) -
Uses of DBDDLGenerator.DDLActionType in org.apache.empire.dbms.h2
Methods in org.apache.empire.dbms.h2 with parameters of type DBDDLGenerator.DDLActionTypeModifier and TypeMethodDescriptionvoidDBMSHandlerH2.getDDLScript(DBDDLGenerator.DDLActionType type, DBObject dbo, DBSQLScript script) -
Uses of DBDDLGenerator.DDLActionType in org.apache.empire.dbms.hsql
Methods in org.apache.empire.dbms.hsql with parameters of type DBDDLGenerator.DDLActionTypeModifier and TypeMethodDescriptionvoidDBMSHandlerHSql.getDDLScript(DBDDLGenerator.DDLActionType type, DBObject dbo, DBSQLScript script) voidHSqlDDLGenerator.getDDLScript(DBDDLGenerator.DDLActionType type, DBObject dbo, DBSQLScript script) -
Uses of DBDDLGenerator.DDLActionType in org.apache.empire.dbms.mysql
Methods in org.apache.empire.dbms.mysql with parameters of type DBDDLGenerator.DDLActionTypeModifier and TypeMethodDescriptionvoidDBMSHandlerMySQL.getDDLScript(DBDDLGenerator.DDLActionType type, DBObject dbo, DBSQLScript script) -
Uses of DBDDLGenerator.DDLActionType in org.apache.empire.dbms.oracle
Methods in org.apache.empire.dbms.oracle with parameters of type DBDDLGenerator.DDLActionTypeModifier and TypeMethodDescriptionvoidDBMSHandlerOracle.getDDLScript(DBDDLGenerator.DDLActionType type, DBObject dbo, DBSQLScript script) voidOracleDDLGenerator.getDDLScript(DBDDLGenerator.DDLActionType type, DBObject dbo, DBSQLScript script) -
Uses of DBDDLGenerator.DDLActionType in org.apache.empire.dbms.postgresql
Methods in org.apache.empire.dbms.postgresql with parameters of type DBDDLGenerator.DDLActionTypeModifier and TypeMethodDescriptionvoidDBMSHandlerPostgreSQL.getDDLScript(DBDDLGenerator.DDLActionType type, DBObject dbo, DBSQLScript script) -
Uses of DBDDLGenerator.DDLActionType in org.apache.empire.dbms.sqlite
Methods in org.apache.empire.dbms.sqlite with parameters of type DBDDLGenerator.DDLActionTypeModifier and TypeMethodDescriptionvoidDBMSHandlerSQLite.getDDLScript(DBDDLGenerator.DDLActionType type, DBObject dbo, DBSQLScript script) -
Uses of DBDDLGenerator.DDLActionType in org.apache.empire.dbms.sqlserver
Methods in org.apache.empire.dbms.sqlserver with parameters of type DBDDLGenerator.DDLActionTypeModifier and TypeMethodDescriptionvoidDBMSHandlerMSSQL.getDDLScript(DBDDLGenerator.DDLActionType type, DBObject dbo, DBSQLScript script) voidMSSqlDDLGenerator.getDDLScript(DBDDLGenerator.DDLActionType type, DBObject dbo, DBSQLScript script)