org.axiondb
Class TableIdentifier

java.lang.Object
  extended byorg.axiondb.NamedIdentifier
      extended byorg.axiondb.TableIdentifier
All Implemented Interfaces:
Serializable

public class TableIdentifier
extends NamedIdentifier

An identifier for a table.

Table names and aliases always stored (and returned) in upper case.

Version:
$Revision: 1.10 $ $Date: 2004/09/09 23:47:45 $
See Also:
Serialized Form

Constructor Summary
TableIdentifier()
           
TableIdentifier(String tablename)
           
TableIdentifier(String tablename, String tablealias)
           
 
Method Summary
 boolean equals(Object otherobject)
           
 TableIdentifier getCanonicalIdentifier()
           
 String getTableAlias()
           
 String getTableName()
           
 int hashCode()
           
 void setTableAlias(String table)
           
 void setTableName(String table)
           
 String toString()
           
 
Methods inherited from class org.axiondb.NamedIdentifier
toUpperOrNull
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TableIdentifier

public TableIdentifier()

TableIdentifier

public TableIdentifier(String tablename)

TableIdentifier

public TableIdentifier(String tablename,
                       String tablealias)
Method Detail

equals

public boolean equals(Object otherobject)

getCanonicalIdentifier

public TableIdentifier getCanonicalIdentifier()

getTableAlias

public String getTableAlias()

getTableName

public String getTableName()

hashCode

public int hashCode()

setTableAlias

public void setTableAlias(String table)

setTableName

public void setTableName(String table)

toString

public String toString()