Package org.apache.calcite.sql.validate
Class SqlIdentifierMoniker
java.lang.Object
org.apache.calcite.sql.validate.SqlIdentifierMoniker
- All Implemented Interfaces:
- SqlMoniker
An implementation of 
SqlMoniker that encapsulates the normalized name
 information of a SqlIdentifier.- 
Field SummaryFields inherited from interface org.apache.calcite.sql.validate.SqlMonikerCOMPARATOR
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionReturns the array of component names.getType()Returns the type of object referred to by this moniker.id()Creates aSqlIdentifiercontaining the fully-qualified name.toString()
- 
Constructor Details- 
SqlIdentifierMonikerCreates an SqlIdentifierMoniker.
 
- 
- 
Method Details- 
getTypeDescription copied from interface:SqlMonikerReturns the type of object referred to by this moniker. Never null.- Specified by:
- getTypein interface- SqlMoniker
 
- 
getFullyQualifiedNamesDescription copied from interface:SqlMonikerReturns the array of component names.- Specified by:
- getFullyQualifiedNamesin interface- SqlMoniker
 
- 
toIdentifierDescription copied from interface:SqlMonikerCreates aSqlIdentifiercontaining the fully-qualified name.- Specified by:
- toIdentifierin interface- SqlMoniker
 
- 
toString
- 
id- Specified by:
- idin interface- SqlMoniker
 
 
-