Package org.apache.calcite.sql.validate
Class SqlMonikerImpl
java.lang.Object
org.apache.calcite.sql.validate.SqlMonikerImpl
- All Implemented Interfaces:
- SqlMoniker
A generic implementation of 
SqlMoniker.- 
Field SummaryFields inherited from interface org.apache.calcite.sql.validate.SqlMonikerCOMPARATOR
- 
Constructor SummaryConstructorsConstructorDescriptionSqlMonikerImpl(String name, SqlMonikerType type) Creates a moniker with a single name.SqlMonikerImpl(List<String> names, SqlMonikerType type) Creates a moniker with an array of names.
- 
Method SummaryModifier and TypeMethodDescriptionbooleanReturns the array of component names.getType()Returns the type of object referred to by this moniker.inthashCode()id()Creates aSqlIdentifiercontaining the fully-qualified name.toString()
- 
Constructor Details- 
SqlMonikerImplCreates a moniker with an array of names.
- 
SqlMonikerImplCreates a moniker with a single name.
 
- 
- 
Method Details- 
equals
- 
hashCodepublic int hashCode()
- 
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
 
 
-