org.apache.ws.jaxme.sqls
Interface SQLFactory.Ident

All Known Subinterfaces:
BufferPool.Name, Column.Name, Expression.Type, Index.Name, Schema.Name, Table.Name, TableSpace.Name
All Known Implementing Classes:
BooleanConstraintImpl.TypeImpl, ColumnImpl.NameImpl, ColumnImpl.TypeImpl, CombinedConstraintImpl.TypeImpl, ExpressionImpl.TypeImpl, IndexImpl.NameImpl, SchemaImpl.NameImpl, SQLFactoryImpl.IdentImpl, TableImpl.NameImpl, TableSpaceImpl.NameImpl
Enclosing interface:
SQLFactory

public static interface SQLFactory.Ident


Method Summary
 java.lang.String getName()
          Returns the SQL identifiers String representation.
 

Method Detail

getName

java.lang.String getName()

Returns the SQL identifiers String representation. Typically same than Object.toString().