|
||||||||||
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 |
getCatalogName()
Accessor for the catalog name |
java.lang.String |
getIdentifier()
Provides the identifier with no quotes. |
DatastoreIdentifier |
getNewIdentifier(java.lang.String suffix)
Provides a new identifier for the given suffix. |
java.lang.String |
getSchemaName()
Accessor for the schema name. |
void |
setCatalogName(java.lang.String catalogName)
Sets the catalog name |
void |
setSchemaName(java.lang.String schemaName)
Sets the schema name |
java.lang.String |
toString()
Method to output the name of the identifier. |
Method Detail |
---|
java.lang.String toString()
toString
in class java.lang.Object
java.lang.String getIdentifier()
DatastoreIdentifier getNewIdentifier(java.lang.String suffix)
suffix
- The suffix for the identifier.
void setCatalogName(java.lang.String catalogName)
catalogName
- The catalog namevoid setSchemaName(java.lang.String schemaName)
schemaName
- The schema namejava.lang.String getCatalogName()
java.lang.String getSchemaName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |