org.axiondb
Class NamedIdentifier

java.lang.Object
  extended by org.axiondb.NamedIdentifier
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ColumnIdentifier, Literal, TableIdentifier

public abstract class NamedIdentifier
extends Object
implements Serializable

A named object in the database

Version:
$Revision: 1.4 $ $Date: 2004/08/27 03:21:20 $
See Also:
Serialized Form

Constructor Summary
NamedIdentifier()
           
 
Method Summary
protected  String toUpperOrNull(String str)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NamedIdentifier

public NamedIdentifier()
Method Detail

toUpperOrNull

protected String toUpperOrNull(String str)