static JDBCUtilities.TABLE_TYPE |
JDBCUtilities.TABLE_TYPE.fromString(String table_type_name) |
Build a new TABLE_TYPE from a String table_type_name.
|
static JDBCUtilities.TABLE_TYPE |
JDBCUtilities.getTableType(Connection connection,
TableLocation location) |
Return the type of the table using an Enum
|
static JDBCUtilities.TABLE_TYPE |
JDBCUtilities.TABLE_TYPE.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static JDBCUtilities.TABLE_TYPE[] |
JDBCUtilities.TABLE_TYPE.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|