com.sibvisions.rad.persist.jdbc
Class DBAccess.ColumnMetaDataInfo

java.lang.Object
  extended by com.sibvisions.rad.persist.jdbc.DBAccess.ColumnMetaDataInfo
Enclosing class:
DBAccess

public static final class DBAccess.ColumnMetaDataInfo
extends Object

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

DBAccess.ColumnMetaDataInfo

public DBAccess.ColumnMetaDataInfo()
Method Detail

setColumnMetaData

public void setColumnMetaData(ServerColumnMetaData[] pMetaData)
Sets the column meta data.

Parameters:
pMetaData - the meta data

getColumnMetaData

public ServerColumnMetaData[] getColumnMetaData()
Gets the column meta data.

Returns:
the meta data

setCatalog

public void setCatalog(String pCatalog)
Sets the catalog name.

Parameters:
pCatalog - the catalog name

getCatalog

public String getCatalog()
Gets the catalog name.

Returns:
the catalog name

setSchema

public void setSchema(String pSchema)
Sets the schema name.

Parameters:
pSchema - the schema name

getSchema

public String getSchema()
Gets the schema name.

Returns:
the schema

setTable

public void setTable(String pTable)
Sets the table name.

Parameters:
pTable - the table name

getTable

public String getTable()
Gets the table name.

Returns:
the table name


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.