|
|||||||||
| 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
A infomation package of table
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
Compares this TableInfo to the specified object. |
java.lang.String |
getCatalogName()
Get the catalog name of this TableInfo. |
java.lang.String |
getCorrelationName()
Get the correlation name of this TableInfo. |
java.lang.String |
getMappingName()
Get the mapping name of this TableInfo. |
java.lang.String |
getSchemaName()
Get the chema name of this TableInfo. |
java.lang.String |
getTableName()
Get 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 |
| 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 | ||||||||