|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eigenbase.sql.validate.SqlIdentifierMoniker
public class SqlIdentifierMoniker
An implementation of SqlMoniker that encapsulates the normalized name
information of a SqlIdentifier.
| Field Summary | |
|---|---|
private SqlIdentifier |
id
|
| Constructor Summary | |
|---|---|
SqlIdentifierMoniker(SqlIdentifier id)
Creates an SqlIdentifierMoniker. |
|
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private final SqlIdentifier id
| Constructor Detail |
|---|
public SqlIdentifierMoniker(SqlIdentifier id)
| Method Detail |
|---|
public SqlMonikerType getType()
SqlMoniker
getType in interface SqlMonikerpublic String[] getFullyQualifiedNames()
SqlMoniker
getFullyQualifiedNames in interface SqlMonikerpublic SqlIdentifier toIdentifier()
SqlMonikerSqlIdentifier containing the fully-qualified name.
toIdentifier in interface SqlMonikerpublic String toString()
toString in class Objectpublic String id()
id in interface SqlMoniker
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||