org.apache.ws.jaxme.sqls

Interface SQLFactory.Ident

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

public static interface SQLFactory.Ident

Method Summary

String
getName()
Returns the SQL identifiers String representation.

Method Details

getName

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