public interface DatastoreIdentifier
| Modifier and Type | Method and Description |
|---|---|
String |
getCatalogName()
Accessor for the catalog name
|
String |
getFullyQualifiedName(boolean adapterCase)
Accessor for the fully-qualified name.
|
String |
getIdentifierName()
Provides the identifier with no quotes.
|
String |
getSchemaName()
Accessor for the schema name
|
void |
setCatalogName(String catalogName)
Sets the catalog name
|
void |
setSchemaName(String schemaName)
Sets the schema name
|
String |
toString()
Method to output the name of the identifier.
|
String getIdentifierName()
void setCatalogName(String catalogName)
catalogName - The catalog namevoid setSchemaName(String schemaName)
schemaName - The schema nameString getCatalogName()
String getSchemaName()
String getFullyQualifiedName(boolean adapterCase)
adapterCase - Whether to return the name in adapter case (upper/lower and with quotes etc)Copyright © 2013. All Rights Reserved.