|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TableInfo | |
wt.introspection | Uses
WTIntrospector
to provide enhanced introspection above and beyond normal Java introspection via the information objects
ClassInfo ,
LinkInfo and
DatabaseInfo . |
wt.pds | Provides additional Persistent Database
Services. See
PersistenceManager to fulfill most database access needs. |
Uses of TableInfo in wt.introspection |
Subclasses of TableInfo in wt.introspection | |
class |
BaseTableInfo
BaseTableInfo is the class for providing database table meta-data |
class |
DatabaseViewInfo
DatabaseViewInfo is the class for providing meta-data about a database view for the class. |
Uses of TableInfo in wt.pds |
Methods in wt.pds that return TableInfo | |
static TableInfo |
DatabaseInfoUtilities.getValidTableInfo(ClassInfo a_classInfo)
Returns the valid TableInfo for the class. |
static TableInfo |
DatabaseInfoUtilities.getBaseTableInfo(ClassInfo a_classInfo)
Returns the base TableInfo for the class. |
static TableInfo |
DatabaseInfoUtilities.getValidTableInfo(Class a_class)
|
Methods in wt.pds with parameters of type TableInfo | |
private static String |
DatabaseInfoUtilities.getValidColumnName(TableInfo a_tableInfo,
String a_attribute,
boolean a_baseTable,
ClassInfo a_classInfo)
Returns the column name for the table and attribute. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |