| org.jpox.store.DatastoreIdentifier
DatastoreIdentifier | public interface DatastoreIdentifier (Code) | | Representation of an datastore identifier in any datastore.
This can be something like a table name, or column name, file name etc.
version: $Revision: 1.11 $ |
getFullyQualifiedName | String getFullyQualifiedName(boolean adapterCase)(Code) | | Accessor for the fully-qualified name.
Parameters: adapterCase - Whether to return the name in adapter case (upper/lower and with quotes etc) Fully qualified name |
getIdentifier | String getIdentifier()(Code) | | Provides the identifier with no quotes.
The name |
toString | String toString()(Code) | | Method to output the name of the identifier. This will be quoted where necessary.
The identifier name |
|
|