com.sibvisions.rad.persist.jdbc
Class TableInfo

java.lang.Object
  extended by com.sibvisions.rad.persist.jdbc.TableInfo

public class TableInfo
extends java.lang.Object

It stores all relevant information to a Table.


Constructor Summary
TableInfo(java.lang.String pCatalog, java.lang.String pSchema, java.lang.String pTable)
          Constructs a new TableInfo.
 
Method Summary
 java.lang.String getCatalog()
          Gets the catalog name.
 java.lang.String getSchema()
          Gets the schema name.
 java.lang.String getTable()
          Gets the table name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableInfo

public TableInfo(java.lang.String pCatalog,
                 java.lang.String pSchema,
                 java.lang.String pTable)
Constructs a new TableInfo.

Parameters:
pCatalog - the catalog
pSchema - the schema
pTable - the table
Method Detail

getCatalog

public java.lang.String getCatalog()
Gets the catalog name.

Returns:
the catalog name

getSchema

public java.lang.String getSchema()
Gets the schema name.

Returns:
the schema

getTable

public java.lang.String getTable()
Gets the table name.

Returns:
the table name


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.