|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mckoi.database.Table
com.mckoi.database.AbstractDataTable
public abstract class AbstractDataTable
This is the abstract class implemented by a DataTable like table. Both DataTable and DataTableFilter objects extend this object.
Field Summary |
---|
Fields inherited from class com.mckoi.database.Table |
---|
DEBUG_QUERY |
Constructor Summary | |
---|---|
AbstractDataTable()
|
Method Summary | |
---|---|
TableName |
getTableName()
Returns the fully resolved table name. |
java.lang.String |
toString()
Returns a string that represents this table. |
boolean |
typeEquals(RootTable table)
This function is used to check that two tables are identical. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AbstractDataTable()
Method Detail |
---|
public TableName getTableName()
public boolean typeEquals(RootTable table)
typeEquals
in interface RootTable
public java.lang.String toString()
toString
in class Table
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |