|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface ICreateParams.IField.IDatabaseValues
Represents the field options that will be read from the database.
Method Summary | |
---|---|
ICreateParams.IField |
getField()
Returns the field that has this database values. |
String |
getForeignKeyName()
Returns the foreign key name for this database option values. |
String |
getRelationName()
Returns the relation name this field uses. |
String |
getTableName()
Returns the name of the table from where the options will be read. |
String |
getTextColumnName()
Returns the name of the column from where the exhibition text will be read. |
String |
getValueColumnName()
Returns the name of the column from where the option's value will be read. |
boolean |
isCreateForeignKey()
Returns whether the foreign key should be created. |
Method Detail |
---|
String getTableName()
String getRelationName()
String getTextColumnName()
String getValueColumnName()
String getForeignKeyName()
boolean isCreateForeignKey()
ICreateParams.IField getField()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |