public class SqlIdentifierMoniker extends Object implements SqlMoniker
SqlMoniker that encapsulates the normalized name
information of a SqlIdentifier.COMPARATOR| Constructor and Description |
|---|
SqlIdentifierMoniker(SqlIdentifier id)
Creates an SqlIdentifierMoniker.
|
| 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. |
String |
toString() |
public SqlIdentifierMoniker(SqlIdentifier id)
public SqlMonikerType getType()
SqlMonikergetType in interface SqlMonikerpublic List<String> getFullyQualifiedNames()
SqlMonikergetFullyQualifiedNames in interface SqlMonikerpublic SqlIdentifier toIdentifier()
SqlMonikerSqlIdentifier containing the fully-qualified name.toIdentifier in interface SqlMonikerpublic String id()
id in interface SqlMonikerCopyright © 2012–2015 The Apache Software Foundation. All rights reserved.