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