public final class QualifiedName extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
catalog |
String |
cCatalog |
String |
cColumn |
String |
cObject |
String |
column |
String |
cSchema |
String |
cServer |
String |
object |
ESQLDataObjectType |
objectType |
String |
schema |
String |
server |
| Constructor and Description |
|---|
QualifiedName(EDbVendor vendor,
String server,
String catalog,
String schema,
String object,
String column,
ESQLDataObjectType objectType) |
| Modifier and Type | Method and Description |
|---|---|
NameKey |
toColumnTableKey() |
NameKey |
toObjectKey() |
public final ESQLDataObjectType objectType
public QualifiedName(EDbVendor vendor, String server, String catalog, String schema, String object, String column, ESQLDataObjectType objectType)
public NameKey toObjectKey()
public NameKey toColumnTableKey()