Uses of Class
org.apache.oozie.util.db.Schema.DBType

Packages that use Schema.DBType
org.apache.oozie.store   
org.apache.oozie.util.db   
 

Uses of Schema.DBType in org.apache.oozie.store
 

Methods in org.apache.oozie.store with parameters of type Schema.DBType
static String OozieSchema.generateCreateTableScript(Schema.Table table, Schema.DBType dbType)
          Generates the create table SQL Statement
 

Uses of Schema.DBType in org.apache.oozie.util.db
 

Methods in org.apache.oozie.util.db that return Schema.DBType
static Schema.DBType Schema.DBType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Schema.DBType[] Schema.DBType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.oozie.util.db with parameters of type Schema.DBType
static String Schema.generateCreateIndexScript(Schema.Index index, Schema.DBType dbType)
          Generates the SQL statement for creating the Index
static String Schema.generateCreateTableScript(Schema.Table table, Schema.DBType dbType, List<Schema.Column> tableColumns)
          Generates the SQL Statement for creating the table
static String Schema.generateDropTableScript(Schema.Table table, Schema.DBType dbType)
          Generates the SQL Statement for droping the table
static String Schema.getDbDataType(Schema.Column column, Schema.DBType dbType)
          Returns the appropriate DB type for given column according to the DB Type
 



Copyright © 2013 Apache Software Foundation. All Rights Reserved.