org.apache.ws.jaxme.sqls

Interface SQLFactory.Ident

public static interface SQLFactory.Ident

Method Summary
StringgetName()

Returns the SQL identifiers String representation.

Method Detail

getName

public String getName()

Returns the SQL identifiers String representation. Typically same than {@link Object#toString()}.