public static class CatalogStore.QualifiedName extends Object
This value object combines catalog.schema.object + type into a single key with cached hashCode for efficient map lookups.
| Constructor and Description |
|---|
QualifiedName(String catalog,
String schema,
String objectName,
ESQLDataObjectType type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCatalog() |
String |
getObjectName() |
String |
getSchema() |
ESQLDataObjectType |
getType() |
int |
hashCode() |
String |
toString() |
public QualifiedName(String catalog, String schema, String objectName, ESQLDataObjectType type)
public String getCatalog()
public String getObjectName()
public ESQLDataObjectType getType()