public class SqlMonikerImpl extends Object implements SqlMoniker
SqlMoniker.COMPARATOR| Constructor and Description |
|---|
SqlMonikerImpl(List<String> names,
SqlMonikerType type)
Creates a moniker with an array of names.
|
SqlMonikerImpl(String name,
SqlMonikerType type)
Creates a moniker with a single name.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<String> |
getFullyQualifiedNames()
Returns the array of component names.
|
SqlMonikerType |
getType()
Returns the type of object referred to by this moniker.
|
int |
hashCode() |
String |
id() |
SqlIdentifier |
toIdentifier()
Creates a
SqlIdentifier containing the fully-qualified name. |
String |
toString() |
public SqlMonikerImpl(List<String> names, SqlMonikerType type)
public SqlMonikerImpl(String name, SqlMonikerType type)
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.