|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of FieldDescriptorRow in planetj.database |
Methods in planetj.database that return FieldDescriptorRow | |
FieldDescriptorRow |
Table.getFieldDescriptor(String fldName)
Returns a FieldDescriptorRow for the specified field name. |
FieldDescriptorRow |
RowCollection.createFieldDescriptor(int columnIndex,
ResultSetMetaData pRSMetaData)
Creates a FieldDescriptor for the information at the specified index using the ResultSetMetaData. |
FieldDescriptorRow |
RowCollection.getFieldDescriptor(String pFieldName)
Returns the field descriptor associated with the given field name. |
FieldDescriptorRow |
RowCollection.getFieldDescriptorWithUsageId(int usageId)
Get a FieldDescriptorRow for this Row that have the given usage id defined for them. |
FieldDescriptorRow |
Row.getFieldDescriptor(String pFieldName)
Return the IFieldDescriptor for the Field with the specified name. |
FieldDescriptorRow |
Row.getFieldDescriptor(String pFieldName,
Table pTable)
Return the IFieldDescriptor for the Field with the specified name. |
FieldDescriptorRow |
Row.getFieldDescriptor(Field pField,
FieldDescriptorRow pFieldDescriptor)
Row subclasses can override this method to return the a clone of the default FD added by TJH Jun 22, 2004 11 : 49 : 27 PM to allow Rows to return different FDs for this field. |
FieldDescriptorRow |
Row.getFieldDescriptorWithUsageId(int usageId)
Get a FieldDescriptorRow for this Row that have the given usage id defined for them. |
FieldDescriptorRow |
Field.getFieldDescriptor()
Returns the FieldDescriptorRow associated with this field. |
Methods in planetj.database with parameters of type FieldDescriptorRow | |
FieldDescriptorRow |
Row.getFieldDescriptor(Field pField,
FieldDescriptorRow pFieldDescriptor)
Row subclasses can override this method to return the a clone of the default FD added by TJH Jun 22, 2004 11 : 49 : 27 PM to allow Rows to return different FDs for this field. |
Field |
Row.newField(FieldDescriptorRow pFD)
Creates and adds a Field to this Row, then returns the Field. |
Field |
Row.newField(String pFieldName,
FieldDescriptorRow pFD)
Creates and adds a Field to this Row, then returns the Field. |
Field |
Row.SpacingRow.newField(String pFieldName,
FieldDescriptorRow pFD)
|
static StringBuffer |
Field.appendSQLColumnDefinition(FieldDescriptorRow pFieldDescriptor,
DBSystem targetSystem,
StringBuffer sb)
This method should append all of the necessary information to create this field within a CREATE TABLE SQL statement. |
static String |
Field.getSQLColumnDefinition(FieldDescriptorRow pFieldDescriptor,
DBSystem targetSystem)
This method should return all of the necessary information to create this field within a CREATE TABLE SQL statement. |
static short |
Field.guessFieldClassProbability(FieldDescriptorRow pFDRow,
RowCollection pSampleData)
Subclasses will override to take an educated guess at what the Field Class will be for this FD Row. |
void |
Field.setFieldDescriptor(FieldDescriptorRow pFD)
Sets the FieldDescriptorRow associated with this field. |
Uses of FieldDescriptorRow in planetj.database.field |
Methods in planetj.database.field with parameters of type FieldDescriptorRow | |
static short |
ZipCodeSuffixField.guessFieldClassProbability(FieldDescriptorRow pFDRow,
RowCollection pSampleData)
Subclasses will override to take an educated guess at what the Field Class will be for this FD Row. |
static short |
ZipCodeField.guessFieldClassProbability(FieldDescriptorRow pFDRow,
RowCollection pSampleData)
Subclasses will override to take an educated guess at what the Field Class will be for this FD Row. |
static short |
YNBooleanField.guessFieldClassProbability(FieldDescriptorRow pFDRow,
RowCollection pSampleData)
Subclasses will override to take an educated guess at what the Field Class will be for this FD Row. |
static short |
YBlankBooleanField.guessFieldClassProbability(FieldDescriptorRow pFDRow,
RowCollection pSampleData)
Subclasses will override to take an educated guess at what the Field Class will be for this FD Row. |
static short |
UserIdField.guessFieldClassProbability(FieldDescriptorRow pFDRow,
RowCollection pSampleData)
Subclasses will override to take an educated guess at what the Field Class will be for this FD Row. |
static short |
URLReferenceField.guessFieldClassProbability(FieldDescriptorRow pFDRow,
RowCollection sampleData)
Checks to see the probability that sample data containing the column for the given FieldDescriptor contains a URLReferenceField. |
static short |
TrackingNumberField.guessFieldClassProbability(FieldDescriptorRow pFDRow,
RowCollection pSampleData)
|
static short |
TimestampField.guessFieldClassProbability(FieldDescriptorRow pFDRow,
RowCollection pSampleData)
Subclasses will override to take an educated guess at what the Field Class will be for this FD Row. |
static short |
TimeField.guessFieldClassProbability(FieldDescriptorRow pFDRow,
RowCollection pSampleData)
Subclasses will override to take an educated guess at what the Field Class will be for this FD Row. |
static short |
TFBooleanField.guessFieldClassProbability(FieldDescriptorRow pFDRow,
RowCollection pSampleData)
Subclasses will override to take an educated guess at what the Field Class will be for this FD Row. |
static short |
StateField.guessFieldClassProbability(FieldDescriptorRow pFDRow,
RowCollection pSampleData)
Subclasses will override to take an educated guess at what the Field Class will be for this FD Row. |
static short |
SocialSecurityNumberField.guessFieldClassProbability(FieldDescriptorRow pFDRow,
RowCollection pSampleData)
Subclasses will override to take an educated guess at what the Field Class will be for this FD Row. |
static short |
PhoneNumberField.guessFieldClassProbability(FieldDescriptorRow pFDRow,
RowCollection pSampleData)
Subclasses will override to take an educated guess at what the Field Class will be for this FD Row. |
static short |
PhoneNumberAreaCodeField.guessFieldClassProbability(FieldDescriptorRow pFDRow,
RowCollection pSampleData)
Subclasses will override to take an educated guess at what the Field Class will be for this FD Row. |
static short |
PasswordField.guessFieldClassProbability(FieldDescriptorRow pFDRow,
RowCollection pSampleData)
Subclasses will override to take an educated guess at what the Field Class will be for this FD Row. |
static short |
LastNameField.guessFieldClassProbability(FieldDescriptorRow pFDRow,
RowCollection pSampleData)
Subclasses will override to take an educated guess at what the Field Class will be for this FD Row. |
static short |
ImageURLReferenceField.guessFieldClassProbability(FieldDescriptorRow pFDRow,
RowCollection pSampleData)
Subclasses will override to take an educated guess at what the Field Class will be for this FD Row. |
static short |
GenderField.guessFieldClassProbability(FieldDescriptorRow pFDRow,
RowCollection pSampleData)
Subclasses will override to take an educated guess at what the Field Class will be for this FD Row. |
static short |
FlatFileReferenceField.guessFieldClassProbability(FieldDescriptorRow pFDRow,
RowCollection pSampleData)
Subclasses will override to take an educated guess at what the Field Class will be for this FD Row. |
static short |
FirstNameField.guessFieldClassProbability(FieldDescriptorRow pFDRow,
RowCollection pSampleData)
Subclasses will override to take an educated guess at what the Field Class will be for this FD Row. |
static short |
FaxNumberField.guessFieldClassProbability(FieldDescriptorRow pFDRow,
RowCollection pSampleData)
Subclasses will override to take an educated guess at what the Field Class will be for this FD Row. |
static short |
EmailField.guessFieldClassProbability(FieldDescriptorRow pFDRow,
RowCollection pSampleData)
Subclasses will override to take an educated guess at what the Field Class will be for this FD Row. |
static short |
DateField.guessFieldClassProbability(FieldDescriptorRow pFDRow,
RowCollection pSampleData)
Subclasses will override to take an educated guess at what the Field Class will be for this FD Row. |
static short |
CreditCardTypeField.guessFieldClassProbability(FieldDescriptorRow pFDRow,
RowCollection pSampleData)
Subclasses will override to take an educated guess at what the Field Class will be for this FD Row. |
static short |
CreditCardNumberField.guessFieldClassProbability(FieldDescriptorRow pFDRow,
RowCollection pSampleData)
Subclasses will override to take an educated guess at what the Field Class will be for this FD Row. |
static short |
CreditCardExpirationYearField.guessFieldClassProbability(FieldDescriptorRow pFDRow,
RowCollection pSampleData)
Subclasses will override to take an educated guess at what the Field Class will be for this FD Row. |
static short |
CreditCardExpirationMonthField.guessFieldClassProbability(FieldDescriptorRow pFDRow,
RowCollection pSampleData)
Subclasses will override to take an educated guess at what the Field Class will be for this FD Row. |
static short |
CityField.guessFieldClassProbability(FieldDescriptorRow pFDRow,
RowCollection pSampleData)
Subclasses will override to take an educated guess at what the Field Class will be for this FD Row. |
static short |
CellNumberField.guessFieldClassProbability(FieldDescriptorRow pFDRow,
RowCollection pSampleData)
Subclasses will override to take an educated guess at what the Field Class will be for this FD Row. |
static short |
Address2Field.guessFieldClassProbability(FieldDescriptorRow pFDRow,
RowCollection pSampleData)
Subclasses will override to take an educated guess at what the Field Class will be for this FD Row. |
static short |
Address1Field.guessFieldClassProbability(FieldDescriptorRow pFDRow,
RowCollection pSampleData)
Subclasses will override to take an educated guess at what the Field Class will be for this FD Row. |
Uses of FieldDescriptorRow in planetj.database.fielddescriptors |
Subclasses of FieldDescriptorRow in planetj.database.fielddescriptors | |
class |
AbstractDerivedFieldDescriptor
Defines a Field that is computed such as concating two fields, substracting, etc. |
class |
ColumnFunctionResultFieldDescriptor
Insert the type's description here. |
class |
DerivedDate
Converts fields that in centry, year, month, and day individual fields into a java.sql.Date wrapped in a Field Creation date: (2/7/2002 11:48:19 AM) |
class |
DerivedFieldDescriptor
Insert the type's description here. |
class |
TableDescriptor
Describes a Table in the database |
Methods in planetj.database.fielddescriptors that return FieldDescriptorRow | |
FieldDescriptorRow |
FieldDescriptorRow.cloneFD()
Clones this FieldDescriptorRow. |
static FieldDescriptorRow |
FieldDescriptorManager.createFDFromDBMetaData(Connection pConnection,
Field pField)
Create a field descriptor for the specified field name in the table from the given connection. |
static FieldDescriptorRow |
FieldDescriptorManager.createFDFromDBMetaData(Connection pConnection,
Table pTable,
String pFieldName)
Create a field descriptor for the specified field name in the table from the given connection. |
static FieldDescriptorRow |
FieldDescriptorManager.createFDFromDBMetaData(Field pField)
Create a field descriptor for the specified Field. |
static FieldDescriptorRow |
FieldDescriptorManager.createFDFromDBMetaData(Table pTable,
String pFieldName)
Create a field descriptor for the specified field name in the table. |
static FieldDescriptorRow |
FieldDescriptorManager.createFDFromRSMetaData(int pColumnIndex,
ResultSetMetaData pRSMetaData,
String metaDataAlias)
Deprecated. replaced with createFDFromRSMetaData(int, ResultSetMetaData, Table) |
static FieldDescriptorRow |
FieldDescriptorManager.createFDFromRSMetaData(int pColumnIndex,
ResultSetMetaData pRSMetaData,
Table pTable)
Creates and returns a FieldDescriptor using the given ResultSetMetaData and column index. |
static FieldDescriptorRow |
FieldDescriptorManager.getFieldDescriptor(String pFieldName,
Table pTable)
Returns the FieldDescriptor for the given Field name. |
static FieldDescriptorRow |
FieldDescriptorManager.getFieldDescriptor(String pFieldName,
Table pTable,
boolean pCheckFieldDataFile)
Returns the FieldDescriptor for the given Field name. |
static FieldDescriptorRow |
FieldDescriptorManager.getFieldDescriptor(Field pField)
Return an IFieldDescriptor for the given Field, if it doesn't exist then create it from DatabaseMetaData. |
FieldDescriptorRow |
FieldDescriptorCollection.add(FieldDescriptorRow pFD)
Sets the Object with the specified key. |
FieldDescriptorRow |
FieldDescriptorCollection.add(FieldDescriptorRow pFD,
boolean pReplace)
Sets the Object with the specified key. |
FieldDescriptorRow |
FieldDescriptorCollection.add(TableDescriptor pTD,
boolean pReplace)
Sets the Object with the specified key. |
FieldDescriptorRow |
FieldDescriptorCollection.get(String pFieldName)
Returns the Object keyed by the given object. |
static FieldDescriptorRow |
FieldDescriptorCollection.getFieldDescriptorById(int pId)
Gets a field descriptor by ID |
FieldDescriptorRow |
FieldDescriptorCollection.getFieldDescriptorsWithAssociation(int pAssId,
int pAssFldId)
Returns a IFieldDescriptor that has associations id and association field id as specified. |
FieldDescriptorRow |
FieldDescriptorCollection.getFieldDescriptorWithUsageId(int pUsageid)
Return the FieldDescriptorRow for the Field with the specified usage id. |
FieldDescriptorRow |
FieldDataTable.newFD()
|
Methods in planetj.database.fielddescriptors with parameters of type FieldDescriptorRow | |
void |
IFDModifier.modifyFD(FieldDescriptorRow fd)
Modifies an FD which was read from DB or RS metadata |
static void |
FieldDescriptorManager.addFD(FieldDescriptorRow pFD)
Adds the FieldDescriptor to the internal store |
static void |
FieldDescriptorManager.addFD(FieldDescriptorRow pFD,
Table pTable)
Removes all FieldDescriptors for all systems. |
static void |
FieldDescriptorManager.addFD(FieldDescriptorRow pFD,
Table pTable,
boolean pReplace)
Removes all FieldDescriptors for all systems. |
static void |
FieldDescriptorManager.addFD(FieldDescriptorRow pFD,
boolean pReplace)
Add Field Descriptors for this table, optionally replace existing field descriptors. |
static StringBuffer |
FieldDescriptorManager.generateJavaCode(FieldDescriptorRow fd,
RowClassProperties pProps,
StringBuffer pSB)
|
static void |
FieldDescriptorManager.removeFD(FieldDescriptorRow fd)
|
FieldDescriptorRow |
FieldDescriptorCollection.add(FieldDescriptorRow pFD)
Sets the Object with the specified key. |
FieldDescriptorRow |
FieldDescriptorCollection.add(FieldDescriptorRow pFD,
boolean pReplace)
Sets the Object with the specified key. |
void |
FieldDescriptorCollection.remove(FieldDescriptorRow fd)
|
Uses of FieldDescriptorRow in planetj.database.possiblevalues |
Methods in planetj.database.possiblevalues that return FieldDescriptorRow | |
FieldDescriptorRow |
PossibleValueTable.newFD()
|
Uses of FieldDescriptorRow in planetj.database.sql |
Methods in planetj.database.sql that return FieldDescriptorRow | |
FieldDescriptorRow |
ValueToken.getFieldDescriptor()
Gets the FD associated with this value. |
FieldDescriptorRow |
SQLComparison.getFieldDescriptor(int valueIndex,
String systemAlias)
Gets the FD for the specified value. |
FieldDescriptorRow |
SQLComparison.getTargetFieldDescriptor()
Gets the field descriptor for the field this SQLComparison is comparing. |
FieldDescriptorRow |
ColumnToken.getFieldDescriptor()
Gets the FieldDescriptor for this database column referenced by this token |
FieldDescriptorRow |
ColumnToken.getFieldDescriptor(String pSystemAlias)
Gets the FieldDescriptor for this database column referenced by this token |
Methods in planetj.database.sql with parameters of type FieldDescriptorRow | |
ColumnToken |
ColumnToken.setFieldDescriptor(FieldDescriptorRow pFDRow)
Sets the FieldDescriptor for this database column referenced by this token. |
Uses of FieldDescriptorRow in planetj.dataengine |
Methods in planetj.dataengine with parameters of type FieldDescriptorRow | |
static StringBuffer |
RowClassGenerator.generateConstantComments(FieldDescriptorRow pFd,
StringBuffer pSB)
Generates a Java constant comment |
Uses of FieldDescriptorRow in planetj.dataengine.cache |
Methods in planetj.dataengine.cache that return FieldDescriptorRow | |
FieldDescriptorRow |
CacheDetailsTable.newFD()
|
Uses of FieldDescriptorRow in planetj.dataengine.parameter |
Methods in planetj.dataengine.parameter that return FieldDescriptorRow | |
FieldDescriptorRow |
TableParameter.getDisplayFieldDescriptor()
Gets the FieldDescriptor for this parameter. |
FieldDescriptorRow |
SQLPromptParameter.getDisplayFieldDescriptor()
Gets the field descriptor to use when prompting the user for the parameter value. |
FieldDescriptorRow |
IParameterSource.getTargetFieldDescriptor()
Gets the field descriptor describing what is being set by a parameter. |
FieldDescriptorRow |
IParameter.getTargetFieldDescriptor()
Gets a field descriptor describing this parameter's target (i.e. |
FieldDescriptorRow |
IDisplayParameter.getDisplayFieldDescriptor()
Gets the field descriptor to use when prompting the user for the parameter value. |
FieldDescriptorRow |
AbstractParameter.getTargetFieldDescriptor()
Gets a field descriptor describing this parameter's target (i.e. |
Uses of FieldDescriptorRow in planetj.html |
Methods in planetj.html with parameters of type FieldDescriptorRow | |
static StringBuffer |
HTMLInput.appendClass(int type,
Field field,
FieldDescriptorRow fd,
StringBuffer html,
ExecutingContext ec)
Appends an inputs class attribute to the given buffer depending upon the input type. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |