org.apache.ws.jaxme.sqls.impl
Class SQLFactoryImpl.IdentImpl
java.lang.Object
   org.apache.ws.jaxme.sqls.impl.SQLFactoryImpl.IdentImpl
org.apache.ws.jaxme.sqls.impl.SQLFactoryImpl.IdentImpl
- All Implemented Interfaces: 
- java.io.Serializable, SQLFactory.Ident
- Direct Known Subclasses: 
- BooleanConstraintImpl.TypeImpl, ColumnImpl.NameImpl, ColumnImpl.TypeImpl, CombinedConstraintImpl.TypeImpl, ExpressionImpl.TypeImpl, IndexImpl.NameImpl, SchemaImpl.NameImpl, TableImpl.NameImpl, TableSpaceImpl.NameImpl
- Enclosing class:
- SQLFactoryImpl
- public static class SQLFactoryImpl.IdentImpl- extends java.lang.Object- implements SQLFactory.Ident, java.io.Serializable
Base class for deriving identifiers.
- See Also:
- Serialized Form
 
| Method Summary | 
|  boolean | equals(java.lang.Object o)
 | 
|  java.lang.String | getName()Returns the SQL identifiers String representation.
 | 
|  int | hashCode()
 | 
|  java.lang.String | toString()
 | 
 
| Methods inherited from class java.lang.Object | 
| clone, finalize, getClass, notify, notifyAll, wait, wait, wait | 
 
SQLFactoryImpl.IdentImpl
protected SQLFactoryImpl.IdentImpl(java.lang.String pName)
getName
public java.lang.String getName()
- Description copied from interface: SQLFactory.Ident
- Returns the SQL identifiers String representation. Typically
 same than - Object.toString().
 - 
 
- 
- Specified by:
- getNamein interface- SQLFactory.Ident
 
- 
 
toString
public java.lang.String toString()
- 
 
- 
 
equals
public boolean equals(java.lang.Object o)
- 
 
- 
 
hashCode
public int hashCode()
- 
 
-