net.sf.jaxme.sqls
Interface SQLFactory.Ident

All Known Subinterfaces:
BufferPool.Name, Column.Name, Index.Name, Schema.Name, Table.Name, TableSpace.Name
All Known Implementing Classes:
ColumnImpl.NameImpl, 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

public java.lang.String getName()

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