|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sibvisions.rad.persist.jdbc.TableInfo
public class TableInfo
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 |
---|
public TableInfo(java.lang.String pCatalog, java.lang.String pSchema, java.lang.String pTable)
pCatalog
- the catalogpSchema
- the schemapTable
- the tableMethod Detail |
---|
public java.lang.String getCatalog()
public java.lang.String getSchema()
public java.lang.String getTable()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |