public interface SqlMoniker
| Modifier and Type | Field and Description |
|---|---|
static Comparator<SqlMoniker> |
COMPARATOR |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getFullyQualifiedNames()
Returns the array of component names.
|
SqlMonikerType |
getType()
Returns the type of object referred to by this moniker.
|
String |
id() |
SqlIdentifier |
toIdentifier()
Creates a
SqlIdentifier containing the fully-qualified name. |
static final Comparator<SqlMoniker> COMPARATOR
SqlMonikerType getType()
SqlIdentifier toIdentifier()
SqlIdentifier containing the fully-qualified name.String id()
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.