|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.exolab.castor.jdo.drivers.HsqlColumn
Simple abstraction of a column. Note that this class is immutable so that this class may be copied to other instances during the clonation process performed in the superclass without the risk of introducing undesired side effects.
Constructor Summary | |
HsqlColumn(java.lang.String tableName,
java.lang.String columnName)
Public constructor |
Method Summary | |
java.lang.String |
getColumnName()
|
java.lang.String |
getTableName()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public HsqlColumn(java.lang.String tableName, java.lang.String columnName)
Method Detail |
public final java.lang.String getTableName()
public final java.lang.String getColumnName()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |