planetj.database.possiblevalues
Class PossibleValueTable
java.lang.Object
|
+--planetj.database.Table
|
+--planetj.database.possiblevalues.PossibleValueTable
- All Implemented Interfaces:
- IDBObject, IPossibleValue, ITable, IXMLObject, Serializable
- public class PossibleValueTable
- extends Table
- implements IPossibleValue
- Author:
- PlanetJ Corporation
- See Also:
- Serialized Form
Fields inherited from interface planetj.database.possiblevalues.IPossibleValue |
DISPLAY_ORDER, DISPLAY_VALUE, DISPLAY_VALUE_SQL_TYPE, FIELD_NAME, KEY, LIBRARY_NAME, OWNER_ID, POSSIBLE_VALUES_TABLE_NAME, SYSTEM_ALIAS, TABLE_NAME, TYPE, TYPE_CONFIG_PROPERTY, TYPE_POSSIBLE_VALUE, VALUE |
Methods inherited from class planetj.database.Table |
appendFullyQualifiedName, appendFullyQualifiedName, copyFieldDescriptors, createTable, createTable, createTableInDB, getAllOrderedColumnNames, getAllOrderedColumnNames, getAllRows, getAssociations, getAutoIncrementFieldDescriptors, getCreationSQL, getCreationSQL, getCreationSQL, getCreationSQL, getFieldDescriptor, getFieldDescriptor, getFieldDescriptorCollection, getFieldDescriptorCollection, getFieldDescriptorsWithAssociations, getFieldDescriptorsWithUsageIdOverlap, getFieldNames, getFullyQualifiedName, getIPAddress, getKeyFieldNames, getLastUpdated, getLibrary, getLibraryName, getLogicalFieldNames, getMetadataInvalidationTime, getMetaDataSystemAlias, getName, getPhysicalFieldNames, getPhysicalTable, getRow, getRowClass, getSystem, getSystemAlias, getSystemURL, getTable, getTable, getTableDescriptor, getXMLData, isCheckedDataFileForFDs, isExistenceConfirmed, isFDsReadFromDBMetadata, isShared, setCheckedDataFileForFDs, setFDsReadFromDBMetadata, setLastUpdated, setMetadataInvalidationTime, toString, toTableCollection |
PossibleValueTable
public PossibleValueTable()
- Create a mew PossibleValueTable. Don't directly invoke this method; use the
createTable()
method instead.
PossibleValueTable
public PossibleValueTable(String pName,
Library library)
- PossibleValueTable constructor comment.
- Parameters:
pName
- java.lang.Stringlibrary
- planetj.database.Library
createFieldDescriptors
public void createFieldDescriptors()
throws DataEngineException
- Creates and stores a FieldDescriptorCollection of FieldDescriptors
for this table.
- Overrides:
createFieldDescriptors
in class Table
- Returns:
- Map
DataEngineException
newFD
public FieldDescriptorRow newFD()
throws DataEngineException
DataEngineException