|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public java.lang.String toString()
public java.lang.String getIdentifier()
public DatastoreIdentifier getNewIdentifier(java.lang.String suffix)
suffix
- The suffix for the identifier.
public void setCatalogName(java.lang.String catalogName)
catalogName
- The catalog namepublic void setSchemaName(java.lang.String schemaName)
schemaName
- The schema namepublic java.lang.String getCatalogName()
public java.lang.String getSchemaName()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |