|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecttoolkit.db.api.TableInfo
public class TableInfo
An infomation package of table.
| Constructor Summary | |
|---|---|
TableInfo(java.lang.String sMappingName,
java.lang.String sTableName,
java.lang.String sCorrelationName,
java.lang.String sSchemaName,
java.lang.String sCatalogName)
Constructs a TableInfo with specified parameters. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
Compares this TableInfo to the specified object. |
java.lang.String |
getCatalogName()
Gets the catalog name of this TableInfo. |
java.lang.String |
getCorrelationName()
Gets the correlation name of this TableInfo. |
java.lang.String |
getMappingName()
Gets the mapping name of this TableInfo. |
java.lang.String |
getSchemaName()
Gets the chema name of this TableInfo. |
java.lang.String |
getTableName()
Gets the table name of this TableInfo. |
java.lang.String |
toString()
Returns a string representation of this TableInfo's values. |
| Methods inherited from class java.lang.Object |
|---|
getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TableInfo(java.lang.String sMappingName,
java.lang.String sTableName,
java.lang.String sCorrelationName,
java.lang.String sSchemaName,
java.lang.String sCatalogName)
sMappingName - The mapping name of the table.sTableName - The real database name of the table.sCorrelationName - The correlation name of the table.sSchemaName - The schema name of the table.sCatalogName - The catalog name of the table.| Method Detail |
|---|
public java.lang.String getMappingName()
public java.lang.String getTableName()
public java.lang.String getCorrelationName()
public java.lang.String getSchemaName()
public java.lang.String getCatalogName()
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String toString()
className@hashCode[ mappingName | tableName | correlationName | schemaName |
catalogName ]
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||