|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FieldDefinition
Interface contains function for exporting field definition info to the table builder
Method Summary | |
---|---|
void |
export(DBTableBuilder builder)
Provides fields definition to TableBuilder |
FieldDataType |
getFieldDataType()
Returns the field type |
boolean |
getFieldIdentity()
Returns identity of the field |
java.lang.String |
getFieldName()
Returns the field name |
Method Detail |
---|
void export(DBTableBuilder builder)
builder
- - instance of the JDBCTableBuilder classjava.lang.String getFieldName()
FieldDataType getFieldDataType()
boolean getFieldIdentity()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |