@Evolving public class TableIdentifier extends Object
| Constructor and Description |
|---|
TableIdentifier(String[] namespace,
String name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getName() |
String[] |
getNamespace() |
int |
hashCode() |
String |
toString() |
public String[] getNamespace()
public String getName()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object