Package | Description |
---|---|
com.uoc.myframeuoc.querymanagement |
Modifier and Type | Method and Description |
---|---|
AlterTableType |
AlterTable.getType()
Permet obtenir el tipus de sentència ALTER TABLE.
|
static AlterTableType |
AlterTableType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AlterTableType[] |
AlterTableType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static AlterTable |
AlterTable.getAlterTable(Session session,
java.lang.String table,
AlterTableType type)
Permet obtenir una sentència ALTER TABLE inicialitzada.
|
Constructor and Description |
---|
AlterTable(java.lang.String table,
AlterTableType type)
Constructor.
|
AlterTableMySQL(java.lang.String table,
AlterTableType type)
Constructor.
|
AlterTableOracle(java.lang.String table,
AlterTableType type)
Constructor.
|