|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SQLMetaModel
Interface that defines general information for the wrapper
of the database meta models on the basis of SQLRecord
SQLRecord
Method Summary | |
---|---|
java.lang.String |
getName()
get the name for this model's instance |
SQLRecord |
getRecord()
the record which defines all the values for the model |
java.lang.String |
getType()
get the type of Object defined by the meta model |
Method Detail |
---|
java.lang.String getType()
returned value depends on the model: TABLE,COLUMN,INDEX
java.lang.String getName()
This is equal to the name of the table,column, etc.
SQLRecord getRecord()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |