|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sibvisions.rad.persist.jdbc.DBAccess.ColumnMetaDataInfo
public static final class DBAccess.ColumnMetaDataInfo
The ColumnMetaDataInfo
is caches information about column meta data requests.
Constructor Summary | |
---|---|
DBAccess.ColumnMetaDataInfo()
|
Method Summary | |
---|---|
String |
getCatalog()
Gets the catalog name. |
ServerColumnMetaData[] |
getColumnMetaData()
Gets the column meta data. |
String |
getSchema()
Gets the schema name. |
String |
getTable()
Gets the table name. |
void |
setCatalog(String pCatalog)
Sets the catalog name. |
void |
setColumnMetaData(ServerColumnMetaData[] pMetaData)
Sets the column meta data. |
void |
setSchema(String pSchema)
Sets the schema name. |
void |
setTable(String pTable)
Sets the table name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DBAccess.ColumnMetaDataInfo()
Method Detail |
---|
public void setColumnMetaData(ServerColumnMetaData[] pMetaData)
pMetaData
- the meta datapublic ServerColumnMetaData[] getColumnMetaData()
public void setCatalog(String pCatalog)
pCatalog
- the catalog namepublic String getCatalog()
public void setSchema(String pSchema)
pSchema
- the schema namepublic String getSchema()
public void setTable(String pTable)
pTable
- the table namepublic String getTable()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |