public class TableIdentifier
extends Object
| Constructor and Description |
|---|
TableIdentifier(String[] namespace,
String name) |
TableIdentifier(String firstName,
String... rest) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Returns the name of the table.
|
String[] |
getNamespace()
Returns the namespace of the table.
|