Uses of Class
org.apache.empire.db.DBSQLScript

Packages that use DBSQLScript
org.apache.empire.db This package contains the core Empire-DB implementation classes. 
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.sqlserver This package contains classes necessary to support the Microsoft SQL-Server database system. 
 

Uses of DBSQLScript in org.apache.empire.db
 

Methods in org.apache.empire.db with parameters of type DBSQLScript
 boolean DBDatabase.getCreateDDLScript(DBDatabaseDriver driver, DBSQLScript script)
          Creates a DDL Script for creating all database objects on the target database.
 boolean DBDatabaseDriver.getDDLScript(DBCmdType type, DBObject dbo, DBSQLScript script)
          gets an SQL command for creating, modifying or deleting objects in the database (tables, columns, constraints, etc.)
 

Uses of DBSQLScript in org.apache.empire.db.hsql
 

Methods in org.apache.empire.db.hsql with parameters of type DBSQLScript
 boolean DBDatabaseDriverHSql.getDDLScript(DBCmdType type, DBObject dbo, DBSQLScript script)
           
 

Uses of DBSQLScript in org.apache.empire.db.mysql
 

Methods in org.apache.empire.db.mysql with parameters of type DBSQLScript
 boolean DBDatabaseDriverMySQL.getDDLScript(DBCmdType type, DBObject dbo, DBSQLScript script)
           
 

Uses of DBSQLScript in org.apache.empire.db.oracle
 

Methods in org.apache.empire.db.oracle with parameters of type DBSQLScript
 boolean DBDatabaseDriverOracle.getDDLScript(DBCmdType type, DBObject dbo, DBSQLScript script)
           
 

Uses of DBSQLScript in org.apache.empire.db.sqlserver
 

Methods in org.apache.empire.db.sqlserver with parameters of type DBSQLScript
 boolean DBDatabaseDriverMSSQL.getDDLScript(DBCmdType type, DBObject dbo, DBSQLScript script)