Package | Description |
---|---|
com.ads.mm.db.dao |
Contains Utility Classes, Collection Classes, Java Bean Classes which are specific to System, Environment, Table, Schema, Component and Column.
|
Modifier and Type | Method and Description |
---|---|
DBTable.TableType |
DBTable.getTableType()
Returns the tableType.
|
static DBTable.TableType |
DBTable.TableType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DBTable.TableType[] |
DBTable.TableType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.util.HashMap<DBTable.TableType,java.util.List<DBTable>> |
DBSchema.getAllLists()
Returns the List of DBTable.
|
Modifier and Type | Method and Description |
---|---|
DBTable |
DBSchema.getTable(DBTable.TableType type,
java.lang.String tableName)
Returns the DBTable Object for the specified TableType and tableName.
|
java.util.List<DBTable> |
DBSchema.getTables(DBTable.TableType[] tableTypes)
Returns the List of DBTables
|
void |
DBTable.setTableType(DBTable.TableType tableType)
Sets the tableType as specified.
|