Uses of Enum Class
com.ads.mm.db.dao.DBTable.TableType
Packages that use DBTable.TableType
Package
Description
Contains Utility Classes, Collection Classes, Java Bean Classes which are specific to System, Environment, Table, Schema, Component and Column.
-
Uses of DBTable.TableType in com.ads.mm.db.dao
Methods in com.ads.mm.db.dao that return DBTable.TableTypeModifier and TypeMethodDescriptionDBTable.getTableType()Returns the tableType.static DBTable.TableTypeDBTable.TableType.getTableType(String value) static DBTable.TableTypeReturns the enum constant of this class with the specified name.static DBTable.TableType[]DBTable.TableType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.ads.mm.db.dao that return types with arguments of type DBTable.TableTypeMethods in com.ads.mm.db.dao with parameters of type DBTable.TableTypeModifier and TypeMethodDescriptionDBSchema.getTable(DBTable.TableType type, String tableName) Returns the DBTable Object for the specified TableType and tableName.DBSchema.getTables(DBTable.TableType[] tableTypes) Returns the List of DBTablesvoidDBTable.setTableType(DBTable.TableType tableType) Sets the tableType as specified.