org.apache.ws.jaxme.sqls
Interface SQLFactory.Ident
- BufferPool.Name, Column.Name, Expression.Type, Index.Name, Schema.Name, Table.Name, TableSpace.Name
- 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
String | getName() - Returns the SQL identifiers String representation.
|
getName
public String getName()
Returns the SQL identifiers String representation. Typically
same than Object.toString()
.