|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DatastoreIdentifier
Representation of an datastore identifier in any datastore. This can be something like a table name, or column name, file name etc.
| Method Summary | |
|---|---|
java.lang.String |
getFullyQualifiedName(boolean adapterCase)
Accessor for the fully-qualified name. |
java.lang.String |
getIdentifier()
Provides the identifier with no quotes. |
java.lang.String |
toString()
Method to output the name of the identifier. |
| Method Detail |
|---|
java.lang.String toString()
toString in class java.lang.Objectjava.lang.String getIdentifier()
java.lang.String getFullyQualifiedName(boolean adapterCase)
adapterCase - Whether to return the name in adapter case (upper/lower and with quotes etc)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||