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

Packages that use DBCmdType
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.sqlserver This package contains classes necessary to support the Microsoft SQL-Server database system. 
 

Uses of DBCmdType in org.apache.empire.db
 

Methods in org.apache.empire.db that return DBCmdType
static DBCmdType DBCmdType.valueOf(java.lang.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're declared.
 

Methods in org.apache.empire.db with parameters of type DBCmdType
 boolean DBDatabaseDriver.getDDLScript(DBCmdType type, DBObject dbo, DBSQLScript script)
          Gets a SQL command for creating, modifying or deleting objects in the database (tables, columns, constraints, etc.)
 

Uses of DBCmdType in org.apache.empire.db.derby
 

Methods in org.apache.empire.db.derby with parameters of type DBCmdType
protected  boolean DBDatabaseDriverDerby.alterTable(DBTableColumn col, DBCmdType type, DBSQLScript script)
          Creates an alter table dll statement for adding, modifiying or droping a column.
 boolean DBDatabaseDriverDerby.getDDLScript(DBCmdType type, DBObject dbo, DBSQLScript script)
          Gets a SQL command for creating, modifying or deleting objects in the database (tables, columns, constraints, etc.)
 

Uses of DBCmdType in org.apache.empire.db.h2
 

Methods in org.apache.empire.db.h2 with parameters of type DBCmdType
protected  boolean DBDatabaseDriverH2.alterTable(DBTableColumn col, DBCmdType type, DBSQLScript script)
          Creates an alter table dll statement for adding, modifiying or droping a column.
 boolean DBDatabaseDriverH2.getDDLScript(DBCmdType type, DBObject dbo, DBSQLScript script)
           
 

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

Methods in org.apache.empire.db.hsql with parameters of type DBCmdType
protected  boolean DBDatabaseDriverHSql.alterRelation(DBRelation r, DBCmdType type, DBSQLScript script)
          Returns true if the relation has been altered successfully.
protected  boolean DBDatabaseDriverHSql.alterTable(DBTableColumn col, DBCmdType type, DBSQLScript script)
          Creates an alter table dll statement for adding, modifiying or droping a column.
 boolean DBDatabaseDriverHSql.getDDLScript(DBCmdType type, DBObject dbo, DBSQLScript script)
           
 

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

Methods in org.apache.empire.db.mysql with parameters of type DBCmdType
protected  boolean DBDatabaseDriverMySQL.alterTable(DBTableColumn col, DBCmdType type, DBSQLScript script)
          Creates an alter table dll statement for adding, modifiying or droping a column.
 boolean DBDatabaseDriverMySQL.getDDLScript(DBCmdType type, DBObject dbo, DBSQLScript script)
           
 

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

Methods in org.apache.empire.db.oracle with parameters of type DBCmdType
protected  boolean DBDatabaseDriverOracle.alterTable(DBTableColumn col, DBCmdType type, DBSQLScript script)
          Creates an alter table dll statement for adding, modifiying or droping a column.
 boolean DBDatabaseDriverOracle.getDDLScript(DBCmdType type, DBObject dbo, DBSQLScript script)
           
 

Uses of DBCmdType in org.apache.empire.db.postgresql
 

Methods in org.apache.empire.db.postgresql with parameters of type DBCmdType
protected  boolean DBDatabaseDriverPostgreSQL.alterTable(DBTableColumn col, DBCmdType type, DBSQLScript script)
          Creates an alter table dll statement for adding, modifiying or droping a column.
 boolean DBDatabaseDriverPostgreSQL.getDDLScript(DBCmdType type, DBObject dbo, DBSQLScript script)
           
 

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

Methods in org.apache.empire.db.sqlserver with parameters of type DBCmdType
protected  boolean DBDatabaseDriverMSSQL.alterTable(DBTableColumn col, DBCmdType type, DBSQLScript script)
          Creates an alter table dll statement for adding, modifiying or droping a column.
 boolean DBDatabaseDriverMSSQL.getDDLScript(DBCmdType type, DBObject dbo, DBSQLScript script)
           
 



Copyright © 2008-2011 Apache Software Foundation. All Rights Reserved.