public interface SQLMetaModel
extends java.io.Serializable
SQLRecordSQLRecord| Modifier and Type | Method and Description |
|---|---|
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
|
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()