|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--planetj.database.Table | +--planetj.database.fielddescriptors.FieldDataTable
Field Summary |
Fields inherited from class planetj.database.Table |
className, KEY_SEPARATOR |
Constructor Summary | |
FieldDataTable()
Create a mew FieldDataTable. |
|
FieldDataTable(String pName,
Library library)
FieldDataTable constructor comment. |
Method Summary | |
void |
createFieldDescriptors()
Creates and stores a FieldDescriptorCollection of FieldDescriptors for this table. |
Class |
getRowClass()
Gets the subclass of Row that should be used for rows read from this table |
boolean |
isCheckedDataFileForFDs()
Return flag to indicate if Field data file has already been checked for FieldDescriptors. |
boolean |
isFDsReadFromDBMetadata()
Set this to true to ensure that we don't try to read the FD's for FD's from DB metadata. |
FieldDescriptorRow |
newFD()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public FieldDataTable()
createTable()
method instead.
public FieldDataTable(String pName, Library library)
pName
- java.lang.Stringlibrary
- planetj.database.LibraryMethod Detail |
public void createFieldDescriptors() throws CMException
createFieldDescriptors
in class Table
CMException
public Class getRowClass()
getRowClass
in class Table
public boolean isCheckedDataFileForFDs()
isCheckedDataFileForFDs
in class Table
public boolean isFDsReadFromDBMetadata()
isFDsReadFromDBMetadata
in class Table
public FieldDescriptorRow newFD() throws CMException
CMException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |