org.jpox.store
Interface DatastoreIdentifier

All Known Implementing Classes:
SQLIdentifier

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.

Version:
$Revision: 1.11 $

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

toString

java.lang.String toString()
Method to output the name of the identifier. This will be quoted where necessary.

Overrides:
toString in class java.lang.Object
Returns:
The identifier name

getIdentifier

java.lang.String getIdentifier()
Provides the identifier with no quotes.

Returns:
The name

getFullyQualifiedName

java.lang.String getFullyQualifiedName(boolean adapterCase)
Accessor for the fully-qualified name.

Parameters:
adapterCase - Whether to return the name in adapter case (upper/lower and with quotes etc)
Returns:
Fully qualified name


Copyright © -2008 . All Rights Reserved.