|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 java.lang.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(java.lang.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 java.lang.String |
Schema.generateCreateIndexScript(Schema.Index index,
Schema.DBType dbType)
Generates the SQL statement for creating the Index |
static java.lang.String |
Schema.generateCreateTableScript(Schema.Table table,
Schema.DBType dbType,
java.util.List<Schema.Column> tableColumns)
Generates the SQL Statement for creating the table |
static java.lang.String |
Schema.generateDropTableScript(Schema.Table table,
Schema.DBType dbType)
Generates the SQL Statement for droping the table |
static java.lang.String |
Schema.getDbDataType(Schema.Column column,
Schema.DBType dbType)
Returns the appropriate DB type for given column according to the DB Type |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||