c

io.delta.sql.parser

DeltaSqlBaseBaseListener

class DeltaSqlBaseBaseListener extends DeltaSqlBaseListener

This class provides an empty implementation of DeltaSqlBaseListener, which can be extended to create a listener which only needs to handle a subset of the available methods.

Linear Supertypes
DeltaSqlBaseListener, ParseTreeListener, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DeltaSqlBaseBaseListener
  2. DeltaSqlBaseListener
  3. ParseTreeListener
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new DeltaSqlBaseBaseListener()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. def enterAddTableConstraint(ctx: AddTableConstraintContext): Unit

    Enter a parse tree produced by the addTableConstraint labeled alternative in DeltaSqlBaseParser#statement.

    Enter a parse tree produced by the addTableConstraint labeled alternative in DeltaSqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  7. def enterBigDecimalLiteral(ctx: BigDecimalLiteralContext): Unit

    Enter a parse tree produced by the bigDecimalLiteral labeled alternative in DeltaSqlBaseParser#number.

    Enter a parse tree produced by the bigDecimalLiteral labeled alternative in DeltaSqlBaseParser#number.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  8. def enterBigIntLiteral(ctx: BigIntLiteralContext): Unit

    Enter a parse tree produced by the bigIntLiteral labeled alternative in DeltaSqlBaseParser#number.

    Enter a parse tree produced by the bigIntLiteral labeled alternative in DeltaSqlBaseParser#number.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  9. def enterCheckConstraint(ctx: CheckConstraintContext): Unit

    Enter a parse tree produced by the checkConstraint labeled alternative in DeltaSqlBaseParser#constraint.

    Enter a parse tree produced by the checkConstraint labeled alternative in DeltaSqlBaseParser#constraint.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  10. def enterColType(ctx: ColTypeContext): Unit

    Enter a parse tree produced by DeltaSqlBaseParser#colType.

    Enter a parse tree produced by DeltaSqlBaseParser#colType.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  11. def enterColTypeList(ctx: ColTypeListContext): Unit

    Enter a parse tree produced by DeltaSqlBaseParser#colTypeList.

    Enter a parse tree produced by DeltaSqlBaseParser#colTypeList.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  12. def enterConvert(ctx: ConvertContext): Unit

    Enter a parse tree produced by the convert labeled alternative in DeltaSqlBaseParser#statement.

    Enter a parse tree produced by the convert labeled alternative in DeltaSqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  13. def enterDecimalLiteral(ctx: DecimalLiteralContext): Unit

    Enter a parse tree produced by the decimalLiteral labeled alternative in DeltaSqlBaseParser#number.

    Enter a parse tree produced by the decimalLiteral labeled alternative in DeltaSqlBaseParser#number.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  14. def enterDescribeDeltaDetail(ctx: DescribeDeltaDetailContext): Unit

    Enter a parse tree produced by the describeDeltaDetail labeled alternative in DeltaSqlBaseParser#statement.

    Enter a parse tree produced by the describeDeltaDetail labeled alternative in DeltaSqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  15. def enterDescribeDeltaHistory(ctx: DescribeDeltaHistoryContext): Unit

    Enter a parse tree produced by the describeDeltaHistory labeled alternative in DeltaSqlBaseParser#statement.

    Enter a parse tree produced by the describeDeltaHistory labeled alternative in DeltaSqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  16. def enterDoubleLiteral(ctx: DoubleLiteralContext): Unit

    Enter a parse tree produced by the doubleLiteral labeled alternative in DeltaSqlBaseParser#number.

    Enter a parse tree produced by the doubleLiteral labeled alternative in DeltaSqlBaseParser#number.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  17. def enterDropTableConstraint(ctx: DropTableConstraintContext): Unit

    Enter a parse tree produced by the dropTableConstraint labeled alternative in DeltaSqlBaseParser#statement.

    Enter a parse tree produced by the dropTableConstraint labeled alternative in DeltaSqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  18. def enterEveryRule(ctx: ParserRuleContext): Unit

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    The default implementation does nothing.

    Definition Classes
    DeltaSqlBaseBaseListener → ParseTreeListener
    Annotations
    @Override()
  19. def enterExprToken(ctx: ExprTokenContext): Unit

    Enter a parse tree produced by DeltaSqlBaseParser#exprToken.

    Enter a parse tree produced by DeltaSqlBaseParser#exprToken.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  20. def enterGenerate(ctx: GenerateContext): Unit

    Enter a parse tree produced by the generate labeled alternative in DeltaSqlBaseParser#statement.

    Enter a parse tree produced by the generate labeled alternative in DeltaSqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  21. def enterIntegerLiteral(ctx: IntegerLiteralContext): Unit

    Enter a parse tree produced by the integerLiteral labeled alternative in DeltaSqlBaseParser#number.

    Enter a parse tree produced by the integerLiteral labeled alternative in DeltaSqlBaseParser#number.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  22. def enterNonReserved(ctx: NonReservedContext): Unit

    Enter a parse tree produced by DeltaSqlBaseParser#nonReserved.

    Enter a parse tree produced by DeltaSqlBaseParser#nonReserved.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  23. def enterOptimizeTable(ctx: OptimizeTableContext): Unit

    Enter a parse tree produced by the optimizeTable labeled alternative in DeltaSqlBaseParser#statement.

    Enter a parse tree produced by the optimizeTable labeled alternative in DeltaSqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  24. def enterPassThrough(ctx: PassThroughContext): Unit

    Enter a parse tree produced by the passThrough labeled alternative in DeltaSqlBaseParser#statement.

    Enter a parse tree produced by the passThrough labeled alternative in DeltaSqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  25. def enterPredicateToken(ctx: PredicateTokenContext): Unit

    Enter a parse tree produced by DeltaSqlBaseParser#predicateToken.

    Enter a parse tree produced by DeltaSqlBaseParser#predicateToken.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  26. def enterPrimitiveDataType(ctx: PrimitiveDataTypeContext): Unit

    Enter a parse tree produced by the primitiveDataType labeled alternative in DeltaSqlBaseParser#dataType.

    Enter a parse tree produced by the primitiveDataType labeled alternative in DeltaSqlBaseParser#dataType.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  27. def enterQualifiedName(ctx: QualifiedNameContext): Unit

    Enter a parse tree produced by DeltaSqlBaseParser#qualifiedName.

    Enter a parse tree produced by DeltaSqlBaseParser#qualifiedName.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  28. def enterQuotedIdentifier(ctx: QuotedIdentifierContext): Unit

    Enter a parse tree produced by DeltaSqlBaseParser#quotedIdentifier.

    Enter a parse tree produced by DeltaSqlBaseParser#quotedIdentifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  29. def enterQuotedIdentifierAlternative(ctx: QuotedIdentifierAlternativeContext): Unit

    Enter a parse tree produced by the quotedIdentifierAlternative labeled alternative in DeltaSqlBaseParser#identifier.

    Enter a parse tree produced by the quotedIdentifierAlternative labeled alternative in DeltaSqlBaseParser#identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  30. def enterRestore(ctx: RestoreContext): Unit

    Enter a parse tree produced by the restore labeled alternative in DeltaSqlBaseParser#statement.

    Enter a parse tree produced by the restore labeled alternative in DeltaSqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  31. def enterSingleStatement(ctx: SingleStatementContext): Unit

    Enter a parse tree produced by DeltaSqlBaseParser#singleStatement.

    Enter a parse tree produced by DeltaSqlBaseParser#singleStatement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  32. def enterSmallIntLiteral(ctx: SmallIntLiteralContext): Unit

    Enter a parse tree produced by the smallIntLiteral labeled alternative in DeltaSqlBaseParser#number.

    Enter a parse tree produced by the smallIntLiteral labeled alternative in DeltaSqlBaseParser#number.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  33. def enterTemporalClause(ctx: TemporalClauseContext): Unit

    Enter a parse tree produced by DeltaSqlBaseParser#temporalClause.

    Enter a parse tree produced by DeltaSqlBaseParser#temporalClause.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  34. def enterTinyIntLiteral(ctx: TinyIntLiteralContext): Unit

    Enter a parse tree produced by the tinyIntLiteral labeled alternative in DeltaSqlBaseParser#number.

    Enter a parse tree produced by the tinyIntLiteral labeled alternative in DeltaSqlBaseParser#number.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  35. def enterUnquotedIdentifier(ctx: UnquotedIdentifierContext): Unit

    Enter a parse tree produced by the unquotedIdentifier labeled alternative in DeltaSqlBaseParser#identifier.

    Enter a parse tree produced by the unquotedIdentifier labeled alternative in DeltaSqlBaseParser#identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  36. def enterVacuumTable(ctx: VacuumTableContext): Unit

    Enter a parse tree produced by the vacuumTable labeled alternative in DeltaSqlBaseParser#statement.

    Enter a parse tree produced by the vacuumTable labeled alternative in DeltaSqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  37. def enterZorderSpec(ctx: ZorderSpecContext): Unit

    Enter a parse tree produced by DeltaSqlBaseParser#zorderSpec.

    Enter a parse tree produced by DeltaSqlBaseParser#zorderSpec.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  38. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  39. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  40. def exitAddTableConstraint(ctx: AddTableConstraintContext): Unit

    Exit a parse tree produced by the addTableConstraint labeled alternative in DeltaSqlBaseParser#statement.

    Exit a parse tree produced by the addTableConstraint labeled alternative in DeltaSqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  41. def exitBigDecimalLiteral(ctx: BigDecimalLiteralContext): Unit

    Exit a parse tree produced by the bigDecimalLiteral labeled alternative in DeltaSqlBaseParser#number.

    Exit a parse tree produced by the bigDecimalLiteral labeled alternative in DeltaSqlBaseParser#number.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  42. def exitBigIntLiteral(ctx: BigIntLiteralContext): Unit

    Exit a parse tree produced by the bigIntLiteral labeled alternative in DeltaSqlBaseParser#number.

    Exit a parse tree produced by the bigIntLiteral labeled alternative in DeltaSqlBaseParser#number.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  43. def exitCheckConstraint(ctx: CheckConstraintContext): Unit

    Exit a parse tree produced by the checkConstraint labeled alternative in DeltaSqlBaseParser#constraint.

    Exit a parse tree produced by the checkConstraint labeled alternative in DeltaSqlBaseParser#constraint.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  44. def exitColType(ctx: ColTypeContext): Unit

    Exit a parse tree produced by DeltaSqlBaseParser#colType.

    Exit a parse tree produced by DeltaSqlBaseParser#colType.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  45. def exitColTypeList(ctx: ColTypeListContext): Unit

    Exit a parse tree produced by DeltaSqlBaseParser#colTypeList.

    Exit a parse tree produced by DeltaSqlBaseParser#colTypeList.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  46. def exitConvert(ctx: ConvertContext): Unit

    Exit a parse tree produced by the convert labeled alternative in DeltaSqlBaseParser#statement.

    Exit a parse tree produced by the convert labeled alternative in DeltaSqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  47. def exitDecimalLiteral(ctx: DecimalLiteralContext): Unit

    Exit a parse tree produced by the decimalLiteral labeled alternative in DeltaSqlBaseParser#number.

    Exit a parse tree produced by the decimalLiteral labeled alternative in DeltaSqlBaseParser#number.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  48. def exitDescribeDeltaDetail(ctx: DescribeDeltaDetailContext): Unit

    Exit a parse tree produced by the describeDeltaDetail labeled alternative in DeltaSqlBaseParser#statement.

    Exit a parse tree produced by the describeDeltaDetail labeled alternative in DeltaSqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  49. def exitDescribeDeltaHistory(ctx: DescribeDeltaHistoryContext): Unit

    Exit a parse tree produced by the describeDeltaHistory labeled alternative in DeltaSqlBaseParser#statement.

    Exit a parse tree produced by the describeDeltaHistory labeled alternative in DeltaSqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  50. def exitDoubleLiteral(ctx: DoubleLiteralContext): Unit

    Exit a parse tree produced by the doubleLiteral labeled alternative in DeltaSqlBaseParser#number.

    Exit a parse tree produced by the doubleLiteral labeled alternative in DeltaSqlBaseParser#number.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  51. def exitDropTableConstraint(ctx: DropTableConstraintContext): Unit

    Exit a parse tree produced by the dropTableConstraint labeled alternative in DeltaSqlBaseParser#statement.

    Exit a parse tree produced by the dropTableConstraint labeled alternative in DeltaSqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  52. def exitEveryRule(ctx: ParserRuleContext): Unit

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    The default implementation does nothing.

    Definition Classes
    DeltaSqlBaseBaseListener → ParseTreeListener
    Annotations
    @Override()
  53. def exitExprToken(ctx: ExprTokenContext): Unit

    Exit a parse tree produced by DeltaSqlBaseParser#exprToken.

    Exit a parse tree produced by DeltaSqlBaseParser#exprToken.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  54. def exitGenerate(ctx: GenerateContext): Unit

    Exit a parse tree produced by the generate labeled alternative in DeltaSqlBaseParser#statement.

    Exit a parse tree produced by the generate labeled alternative in DeltaSqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  55. def exitIntegerLiteral(ctx: IntegerLiteralContext): Unit

    Exit a parse tree produced by the integerLiteral labeled alternative in DeltaSqlBaseParser#number.

    Exit a parse tree produced by the integerLiteral labeled alternative in DeltaSqlBaseParser#number.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  56. def exitNonReserved(ctx: NonReservedContext): Unit

    Exit a parse tree produced by DeltaSqlBaseParser#nonReserved.

    Exit a parse tree produced by DeltaSqlBaseParser#nonReserved.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  57. def exitOptimizeTable(ctx: OptimizeTableContext): Unit

    Exit a parse tree produced by the optimizeTable labeled alternative in DeltaSqlBaseParser#statement.

    Exit a parse tree produced by the optimizeTable labeled alternative in DeltaSqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  58. def exitPassThrough(ctx: PassThroughContext): Unit

    Exit a parse tree produced by the passThrough labeled alternative in DeltaSqlBaseParser#statement.

    Exit a parse tree produced by the passThrough labeled alternative in DeltaSqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  59. def exitPredicateToken(ctx: PredicateTokenContext): Unit

    Exit a parse tree produced by DeltaSqlBaseParser#predicateToken.

    Exit a parse tree produced by DeltaSqlBaseParser#predicateToken.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  60. def exitPrimitiveDataType(ctx: PrimitiveDataTypeContext): Unit

    Exit a parse tree produced by the primitiveDataType labeled alternative in DeltaSqlBaseParser#dataType.

    Exit a parse tree produced by the primitiveDataType labeled alternative in DeltaSqlBaseParser#dataType.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  61. def exitQualifiedName(ctx: QualifiedNameContext): Unit

    Exit a parse tree produced by DeltaSqlBaseParser#qualifiedName.

    Exit a parse tree produced by DeltaSqlBaseParser#qualifiedName.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  62. def exitQuotedIdentifier(ctx: QuotedIdentifierContext): Unit

    Exit a parse tree produced by DeltaSqlBaseParser#quotedIdentifier.

    Exit a parse tree produced by DeltaSqlBaseParser#quotedIdentifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  63. def exitQuotedIdentifierAlternative(ctx: QuotedIdentifierAlternativeContext): Unit

    Exit a parse tree produced by the quotedIdentifierAlternative labeled alternative in DeltaSqlBaseParser#identifier.

    Exit a parse tree produced by the quotedIdentifierAlternative labeled alternative in DeltaSqlBaseParser#identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  64. def exitRestore(ctx: RestoreContext): Unit

    Exit a parse tree produced by the restore labeled alternative in DeltaSqlBaseParser#statement.

    Exit a parse tree produced by the restore labeled alternative in DeltaSqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  65. def exitSingleStatement(ctx: SingleStatementContext): Unit

    Exit a parse tree produced by DeltaSqlBaseParser#singleStatement.

    Exit a parse tree produced by DeltaSqlBaseParser#singleStatement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  66. def exitSmallIntLiteral(ctx: SmallIntLiteralContext): Unit

    Exit a parse tree produced by the smallIntLiteral labeled alternative in DeltaSqlBaseParser#number.

    Exit a parse tree produced by the smallIntLiteral labeled alternative in DeltaSqlBaseParser#number.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  67. def exitTemporalClause(ctx: TemporalClauseContext): Unit

    Exit a parse tree produced by DeltaSqlBaseParser#temporalClause.

    Exit a parse tree produced by DeltaSqlBaseParser#temporalClause.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  68. def exitTinyIntLiteral(ctx: TinyIntLiteralContext): Unit

    Exit a parse tree produced by the tinyIntLiteral labeled alternative in DeltaSqlBaseParser#number.

    Exit a parse tree produced by the tinyIntLiteral labeled alternative in DeltaSqlBaseParser#number.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  69. def exitUnquotedIdentifier(ctx: UnquotedIdentifierContext): Unit

    Exit a parse tree produced by the unquotedIdentifier labeled alternative in DeltaSqlBaseParser#identifier.

    Exit a parse tree produced by the unquotedIdentifier labeled alternative in DeltaSqlBaseParser#identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  70. def exitVacuumTable(ctx: VacuumTableContext): Unit

    Exit a parse tree produced by the vacuumTable labeled alternative in DeltaSqlBaseParser#statement.

    Exit a parse tree produced by the vacuumTable labeled alternative in DeltaSqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  71. def exitZorderSpec(ctx: ZorderSpecContext): Unit

    Exit a parse tree produced by DeltaSqlBaseParser#zorderSpec.

    Exit a parse tree produced by DeltaSqlBaseParser#zorderSpec.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  72. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  73. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  74. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  75. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  76. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  77. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  78. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  79. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  80. def toString(): String
    Definition Classes
    AnyRef → Any
  81. def visitErrorNode(node: ErrorNode): Unit

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    The default implementation does nothing.

    Definition Classes
    DeltaSqlBaseBaseListener → ParseTreeListener
    Annotations
    @Override()
  82. def visitTerminal(node: TerminalNode): Unit

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    The default implementation does nothing.

    Definition Classes
    DeltaSqlBaseBaseListener → ParseTreeListener
    Annotations
    @Override()
  83. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  84. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  85. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from DeltaSqlBaseListener

Inherited from ParseTreeListener

Inherited from AnyRef

Inherited from Any

Ungrouped