Packages

c

wvlet.airframe.stream.sql.parser

SqlBaseBaseListener

class SqlBaseBaseListener extends SqlBaseListener

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

Linear Supertypes
SqlBaseListener, ParseTreeListener, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SqlBaseBaseListener
  2. SqlBaseListener
  3. ParseTreeListener
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SqlBaseBaseListener()

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[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  6. def enterAddColumn(ctx: AddColumnContext): Unit

    Enter a parse tree produced by the addColumn labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the addColumn labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  7. def enterAliasedRelation(ctx: AliasedRelationContext): Unit

    Enter a parse tree produced by SqlBaseParser#aliasedRelation.

    Enter a parse tree produced by SqlBaseParser#aliasedRelation.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  8. def enterArithmeticBinary(ctx: ArithmeticBinaryContext): Unit

    Enter a parse tree produced by the arithmeticBinary labeled alternative in SqlBaseParser#valueExpression.

    Enter a parse tree produced by the arithmeticBinary labeled alternative in SqlBaseParser#valueExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  9. def enterArithmeticUnary(ctx: ArithmeticUnaryContext): Unit

    Enter a parse tree produced by the arithmeticUnary labeled alternative in SqlBaseParser#valueExpression.

    Enter a parse tree produced by the arithmeticUnary labeled alternative in SqlBaseParser#valueExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  10. def enterArrayConstructor(ctx: ArrayConstructorContext): Unit

    Enter a parse tree produced by the arrayConstructor labeled alternative in SqlBaseParser#primaryExpression.

    Enter a parse tree produced by the arrayConstructor labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  11. def enterAtTimeZone(ctx: AtTimeZoneContext): Unit

    Enter a parse tree produced by the atTimeZone labeled alternative in SqlBaseParser#valueExpression.

    Enter a parse tree produced by the atTimeZone labeled alternative in SqlBaseParser#valueExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  12. def enterBackQuotedIdentifier(ctx: BackQuotedIdentifierContext): Unit

    Enter a parse tree produced by the backQuotedIdentifier labeled alternative in SqlBaseParser#identifier.

    Enter a parse tree produced by the backQuotedIdentifier labeled alternative in SqlBaseParser#identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  13. def enterBaseType(ctx: BaseTypeContext): Unit

    Enter a parse tree produced by SqlBaseParser#baseType.

    Enter a parse tree produced by SqlBaseParser#baseType.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  14. def enterBasicStringLiteral(ctx: BasicStringLiteralContext): Unit

    Enter a parse tree produced by the basicStringLiteral labeled alternative in SqlBaseParser#str.

    Enter a parse tree produced by the basicStringLiteral labeled alternative in SqlBaseParser#str.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  15. def enterBetween(ctx: BetweenContext): Unit

    Enter a parse tree produced by the between labeled alternative in SqlBaseParser#predicate.

    Enter a parse tree produced by the between labeled alternative in SqlBaseParser#predicate.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  16. def enterBinaryLiteral(ctx: BinaryLiteralContext): Unit

    Enter a parse tree produced by the binaryLiteral labeled alternative in SqlBaseParser#primaryExpression.

    Enter a parse tree produced by the binaryLiteral labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  17. def enterBooleanDeafault(ctx: BooleanDeafaultContext): Unit

    Enter a parse tree produced by the booleanDeafault labeled alternative in SqlBaseParser#booleanExpression.

    Enter a parse tree produced by the booleanDeafault labeled alternative in SqlBaseParser#booleanExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  18. def enterBooleanLiteral(ctx: BooleanLiteralContext): Unit

    Enter a parse tree produced by the booleanLiteral labeled alternative in SqlBaseParser#primaryExpression.

    Enter a parse tree produced by the booleanLiteral labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  19. def enterBooleanValue(ctx: BooleanValueContext): Unit

    Enter a parse tree produced by SqlBaseParser#booleanValue.

    Enter a parse tree produced by SqlBaseParser#booleanValue.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  20. def enterBoundedFrame(ctx: BoundedFrameContext): Unit

    Enter a parse tree produced by the boundedFrame labeled alternative in SqlBaseParser#frameBound.

    Enter a parse tree produced by the boundedFrame labeled alternative in SqlBaseParser#frameBound.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  21. def enterCall(ctx: CallContext): Unit

    Enter a parse tree produced by the call labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the call labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  22. def enterCast(ctx: CastContext): Unit

    Enter a parse tree produced by the cast labeled alternative in SqlBaseParser#primaryExpression.

    Enter a parse tree produced by the cast labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  23. def enterColumnAliases(ctx: ColumnAliasesContext): Unit

    Enter a parse tree produced by SqlBaseParser#columnAliases.

    Enter a parse tree produced by SqlBaseParser#columnAliases.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  24. def enterColumnDefinition(ctx: ColumnDefinitionContext): Unit

    Enter a parse tree produced by SqlBaseParser#columnDefinition.

    Enter a parse tree produced by SqlBaseParser#columnDefinition.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  25. def enterColumnReference(ctx: ColumnReferenceContext): Unit

    Enter a parse tree produced by the columnReference labeled alternative in SqlBaseParser#primaryExpression.

    Enter a parse tree produced by the columnReference labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  26. def enterCommit(ctx: CommitContext): Unit

    Enter a parse tree produced by the commit labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the commit labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  27. def enterComparison(ctx: ComparisonContext): Unit

    Enter a parse tree produced by the comparison labeled alternative in SqlBaseParser#valueExpression.

    Enter a parse tree produced by the comparison labeled alternative in SqlBaseParser#valueExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  28. def enterComparisonOperator(ctx: ComparisonOperatorContext): Unit

    Enter a parse tree produced by SqlBaseParser#comparisonOperator.

    Enter a parse tree produced by SqlBaseParser#comparisonOperator.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  29. def enterComparisonQuantifier(ctx: ComparisonQuantifierContext): Unit

    Enter a parse tree produced by SqlBaseParser#comparisonQuantifier.

    Enter a parse tree produced by SqlBaseParser#comparisonQuantifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  30. def enterConcatenation(ctx: ConcatenationContext): Unit

    Enter a parse tree produced by the concatenation labeled alternative in SqlBaseParser#valueExpression.

    Enter a parse tree produced by the concatenation labeled alternative in SqlBaseParser#valueExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  31. def enterCreateSchema(ctx: CreateSchemaContext): Unit

    Enter a parse tree produced by the createSchema labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the createSchema labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  32. def enterCreateTable(ctx: CreateTableContext): Unit

    Enter a parse tree produced by the createTable labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the createTable labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  33. def enterCreateTableAsSelect(ctx: CreateTableAsSelectContext): Unit

    Enter a parse tree produced by the createTableAsSelect labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the createTableAsSelect labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  34. def enterCreateView(ctx: CreateViewContext): Unit

    Enter a parse tree produced by the createView labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the createView labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  35. def enterCurrentRowBound(ctx: CurrentRowBoundContext): Unit

    Enter a parse tree produced by the currentRowBound labeled alternative in SqlBaseParser#frameBound.

    Enter a parse tree produced by the currentRowBound labeled alternative in SqlBaseParser#frameBound.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  36. def enterCurrentUser(ctx: CurrentUserContext): Unit

    Enter a parse tree produced by the currentUser labeled alternative in SqlBaseParser#primaryExpression.

    Enter a parse tree produced by the currentUser labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  37. def enterDeallocate(ctx: DeallocateContext): Unit

    Enter a parse tree produced by the deallocate labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the deallocate labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  38. def enterDecimalLiteral(ctx: DecimalLiteralContext): Unit

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

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

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  39. def enterDelete(ctx: DeleteContext): Unit

    Enter a parse tree produced by the delete labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the delete labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  40. def enterDereference(ctx: DereferenceContext): Unit

    Enter a parse tree produced by the dereference labeled alternative in SqlBaseParser#primaryExpression.

    Enter a parse tree produced by the dereference labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  41. def enterDescribeInput(ctx: DescribeInputContext): Unit

    Enter a parse tree produced by the describeInput labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the describeInput labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  42. def enterDescribeOutput(ctx: DescribeOutputContext): Unit

    Enter a parse tree produced by the describeOutput labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the describeOutput labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  43. def enterDigitIdentifier(ctx: DigitIdentifierContext): Unit

    Enter a parse tree produced by the digitIdentifier labeled alternative in SqlBaseParser#identifier.

    Enter a parse tree produced by the digitIdentifier labeled alternative in SqlBaseParser#identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  44. def enterDistinctFrom(ctx: DistinctFromContext): Unit

    Enter a parse tree produced by the distinctFrom labeled alternative in SqlBaseParser#predicate.

    Enter a parse tree produced by the distinctFrom labeled alternative in SqlBaseParser#predicate.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  45. def enterDoubleLiteral(ctx: DoubleLiteralContext): Unit

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

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

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  46. def enterDropColumn(ctx: DropColumnContext): Unit

    Enter a parse tree produced by the dropColumn labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the dropColumn labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  47. def enterDropSchema(ctx: DropSchemaContext): Unit

    Enter a parse tree produced by the dropSchema labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the dropSchema labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  48. def enterDropTable(ctx: DropTableContext): Unit

    Enter a parse tree produced by the dropTable labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the dropTable labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  49. def enterDropView(ctx: DropViewContext): Unit

    Enter a parse tree produced by the dropView labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the dropView labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  50. def enterEveryRule(ctx: ParserRuleContext): Unit

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    The default implementation does nothing.

    Definition Classes
    SqlBaseBaseListener → ParseTreeListener
  51. def enterExecute(ctx: ExecuteContext): Unit

    Enter a parse tree produced by the execute labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the execute labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  52. def enterExists(ctx: ExistsContext): Unit

    Enter a parse tree produced by the exists labeled alternative in SqlBaseParser#primaryExpression.

    Enter a parse tree produced by the exists labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  53. def enterExplain(ctx: ExplainContext): Unit

    Enter a parse tree produced by the explain labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the explain labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  54. def enterExplainFormat(ctx: ExplainFormatContext): Unit

    Enter a parse tree produced by the explainFormat labeled alternative in SqlBaseParser#explainOption.

    Enter a parse tree produced by the explainFormat labeled alternative in SqlBaseParser#explainOption.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  55. def enterExplainType(ctx: ExplainTypeContext): Unit

    Enter a parse tree produced by the explainType labeled alternative in SqlBaseParser#explainOption.

    Enter a parse tree produced by the explainType labeled alternative in SqlBaseParser#explainOption.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  56. def enterExpression(ctx: ExpressionContext): Unit

    Enter a parse tree produced by SqlBaseParser#expression.

    Enter a parse tree produced by SqlBaseParser#expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  57. def enterExtract(ctx: ExtractContext): Unit

    Enter a parse tree produced by the extract labeled alternative in SqlBaseParser#primaryExpression.

    Enter a parse tree produced by the extract labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  58. def enterFilter(ctx: FilterContext): Unit

    Enter a parse tree produced by SqlBaseParser#filter.

    Enter a parse tree produced by SqlBaseParser#filter.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  59. def enterFunctionCall(ctx: FunctionCallContext): Unit

    Enter a parse tree produced by the functionCall labeled alternative in SqlBaseParser#primaryExpression.

    Enter a parse tree produced by the functionCall labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  60. def enterGrant(ctx: GrantContext): Unit

    Enter a parse tree produced by the grant labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the grant labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  61. def enterGroupBy(ctx: GroupByContext): Unit

    Enter a parse tree produced by SqlBaseParser#groupBy.

    Enter a parse tree produced by SqlBaseParser#groupBy.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  62. def enterGroupingOperation(ctx: GroupingOperationContext): Unit

    Enter a parse tree produced by the groupingOperation labeled alternative in SqlBaseParser#primaryExpression.

    Enter a parse tree produced by the groupingOperation labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  63. def enterGroupingSet(ctx: GroupingSetContext): Unit

    Enter a parse tree produced by SqlBaseParser#groupingSet.

    Enter a parse tree produced by SqlBaseParser#groupingSet.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  64. def enterInList(ctx: InListContext): Unit

    Enter a parse tree produced by the inList labeled alternative in SqlBaseParser#predicate.

    Enter a parse tree produced by the inList labeled alternative in SqlBaseParser#predicate.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  65. def enterInSubquery(ctx: InSubqueryContext): Unit

    Enter a parse tree produced by the inSubquery labeled alternative in SqlBaseParser#predicate.

    Enter a parse tree produced by the inSubquery labeled alternative in SqlBaseParser#predicate.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  66. def enterInlineTable(ctx: InlineTableContext): Unit

    Enter a parse tree produced by the inlineTable labeled alternative in SqlBaseParser#queryPrimary.

    Enter a parse tree produced by the inlineTable labeled alternative in SqlBaseParser#queryPrimary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  67. def enterInsertInto(ctx: InsertIntoContext): Unit

    Enter a parse tree produced by the insertInto labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the insertInto labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  68. def enterIntegerLiteral(ctx: IntegerLiteralContext): Unit

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

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

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  69. def enterInterval(ctx: IntervalContext): Unit

    Enter a parse tree produced by SqlBaseParser#interval.

    Enter a parse tree produced by SqlBaseParser#interval.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  70. def enterIntervalField(ctx: IntervalFieldContext): Unit

    Enter a parse tree produced by SqlBaseParser#intervalField.

    Enter a parse tree produced by SqlBaseParser#intervalField.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  71. def enterIntervalLiteral(ctx: IntervalLiteralContext): Unit

    Enter a parse tree produced by the intervalLiteral labeled alternative in SqlBaseParser#primaryExpression.

    Enter a parse tree produced by the intervalLiteral labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  72. def enterIsolationLevel(ctx: IsolationLevelContext): Unit

    Enter a parse tree produced by the isolationLevel labeled alternative in SqlBaseParser#transactionMode.

    Enter a parse tree produced by the isolationLevel labeled alternative in SqlBaseParser#transactionMode.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  73. def enterJoinCriteria(ctx: JoinCriteriaContext): Unit

    Enter a parse tree produced by SqlBaseParser#joinCriteria.

    Enter a parse tree produced by SqlBaseParser#joinCriteria.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  74. def enterJoinRelation(ctx: JoinRelationContext): Unit

    Enter a parse tree produced by the joinRelation labeled alternative in SqlBaseParser#relation.

    Enter a parse tree produced by the joinRelation labeled alternative in SqlBaseParser#relation.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  75. def enterJoinType(ctx: JoinTypeContext): Unit

    Enter a parse tree produced by SqlBaseParser#joinType.

    Enter a parse tree produced by SqlBaseParser#joinType.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  76. def enterLambda(ctx: LambdaContext): Unit

    Enter a parse tree produced by the lambda labeled alternative in SqlBaseParser#primaryExpression.

    Enter a parse tree produced by the lambda labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  77. def enterLateral(ctx: LateralContext): Unit

    Enter a parse tree produced by the lateral labeled alternative in SqlBaseParser#relationPrimary.

    Enter a parse tree produced by the lateral labeled alternative in SqlBaseParser#relationPrimary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  78. def enterLike(ctx: LikeContext): Unit

    Enter a parse tree produced by the like labeled alternative in SqlBaseParser#predicate.

    Enter a parse tree produced by the like labeled alternative in SqlBaseParser#predicate.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  79. def enterLikeClause(ctx: LikeClauseContext): Unit

    Enter a parse tree produced by SqlBaseParser#likeClause.

    Enter a parse tree produced by SqlBaseParser#likeClause.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  80. def enterLogicalBinary(ctx: LogicalBinaryContext): Unit

    Enter a parse tree produced by the logicalBinary labeled alternative in SqlBaseParser#booleanExpression.

    Enter a parse tree produced by the logicalBinary labeled alternative in SqlBaseParser#booleanExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  81. def enterLogicalNot(ctx: LogicalNotContext): Unit

    Enter a parse tree produced by the logicalNot labeled alternative in SqlBaseParser#booleanExpression.

    Enter a parse tree produced by the logicalNot labeled alternative in SqlBaseParser#booleanExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  82. def enterNamedArgument(ctx: NamedArgumentContext): Unit

    Enter a parse tree produced by the namedArgument labeled alternative in SqlBaseParser#callArgument.

    Enter a parse tree produced by the namedArgument labeled alternative in SqlBaseParser#callArgument.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  83. def enterNamedQuery(ctx: NamedQueryContext): Unit

    Enter a parse tree produced by SqlBaseParser#namedQuery.

    Enter a parse tree produced by SqlBaseParser#namedQuery.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  84. def enterNonReserved(ctx: NonReservedContext): Unit

    Enter a parse tree produced by SqlBaseParser#nonReserved.

    Enter a parse tree produced by SqlBaseParser#nonReserved.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  85. def enterNormalForm(ctx: NormalFormContext): Unit

    Enter a parse tree produced by SqlBaseParser#normalForm.

    Enter a parse tree produced by SqlBaseParser#normalForm.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  86. def enterNormalize(ctx: NormalizeContext): Unit

    Enter a parse tree produced by the normalize labeled alternative in SqlBaseParser#primaryExpression.

    Enter a parse tree produced by the normalize labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  87. def enterNullLiteral(ctx: NullLiteralContext): Unit

    Enter a parse tree produced by the nullLiteral labeled alternative in SqlBaseParser#primaryExpression.

    Enter a parse tree produced by the nullLiteral labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  88. def enterNullPredicate(ctx: NullPredicateContext): Unit

    Enter a parse tree produced by the nullPredicate labeled alternative in SqlBaseParser#predicate.

    Enter a parse tree produced by the nullPredicate labeled alternative in SqlBaseParser#predicate.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  89. def enterNumericLiteral(ctx: NumericLiteralContext): Unit

    Enter a parse tree produced by the numericLiteral labeled alternative in SqlBaseParser#primaryExpression.

    Enter a parse tree produced by the numericLiteral labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  90. def enterOver(ctx: OverContext): Unit

    Enter a parse tree produced by SqlBaseParser#over.

    Enter a parse tree produced by SqlBaseParser#over.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  91. def enterParameter(ctx: ParameterContext): Unit

    Enter a parse tree produced by the parameter labeled alternative in SqlBaseParser#primaryExpression.

    Enter a parse tree produced by the parameter labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  92. def enterParenthesizedExpression(ctx: ParenthesizedExpressionContext): Unit

    Enter a parse tree produced by the parenthesizedExpression labeled alternative in SqlBaseParser#primaryExpression.

    Enter a parse tree produced by the parenthesizedExpression labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  93. def enterParenthesizedRelation(ctx: ParenthesizedRelationContext): Unit

    Enter a parse tree produced by the parenthesizedRelation labeled alternative in SqlBaseParser#relationPrimary.

    Enter a parse tree produced by the parenthesizedRelation labeled alternative in SqlBaseParser#relationPrimary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  94. def enterPosition(ctx: PositionContext): Unit

    Enter a parse tree produced by the position labeled alternative in SqlBaseParser#primaryExpression.

    Enter a parse tree produced by the position labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  95. def enterPositionalArgument(ctx: PositionalArgumentContext): Unit

    Enter a parse tree produced by the positionalArgument labeled alternative in SqlBaseParser#callArgument.

    Enter a parse tree produced by the positionalArgument labeled alternative in SqlBaseParser#callArgument.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  96. def enterPredicated(ctx: PredicatedContext): Unit

    Enter a parse tree produced by SqlBaseParser#predicated.

    Enter a parse tree produced by SqlBaseParser#predicated.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  97. def enterPrepare(ctx: PrepareContext): Unit

    Enter a parse tree produced by the prepare labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the prepare labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  98. def enterPrivilege(ctx: PrivilegeContext): Unit

    Enter a parse tree produced by SqlBaseParser#privilege.

    Enter a parse tree produced by SqlBaseParser#privilege.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  99. def enterProperties(ctx: PropertiesContext): Unit

    Enter a parse tree produced by SqlBaseParser#properties.

    Enter a parse tree produced by SqlBaseParser#properties.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  100. def enterProperty(ctx: PropertyContext): Unit

    Enter a parse tree produced by SqlBaseParser#property.

    Enter a parse tree produced by SqlBaseParser#property.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  101. def enterQualifiedName(ctx: QualifiedNameContext): Unit

    Enter a parse tree produced by SqlBaseParser#qualifiedName.

    Enter a parse tree produced by SqlBaseParser#qualifiedName.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  102. def enterQuery(ctx: QueryContext): Unit

    Enter a parse tree produced by SqlBaseParser#query.

    Enter a parse tree produced by SqlBaseParser#query.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  103. def enterQueryNoWith(ctx: QueryNoWithContext): Unit

    Enter a parse tree produced by SqlBaseParser#queryNoWith.

    Enter a parse tree produced by SqlBaseParser#queryNoWith.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  104. def enterQueryPrimaryDefault(ctx: QueryPrimaryDefaultContext): Unit

    Enter a parse tree produced by the queryPrimaryDefault labeled alternative in SqlBaseParser#queryPrimary.

    Enter a parse tree produced by the queryPrimaryDefault labeled alternative in SqlBaseParser#queryPrimary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  105. def enterQuerySpecification(ctx: QuerySpecificationContext): Unit

    Enter a parse tree produced by SqlBaseParser#querySpecification.

    Enter a parse tree produced by SqlBaseParser#querySpecification.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  106. def enterQueryTermDefault(ctx: QueryTermDefaultContext): Unit

    Enter a parse tree produced by the queryTermDefault labeled alternative in SqlBaseParser#queryTerm.

    Enter a parse tree produced by the queryTermDefault labeled alternative in SqlBaseParser#queryTerm.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  107. def enterQuotedIdentifier(ctx: QuotedIdentifierContext): Unit

    Enter a parse tree produced by the quotedIdentifier labeled alternative in SqlBaseParser#identifier.

    Enter a parse tree produced by the quotedIdentifier labeled alternative in SqlBaseParser#identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  108. def enterReadCommitted(ctx: ReadCommittedContext): Unit

    Enter a parse tree produced by the readCommitted labeled alternative in SqlBaseParser#levelOfIsolation.

    Enter a parse tree produced by the readCommitted labeled alternative in SqlBaseParser#levelOfIsolation.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  109. def enterReadUncommitted(ctx: ReadUncommittedContext): Unit

    Enter a parse tree produced by the readUncommitted labeled alternative in SqlBaseParser#levelOfIsolation.

    Enter a parse tree produced by the readUncommitted labeled alternative in SqlBaseParser#levelOfIsolation.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  110. def enterRelationDefault(ctx: RelationDefaultContext): Unit

    Enter a parse tree produced by the relationDefault labeled alternative in SqlBaseParser#relation.

    Enter a parse tree produced by the relationDefault labeled alternative in SqlBaseParser#relation.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  111. def enterRenameColumn(ctx: RenameColumnContext): Unit

    Enter a parse tree produced by the renameColumn labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the renameColumn labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  112. def enterRenameSchema(ctx: RenameSchemaContext): Unit

    Enter a parse tree produced by the renameSchema labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the renameSchema labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  113. def enterRenameTable(ctx: RenameTableContext): Unit

    Enter a parse tree produced by the renameTable labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the renameTable labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  114. def enterRepeatableRead(ctx: RepeatableReadContext): Unit

    Enter a parse tree produced by the repeatableRead labeled alternative in SqlBaseParser#levelOfIsolation.

    Enter a parse tree produced by the repeatableRead labeled alternative in SqlBaseParser#levelOfIsolation.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  115. def enterResetSession(ctx: ResetSessionContext): Unit

    Enter a parse tree produced by the resetSession labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the resetSession labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  116. def enterRevoke(ctx: RevokeContext): Unit

    Enter a parse tree produced by the revoke labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the revoke labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  117. def enterRollback(ctx: RollbackContext): Unit

    Enter a parse tree produced by the rollback labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the rollback labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  118. def enterRowConstructor(ctx: RowConstructorContext): Unit

    Enter a parse tree produced by the rowConstructor labeled alternative in SqlBaseParser#primaryExpression.

    Enter a parse tree produced by the rowConstructor labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  119. def enterSearchedCase(ctx: SearchedCaseContext): Unit

    Enter a parse tree produced by the searchedCase labeled alternative in SqlBaseParser#primaryExpression.

    Enter a parse tree produced by the searchedCase labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  120. def enterSelectAll(ctx: SelectAllContext): Unit

    Enter a parse tree produced by the selectAll labeled alternative in SqlBaseParser#selectItem.

    Enter a parse tree produced by the selectAll labeled alternative in SqlBaseParser#selectItem.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  121. def enterSelectSingle(ctx: SelectSingleContext): Unit

    Enter a parse tree produced by the selectSingle labeled alternative in SqlBaseParser#selectItem.

    Enter a parse tree produced by the selectSingle labeled alternative in SqlBaseParser#selectItem.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  122. def enterSerializable(ctx: SerializableContext): Unit

    Enter a parse tree produced by the serializable labeled alternative in SqlBaseParser#levelOfIsolation.

    Enter a parse tree produced by the serializable labeled alternative in SqlBaseParser#levelOfIsolation.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  123. def enterSetOperation(ctx: SetOperationContext): Unit

    Enter a parse tree produced by the setOperation labeled alternative in SqlBaseParser#queryTerm.

    Enter a parse tree produced by the setOperation labeled alternative in SqlBaseParser#queryTerm.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  124. def enterSetQuantifier(ctx: SetQuantifierContext): Unit

    Enter a parse tree produced by SqlBaseParser#setQuantifier.

    Enter a parse tree produced by SqlBaseParser#setQuantifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  125. def enterSetSession(ctx: SetSessionContext): Unit

    Enter a parse tree produced by the setSession labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the setSession labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  126. def enterShowCatalogs(ctx: ShowCatalogsContext): Unit

    Enter a parse tree produced by the showCatalogs labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the showCatalogs labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  127. def enterShowColumns(ctx: ShowColumnsContext): Unit

    Enter a parse tree produced by the showColumns labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the showColumns labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  128. def enterShowCreateTable(ctx: ShowCreateTableContext): Unit

    Enter a parse tree produced by the showCreateTable labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the showCreateTable labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  129. def enterShowCreateView(ctx: ShowCreateViewContext): Unit

    Enter a parse tree produced by the showCreateView labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the showCreateView labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  130. def enterShowFunctions(ctx: ShowFunctionsContext): Unit

    Enter a parse tree produced by the showFunctions labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the showFunctions labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  131. def enterShowGrants(ctx: ShowGrantsContext): Unit

    Enter a parse tree produced by the showGrants labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the showGrants labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  132. def enterShowPartitions(ctx: ShowPartitionsContext): Unit

    Enter a parse tree produced by the showPartitions labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the showPartitions labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  133. def enterShowSchemas(ctx: ShowSchemasContext): Unit

    Enter a parse tree produced by the showSchemas labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the showSchemas labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  134. def enterShowSession(ctx: ShowSessionContext): Unit

    Enter a parse tree produced by the showSession labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the showSession labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  135. def enterShowStats(ctx: ShowStatsContext): Unit

    Enter a parse tree produced by the showStats labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the showStats labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  136. def enterShowStatsForQuery(ctx: ShowStatsForQueryContext): Unit

    Enter a parse tree produced by the showStatsForQuery labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the showStatsForQuery labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  137. def enterShowTables(ctx: ShowTablesContext): Unit

    Enter a parse tree produced by the showTables labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the showTables labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  138. def enterSimpleCase(ctx: SimpleCaseContext): Unit

    Enter a parse tree produced by the simpleCase labeled alternative in SqlBaseParser#primaryExpression.

    Enter a parse tree produced by the simpleCase labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  139. def enterSingleExpression(ctx: SingleExpressionContext): Unit

    Enter a parse tree produced by SqlBaseParser#singleExpression.

    Enter a parse tree produced by SqlBaseParser#singleExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  140. def enterSingleStatement(ctx: SingleStatementContext): Unit

    Enter a parse tree produced by SqlBaseParser#singleStatement.

    Enter a parse tree produced by SqlBaseParser#singleStatement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  141. def enterSortItem(ctx: SortItemContext): Unit

    Enter a parse tree produced by SqlBaseParser#sortItem.

    Enter a parse tree produced by SqlBaseParser#sortItem.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  142. def enterSpecialDateTimeFunction(ctx: SpecialDateTimeFunctionContext): Unit

    Enter a parse tree produced by the specialDateTimeFunction labeled alternative in SqlBaseParser#primaryExpression.

    Enter a parse tree produced by the specialDateTimeFunction labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  143. def enterStartTransaction(ctx: StartTransactionContext): Unit

    Enter a parse tree produced by the startTransaction labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the startTransaction labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  144. def enterStatementDefault(ctx: StatementDefaultContext): Unit

    Enter a parse tree produced by the statementDefault labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the statementDefault labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  145. def enterStringLiteral(ctx: StringLiteralContext): Unit

    Enter a parse tree produced by the stringLiteral labeled alternative in SqlBaseParser#primaryExpression.

    Enter a parse tree produced by the stringLiteral labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  146. def enterSubquery(ctx: SubqueryContext): Unit

    Enter a parse tree produced by the subquery labeled alternative in SqlBaseParser#queryPrimary.

    Enter a parse tree produced by the subquery labeled alternative in SqlBaseParser#queryPrimary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  147. def enterSubqueryExpression(ctx: SubqueryExpressionContext): Unit

    Enter a parse tree produced by the subqueryExpression labeled alternative in SqlBaseParser#primaryExpression.

    Enter a parse tree produced by the subqueryExpression labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  148. def enterSubqueryRelation(ctx: SubqueryRelationContext): Unit

    Enter a parse tree produced by the subqueryRelation labeled alternative in SqlBaseParser#relationPrimary.

    Enter a parse tree produced by the subqueryRelation labeled alternative in SqlBaseParser#relationPrimary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  149. def enterSubscript(ctx: SubscriptContext): Unit

    Enter a parse tree produced by the subscript labeled alternative in SqlBaseParser#primaryExpression.

    Enter a parse tree produced by the subscript labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  150. def enterSubstring(ctx: SubstringContext): Unit

    Enter a parse tree produced by the substring labeled alternative in SqlBaseParser#primaryExpression.

    Enter a parse tree produced by the substring labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  151. def enterTable(ctx: TableContext): Unit

    Enter a parse tree produced by the table labeled alternative in SqlBaseParser#queryPrimary.

    Enter a parse tree produced by the table labeled alternative in SqlBaseParser#queryPrimary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  152. def enterTableElement(ctx: TableElementContext): Unit

    Enter a parse tree produced by SqlBaseParser#tableElement.

    Enter a parse tree produced by SqlBaseParser#tableElement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  153. def enterTableName(ctx: TableNameContext): Unit

    Enter a parse tree produced by the tableName labeled alternative in SqlBaseParser#relationPrimary.

    Enter a parse tree produced by the tableName labeled alternative in SqlBaseParser#relationPrimary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  154. def enterTimeZoneInterval(ctx: TimeZoneIntervalContext): Unit

    Enter a parse tree produced by the timeZoneInterval labeled alternative in SqlBaseParser#timeZoneSpecifier.

    Enter a parse tree produced by the timeZoneInterval labeled alternative in SqlBaseParser#timeZoneSpecifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  155. def enterTimeZoneString(ctx: TimeZoneStringContext): Unit

    Enter a parse tree produced by the timeZoneString labeled alternative in SqlBaseParser#timeZoneSpecifier.

    Enter a parse tree produced by the timeZoneString labeled alternative in SqlBaseParser#timeZoneSpecifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  156. def enterTransactionAccessMode(ctx: TransactionAccessModeContext): Unit

    Enter a parse tree produced by the transactionAccessMode labeled alternative in SqlBaseParser#transactionMode.

    Enter a parse tree produced by the transactionAccessMode labeled alternative in SqlBaseParser#transactionMode.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  157. def enterType(ctx: TypeContext): Unit

    Enter a parse tree produced by SqlBaseParser#type.

    Enter a parse tree produced by SqlBaseParser#type.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  158. def enterTypeConstructor(ctx: TypeConstructorContext): Unit

    Enter a parse tree produced by the typeConstructor labeled alternative in SqlBaseParser#primaryExpression.

    Enter a parse tree produced by the typeConstructor labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  159. def enterTypeParameter(ctx: TypeParameterContext): Unit

    Enter a parse tree produced by SqlBaseParser#typeParameter.

    Enter a parse tree produced by SqlBaseParser#typeParameter.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  160. def enterUnboundedFrame(ctx: UnboundedFrameContext): Unit

    Enter a parse tree produced by the unboundedFrame labeled alternative in SqlBaseParser#frameBound.

    Enter a parse tree produced by the unboundedFrame labeled alternative in SqlBaseParser#frameBound.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  161. def enterUnicodeStringLiteral(ctx: UnicodeStringLiteralContext): Unit

    Enter a parse tree produced by the unicodeStringLiteral labeled alternative in SqlBaseParser#str.

    Enter a parse tree produced by the unicodeStringLiteral labeled alternative in SqlBaseParser#str.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  162. def enterUnnest(ctx: UnnestContext): Unit

    Enter a parse tree produced by the unnest labeled alternative in SqlBaseParser#relationPrimary.

    Enter a parse tree produced by the unnest labeled alternative in SqlBaseParser#relationPrimary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  163. def enterUnquotedIdentifier(ctx: UnquotedIdentifierContext): Unit

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

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

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  164. def enterUse(ctx: UseContext): Unit

    Enter a parse tree produced by the use labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the use labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  165. def enterValueExpressionDefault(ctx: ValueExpressionDefaultContext): Unit

    Enter a parse tree produced by the valueExpressionDefault labeled alternative in SqlBaseParser#valueExpression.

    Enter a parse tree produced by the valueExpressionDefault labeled alternative in SqlBaseParser#valueExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  166. def enterWhenClause(ctx: WhenClauseContext): Unit

    Enter a parse tree produced by SqlBaseParser#whenClause.

    Enter a parse tree produced by SqlBaseParser#whenClause.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  167. def enterWindowFrame(ctx: WindowFrameContext): Unit

    Enter a parse tree produced by SqlBaseParser#windowFrame.

    Enter a parse tree produced by SqlBaseParser#windowFrame.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  168. def enterWith(ctx: WithContext): Unit

    Enter a parse tree produced by SqlBaseParser#with.

    Enter a parse tree produced by SqlBaseParser#with.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  169. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  170. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  171. def exitAddColumn(ctx: AddColumnContext): Unit

    Exit a parse tree produced by the addColumn labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the addColumn labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  172. def exitAliasedRelation(ctx: AliasedRelationContext): Unit

    Exit a parse tree produced by SqlBaseParser#aliasedRelation.

    Exit a parse tree produced by SqlBaseParser#aliasedRelation.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  173. def exitArithmeticBinary(ctx: ArithmeticBinaryContext): Unit

    Exit a parse tree produced by the arithmeticBinary labeled alternative in SqlBaseParser#valueExpression.

    Exit a parse tree produced by the arithmeticBinary labeled alternative in SqlBaseParser#valueExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  174. def exitArithmeticUnary(ctx: ArithmeticUnaryContext): Unit

    Exit a parse tree produced by the arithmeticUnary labeled alternative in SqlBaseParser#valueExpression.

    Exit a parse tree produced by the arithmeticUnary labeled alternative in SqlBaseParser#valueExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  175. def exitArrayConstructor(ctx: ArrayConstructorContext): Unit

    Exit a parse tree produced by the arrayConstructor labeled alternative in SqlBaseParser#primaryExpression.

    Exit a parse tree produced by the arrayConstructor labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  176. def exitAtTimeZone(ctx: AtTimeZoneContext): Unit

    Exit a parse tree produced by the atTimeZone labeled alternative in SqlBaseParser#valueExpression.

    Exit a parse tree produced by the atTimeZone labeled alternative in SqlBaseParser#valueExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  177. def exitBackQuotedIdentifier(ctx: BackQuotedIdentifierContext): Unit

    Exit a parse tree produced by the backQuotedIdentifier labeled alternative in SqlBaseParser#identifier.

    Exit a parse tree produced by the backQuotedIdentifier labeled alternative in SqlBaseParser#identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  178. def exitBaseType(ctx: BaseTypeContext): Unit

    Exit a parse tree produced by SqlBaseParser#baseType.

    Exit a parse tree produced by SqlBaseParser#baseType.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  179. def exitBasicStringLiteral(ctx: BasicStringLiteralContext): Unit

    Exit a parse tree produced by the basicStringLiteral labeled alternative in SqlBaseParser#str.

    Exit a parse tree produced by the basicStringLiteral labeled alternative in SqlBaseParser#str.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  180. def exitBetween(ctx: BetweenContext): Unit

    Exit a parse tree produced by the between labeled alternative in SqlBaseParser#predicate.

    Exit a parse tree produced by the between labeled alternative in SqlBaseParser#predicate.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  181. def exitBinaryLiteral(ctx: BinaryLiteralContext): Unit

    Exit a parse tree produced by the binaryLiteral labeled alternative in SqlBaseParser#primaryExpression.

    Exit a parse tree produced by the binaryLiteral labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  182. def exitBooleanDeafault(ctx: BooleanDeafaultContext): Unit

    Exit a parse tree produced by the booleanDeafault labeled alternative in SqlBaseParser#booleanExpression.

    Exit a parse tree produced by the booleanDeafault labeled alternative in SqlBaseParser#booleanExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  183. def exitBooleanLiteral(ctx: BooleanLiteralContext): Unit

    Exit a parse tree produced by the booleanLiteral labeled alternative in SqlBaseParser#primaryExpression.

    Exit a parse tree produced by the booleanLiteral labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  184. def exitBooleanValue(ctx: BooleanValueContext): Unit

    Exit a parse tree produced by SqlBaseParser#booleanValue.

    Exit a parse tree produced by SqlBaseParser#booleanValue.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  185. def exitBoundedFrame(ctx: BoundedFrameContext): Unit

    Exit a parse tree produced by the boundedFrame labeled alternative in SqlBaseParser#frameBound.

    Exit a parse tree produced by the boundedFrame labeled alternative in SqlBaseParser#frameBound.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  186. def exitCall(ctx: CallContext): Unit

    Exit a parse tree produced by the call labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the call labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  187. def exitCast(ctx: CastContext): Unit

    Exit a parse tree produced by the cast labeled alternative in SqlBaseParser#primaryExpression.

    Exit a parse tree produced by the cast labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  188. def exitColumnAliases(ctx: ColumnAliasesContext): Unit

    Exit a parse tree produced by SqlBaseParser#columnAliases.

    Exit a parse tree produced by SqlBaseParser#columnAliases.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  189. def exitColumnDefinition(ctx: ColumnDefinitionContext): Unit

    Exit a parse tree produced by SqlBaseParser#columnDefinition.

    Exit a parse tree produced by SqlBaseParser#columnDefinition.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  190. def exitColumnReference(ctx: ColumnReferenceContext): Unit

    Exit a parse tree produced by the columnReference labeled alternative in SqlBaseParser#primaryExpression.

    Exit a parse tree produced by the columnReference labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  191. def exitCommit(ctx: CommitContext): Unit

    Exit a parse tree produced by the commit labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the commit labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  192. def exitComparison(ctx: ComparisonContext): Unit

    Exit a parse tree produced by the comparison labeled alternative in SqlBaseParser#valueExpression.

    Exit a parse tree produced by the comparison labeled alternative in SqlBaseParser#valueExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  193. def exitComparisonOperator(ctx: ComparisonOperatorContext): Unit

    Exit a parse tree produced by SqlBaseParser#comparisonOperator.

    Exit a parse tree produced by SqlBaseParser#comparisonOperator.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  194. def exitComparisonQuantifier(ctx: ComparisonQuantifierContext): Unit

    Exit a parse tree produced by SqlBaseParser#comparisonQuantifier.

    Exit a parse tree produced by SqlBaseParser#comparisonQuantifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  195. def exitConcatenation(ctx: ConcatenationContext): Unit

    Exit a parse tree produced by the concatenation labeled alternative in SqlBaseParser#valueExpression.

    Exit a parse tree produced by the concatenation labeled alternative in SqlBaseParser#valueExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  196. def exitCreateSchema(ctx: CreateSchemaContext): Unit

    Exit a parse tree produced by the createSchema labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the createSchema labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  197. def exitCreateTable(ctx: CreateTableContext): Unit

    Exit a parse tree produced by the createTable labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the createTable labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  198. def exitCreateTableAsSelect(ctx: CreateTableAsSelectContext): Unit

    Exit a parse tree produced by the createTableAsSelect labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the createTableAsSelect labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  199. def exitCreateView(ctx: CreateViewContext): Unit

    Exit a parse tree produced by the createView labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the createView labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  200. def exitCurrentRowBound(ctx: CurrentRowBoundContext): Unit

    Exit a parse tree produced by the currentRowBound labeled alternative in SqlBaseParser#frameBound.

    Exit a parse tree produced by the currentRowBound labeled alternative in SqlBaseParser#frameBound.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  201. def exitCurrentUser(ctx: CurrentUserContext): Unit

    Exit a parse tree produced by the currentUser labeled alternative in SqlBaseParser#primaryExpression.

    Exit a parse tree produced by the currentUser labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  202. def exitDeallocate(ctx: DeallocateContext): Unit

    Exit a parse tree produced by the deallocate labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the deallocate labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  203. def exitDecimalLiteral(ctx: DecimalLiteralContext): Unit

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

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

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  204. def exitDelete(ctx: DeleteContext): Unit

    Exit a parse tree produced by the delete labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the delete labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  205. def exitDereference(ctx: DereferenceContext): Unit

    Exit a parse tree produced by the dereference labeled alternative in SqlBaseParser#primaryExpression.

    Exit a parse tree produced by the dereference labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  206. def exitDescribeInput(ctx: DescribeInputContext): Unit

    Exit a parse tree produced by the describeInput labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the describeInput labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  207. def exitDescribeOutput(ctx: DescribeOutputContext): Unit

    Exit a parse tree produced by the describeOutput labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the describeOutput labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  208. def exitDigitIdentifier(ctx: DigitIdentifierContext): Unit

    Exit a parse tree produced by the digitIdentifier labeled alternative in SqlBaseParser#identifier.

    Exit a parse tree produced by the digitIdentifier labeled alternative in SqlBaseParser#identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  209. def exitDistinctFrom(ctx: DistinctFromContext): Unit

    Exit a parse tree produced by the distinctFrom labeled alternative in SqlBaseParser#predicate.

    Exit a parse tree produced by the distinctFrom labeled alternative in SqlBaseParser#predicate.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  210. def exitDoubleLiteral(ctx: DoubleLiteralContext): Unit

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

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

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  211. def exitDropColumn(ctx: DropColumnContext): Unit

    Exit a parse tree produced by the dropColumn labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the dropColumn labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  212. def exitDropSchema(ctx: DropSchemaContext): Unit

    Exit a parse tree produced by the dropSchema labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the dropSchema labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  213. def exitDropTable(ctx: DropTableContext): Unit

    Exit a parse tree produced by the dropTable labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the dropTable labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  214. def exitDropView(ctx: DropViewContext): Unit

    Exit a parse tree produced by the dropView labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the dropView labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  215. def exitEveryRule(ctx: ParserRuleContext): Unit

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    The default implementation does nothing.

    Definition Classes
    SqlBaseBaseListener → ParseTreeListener
  216. def exitExecute(ctx: ExecuteContext): Unit

    Exit a parse tree produced by the execute labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the execute labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  217. def exitExists(ctx: ExistsContext): Unit

    Exit a parse tree produced by the exists labeled alternative in SqlBaseParser#primaryExpression.

    Exit a parse tree produced by the exists labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  218. def exitExplain(ctx: ExplainContext): Unit

    Exit a parse tree produced by the explain labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the explain labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  219. def exitExplainFormat(ctx: ExplainFormatContext): Unit

    Exit a parse tree produced by the explainFormat labeled alternative in SqlBaseParser#explainOption.

    Exit a parse tree produced by the explainFormat labeled alternative in SqlBaseParser#explainOption.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  220. def exitExplainType(ctx: ExplainTypeContext): Unit

    Exit a parse tree produced by the explainType labeled alternative in SqlBaseParser#explainOption.

    Exit a parse tree produced by the explainType labeled alternative in SqlBaseParser#explainOption.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  221. def exitExpression(ctx: ExpressionContext): Unit

    Exit a parse tree produced by SqlBaseParser#expression.

    Exit a parse tree produced by SqlBaseParser#expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  222. def exitExtract(ctx: ExtractContext): Unit

    Exit a parse tree produced by the extract labeled alternative in SqlBaseParser#primaryExpression.

    Exit a parse tree produced by the extract labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  223. def exitFilter(ctx: FilterContext): Unit

    Exit a parse tree produced by SqlBaseParser#filter.

    Exit a parse tree produced by SqlBaseParser#filter.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  224. def exitFunctionCall(ctx: FunctionCallContext): Unit

    Exit a parse tree produced by the functionCall labeled alternative in SqlBaseParser#primaryExpression.

    Exit a parse tree produced by the functionCall labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  225. def exitGrant(ctx: GrantContext): Unit

    Exit a parse tree produced by the grant labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the grant labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  226. def exitGroupBy(ctx: GroupByContext): Unit

    Exit a parse tree produced by SqlBaseParser#groupBy.

    Exit a parse tree produced by SqlBaseParser#groupBy.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  227. def exitGroupingOperation(ctx: GroupingOperationContext): Unit

    Exit a parse tree produced by the groupingOperation labeled alternative in SqlBaseParser#primaryExpression.

    Exit a parse tree produced by the groupingOperation labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  228. def exitGroupingSet(ctx: GroupingSetContext): Unit

    Exit a parse tree produced by SqlBaseParser#groupingSet.

    Exit a parse tree produced by SqlBaseParser#groupingSet.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  229. def exitInList(ctx: InListContext): Unit

    Exit a parse tree produced by the inList labeled alternative in SqlBaseParser#predicate.

    Exit a parse tree produced by the inList labeled alternative in SqlBaseParser#predicate.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  230. def exitInSubquery(ctx: InSubqueryContext): Unit

    Exit a parse tree produced by the inSubquery labeled alternative in SqlBaseParser#predicate.

    Exit a parse tree produced by the inSubquery labeled alternative in SqlBaseParser#predicate.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  231. def exitInlineTable(ctx: InlineTableContext): Unit

    Exit a parse tree produced by the inlineTable labeled alternative in SqlBaseParser#queryPrimary.

    Exit a parse tree produced by the inlineTable labeled alternative in SqlBaseParser#queryPrimary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  232. def exitInsertInto(ctx: InsertIntoContext): Unit

    Exit a parse tree produced by the insertInto labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the insertInto labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  233. def exitIntegerLiteral(ctx: IntegerLiteralContext): Unit

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

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

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  234. def exitInterval(ctx: IntervalContext): Unit

    Exit a parse tree produced by SqlBaseParser#interval.

    Exit a parse tree produced by SqlBaseParser#interval.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  235. def exitIntervalField(ctx: IntervalFieldContext): Unit

    Exit a parse tree produced by SqlBaseParser#intervalField.

    Exit a parse tree produced by SqlBaseParser#intervalField.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  236. def exitIntervalLiteral(ctx: IntervalLiteralContext): Unit

    Exit a parse tree produced by the intervalLiteral labeled alternative in SqlBaseParser#primaryExpression.

    Exit a parse tree produced by the intervalLiteral labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  237. def exitIsolationLevel(ctx: IsolationLevelContext): Unit

    Exit a parse tree produced by the isolationLevel labeled alternative in SqlBaseParser#transactionMode.

    Exit a parse tree produced by the isolationLevel labeled alternative in SqlBaseParser#transactionMode.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  238. def exitJoinCriteria(ctx: JoinCriteriaContext): Unit

    Exit a parse tree produced by SqlBaseParser#joinCriteria.

    Exit a parse tree produced by SqlBaseParser#joinCriteria.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  239. def exitJoinRelation(ctx: JoinRelationContext): Unit

    Exit a parse tree produced by the joinRelation labeled alternative in SqlBaseParser#relation.

    Exit a parse tree produced by the joinRelation labeled alternative in SqlBaseParser#relation.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  240. def exitJoinType(ctx: JoinTypeContext): Unit

    Exit a parse tree produced by SqlBaseParser#joinType.

    Exit a parse tree produced by SqlBaseParser#joinType.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  241. def exitLambda(ctx: LambdaContext): Unit

    Exit a parse tree produced by the lambda labeled alternative in SqlBaseParser#primaryExpression.

    Exit a parse tree produced by the lambda labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  242. def exitLateral(ctx: LateralContext): Unit

    Exit a parse tree produced by the lateral labeled alternative in SqlBaseParser#relationPrimary.

    Exit a parse tree produced by the lateral labeled alternative in SqlBaseParser#relationPrimary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  243. def exitLike(ctx: LikeContext): Unit

    Exit a parse tree produced by the like labeled alternative in SqlBaseParser#predicate.

    Exit a parse tree produced by the like labeled alternative in SqlBaseParser#predicate.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  244. def exitLikeClause(ctx: LikeClauseContext): Unit

    Exit a parse tree produced by SqlBaseParser#likeClause.

    Exit a parse tree produced by SqlBaseParser#likeClause.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  245. def exitLogicalBinary(ctx: LogicalBinaryContext): Unit

    Exit a parse tree produced by the logicalBinary labeled alternative in SqlBaseParser#booleanExpression.

    Exit a parse tree produced by the logicalBinary labeled alternative in SqlBaseParser#booleanExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  246. def exitLogicalNot(ctx: LogicalNotContext): Unit

    Exit a parse tree produced by the logicalNot labeled alternative in SqlBaseParser#booleanExpression.

    Exit a parse tree produced by the logicalNot labeled alternative in SqlBaseParser#booleanExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  247. def exitNamedArgument(ctx: NamedArgumentContext): Unit

    Exit a parse tree produced by the namedArgument labeled alternative in SqlBaseParser#callArgument.

    Exit a parse tree produced by the namedArgument labeled alternative in SqlBaseParser#callArgument.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  248. def exitNamedQuery(ctx: NamedQueryContext): Unit

    Exit a parse tree produced by SqlBaseParser#namedQuery.

    Exit a parse tree produced by SqlBaseParser#namedQuery.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  249. def exitNonReserved(ctx: NonReservedContext): Unit

    Exit a parse tree produced by SqlBaseParser#nonReserved.

    Exit a parse tree produced by SqlBaseParser#nonReserved.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  250. def exitNormalForm(ctx: NormalFormContext): Unit

    Exit a parse tree produced by SqlBaseParser#normalForm.

    Exit a parse tree produced by SqlBaseParser#normalForm.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  251. def exitNormalize(ctx: NormalizeContext): Unit

    Exit a parse tree produced by the normalize labeled alternative in SqlBaseParser#primaryExpression.

    Exit a parse tree produced by the normalize labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  252. def exitNullLiteral(ctx: NullLiteralContext): Unit

    Exit a parse tree produced by the nullLiteral labeled alternative in SqlBaseParser#primaryExpression.

    Exit a parse tree produced by the nullLiteral labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  253. def exitNullPredicate(ctx: NullPredicateContext): Unit

    Exit a parse tree produced by the nullPredicate labeled alternative in SqlBaseParser#predicate.

    Exit a parse tree produced by the nullPredicate labeled alternative in SqlBaseParser#predicate.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  254. def exitNumericLiteral(ctx: NumericLiteralContext): Unit

    Exit a parse tree produced by the numericLiteral labeled alternative in SqlBaseParser#primaryExpression.

    Exit a parse tree produced by the numericLiteral labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  255. def exitOver(ctx: OverContext): Unit

    Exit a parse tree produced by SqlBaseParser#over.

    Exit a parse tree produced by SqlBaseParser#over.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  256. def exitParameter(ctx: ParameterContext): Unit

    Exit a parse tree produced by the parameter labeled alternative in SqlBaseParser#primaryExpression.

    Exit a parse tree produced by the parameter labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  257. def exitParenthesizedExpression(ctx: ParenthesizedExpressionContext): Unit

    Exit a parse tree produced by the parenthesizedExpression labeled alternative in SqlBaseParser#primaryExpression.

    Exit a parse tree produced by the parenthesizedExpression labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  258. def exitParenthesizedRelation(ctx: ParenthesizedRelationContext): Unit

    Exit a parse tree produced by the parenthesizedRelation labeled alternative in SqlBaseParser#relationPrimary.

    Exit a parse tree produced by the parenthesizedRelation labeled alternative in SqlBaseParser#relationPrimary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  259. def exitPosition(ctx: PositionContext): Unit

    Exit a parse tree produced by the position labeled alternative in SqlBaseParser#primaryExpression.

    Exit a parse tree produced by the position labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  260. def exitPositionalArgument(ctx: PositionalArgumentContext): Unit

    Exit a parse tree produced by the positionalArgument labeled alternative in SqlBaseParser#callArgument.

    Exit a parse tree produced by the positionalArgument labeled alternative in SqlBaseParser#callArgument.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  261. def exitPredicated(ctx: PredicatedContext): Unit

    Exit a parse tree produced by SqlBaseParser#predicated.

    Exit a parse tree produced by SqlBaseParser#predicated.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  262. def exitPrepare(ctx: PrepareContext): Unit

    Exit a parse tree produced by the prepare labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the prepare labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  263. def exitPrivilege(ctx: PrivilegeContext): Unit

    Exit a parse tree produced by SqlBaseParser#privilege.

    Exit a parse tree produced by SqlBaseParser#privilege.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  264. def exitProperties(ctx: PropertiesContext): Unit

    Exit a parse tree produced by SqlBaseParser#properties.

    Exit a parse tree produced by SqlBaseParser#properties.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  265. def exitProperty(ctx: PropertyContext): Unit

    Exit a parse tree produced by SqlBaseParser#property.

    Exit a parse tree produced by SqlBaseParser#property.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  266. def exitQualifiedName(ctx: QualifiedNameContext): Unit

    Exit a parse tree produced by SqlBaseParser#qualifiedName.

    Exit a parse tree produced by SqlBaseParser#qualifiedName.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  267. def exitQuery(ctx: QueryContext): Unit

    Exit a parse tree produced by SqlBaseParser#query.

    Exit a parse tree produced by SqlBaseParser#query.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  268. def exitQueryNoWith(ctx: QueryNoWithContext): Unit

    Exit a parse tree produced by SqlBaseParser#queryNoWith.

    Exit a parse tree produced by SqlBaseParser#queryNoWith.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  269. def exitQueryPrimaryDefault(ctx: QueryPrimaryDefaultContext): Unit

    Exit a parse tree produced by the queryPrimaryDefault labeled alternative in SqlBaseParser#queryPrimary.

    Exit a parse tree produced by the queryPrimaryDefault labeled alternative in SqlBaseParser#queryPrimary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  270. def exitQuerySpecification(ctx: QuerySpecificationContext): Unit

    Exit a parse tree produced by SqlBaseParser#querySpecification.

    Exit a parse tree produced by SqlBaseParser#querySpecification.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  271. def exitQueryTermDefault(ctx: QueryTermDefaultContext): Unit

    Exit a parse tree produced by the queryTermDefault labeled alternative in SqlBaseParser#queryTerm.

    Exit a parse tree produced by the queryTermDefault labeled alternative in SqlBaseParser#queryTerm.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  272. def exitQuotedIdentifier(ctx: QuotedIdentifierContext): Unit

    Exit a parse tree produced by the quotedIdentifier labeled alternative in SqlBaseParser#identifier.

    Exit a parse tree produced by the quotedIdentifier labeled alternative in SqlBaseParser#identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  273. def exitReadCommitted(ctx: ReadCommittedContext): Unit

    Exit a parse tree produced by the readCommitted labeled alternative in SqlBaseParser#levelOfIsolation.

    Exit a parse tree produced by the readCommitted labeled alternative in SqlBaseParser#levelOfIsolation.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  274. def exitReadUncommitted(ctx: ReadUncommittedContext): Unit

    Exit a parse tree produced by the readUncommitted labeled alternative in SqlBaseParser#levelOfIsolation.

    Exit a parse tree produced by the readUncommitted labeled alternative in SqlBaseParser#levelOfIsolation.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  275. def exitRelationDefault(ctx: RelationDefaultContext): Unit

    Exit a parse tree produced by the relationDefault labeled alternative in SqlBaseParser#relation.

    Exit a parse tree produced by the relationDefault labeled alternative in SqlBaseParser#relation.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  276. def exitRenameColumn(ctx: RenameColumnContext): Unit

    Exit a parse tree produced by the renameColumn labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the renameColumn labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  277. def exitRenameSchema(ctx: RenameSchemaContext): Unit

    Exit a parse tree produced by the renameSchema labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the renameSchema labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  278. def exitRenameTable(ctx: RenameTableContext): Unit

    Exit a parse tree produced by the renameTable labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the renameTable labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  279. def exitRepeatableRead(ctx: RepeatableReadContext): Unit

    Exit a parse tree produced by the repeatableRead labeled alternative in SqlBaseParser#levelOfIsolation.

    Exit a parse tree produced by the repeatableRead labeled alternative in SqlBaseParser#levelOfIsolation.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  280. def exitResetSession(ctx: ResetSessionContext): Unit

    Exit a parse tree produced by the resetSession labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the resetSession labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  281. def exitRevoke(ctx: RevokeContext): Unit

    Exit a parse tree produced by the revoke labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the revoke labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  282. def exitRollback(ctx: RollbackContext): Unit

    Exit a parse tree produced by the rollback labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the rollback labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  283. def exitRowConstructor(ctx: RowConstructorContext): Unit

    Exit a parse tree produced by the rowConstructor labeled alternative in SqlBaseParser#primaryExpression.

    Exit a parse tree produced by the rowConstructor labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  284. def exitSearchedCase(ctx: SearchedCaseContext): Unit

    Exit a parse tree produced by the searchedCase labeled alternative in SqlBaseParser#primaryExpression.

    Exit a parse tree produced by the searchedCase labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  285. def exitSelectAll(ctx: SelectAllContext): Unit

    Exit a parse tree produced by the selectAll labeled alternative in SqlBaseParser#selectItem.

    Exit a parse tree produced by the selectAll labeled alternative in SqlBaseParser#selectItem.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  286. def exitSelectSingle(ctx: SelectSingleContext): Unit

    Exit a parse tree produced by the selectSingle labeled alternative in SqlBaseParser#selectItem.

    Exit a parse tree produced by the selectSingle labeled alternative in SqlBaseParser#selectItem.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  287. def exitSerializable(ctx: SerializableContext): Unit

    Exit a parse tree produced by the serializable labeled alternative in SqlBaseParser#levelOfIsolation.

    Exit a parse tree produced by the serializable labeled alternative in SqlBaseParser#levelOfIsolation.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  288. def exitSetOperation(ctx: SetOperationContext): Unit

    Exit a parse tree produced by the setOperation labeled alternative in SqlBaseParser#queryTerm.

    Exit a parse tree produced by the setOperation labeled alternative in SqlBaseParser#queryTerm.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  289. def exitSetQuantifier(ctx: SetQuantifierContext): Unit

    Exit a parse tree produced by SqlBaseParser#setQuantifier.

    Exit a parse tree produced by SqlBaseParser#setQuantifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  290. def exitSetSession(ctx: SetSessionContext): Unit

    Exit a parse tree produced by the setSession labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the setSession labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  291. def exitShowCatalogs(ctx: ShowCatalogsContext): Unit

    Exit a parse tree produced by the showCatalogs labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the showCatalogs labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  292. def exitShowColumns(ctx: ShowColumnsContext): Unit

    Exit a parse tree produced by the showColumns labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the showColumns labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  293. def exitShowCreateTable(ctx: ShowCreateTableContext): Unit

    Exit a parse tree produced by the showCreateTable labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the showCreateTable labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  294. def exitShowCreateView(ctx: ShowCreateViewContext): Unit

    Exit a parse tree produced by the showCreateView labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the showCreateView labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  295. def exitShowFunctions(ctx: ShowFunctionsContext): Unit

    Exit a parse tree produced by the showFunctions labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the showFunctions labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  296. def exitShowGrants(ctx: ShowGrantsContext): Unit

    Exit a parse tree produced by the showGrants labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the showGrants labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  297. def exitShowPartitions(ctx: ShowPartitionsContext): Unit

    Exit a parse tree produced by the showPartitions labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the showPartitions labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  298. def exitShowSchemas(ctx: ShowSchemasContext): Unit

    Exit a parse tree produced by the showSchemas labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the showSchemas labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  299. def exitShowSession(ctx: ShowSessionContext): Unit

    Exit a parse tree produced by the showSession labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the showSession labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  300. def exitShowStats(ctx: ShowStatsContext): Unit

    Exit a parse tree produced by the showStats labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the showStats labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  301. def exitShowStatsForQuery(ctx: ShowStatsForQueryContext): Unit

    Exit a parse tree produced by the showStatsForQuery labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the showStatsForQuery labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  302. def exitShowTables(ctx: ShowTablesContext): Unit

    Exit a parse tree produced by the showTables labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the showTables labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  303. def exitSimpleCase(ctx: SimpleCaseContext): Unit

    Exit a parse tree produced by the simpleCase labeled alternative in SqlBaseParser#primaryExpression.

    Exit a parse tree produced by the simpleCase labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  304. def exitSingleExpression(ctx: SingleExpressionContext): Unit

    Exit a parse tree produced by SqlBaseParser#singleExpression.

    Exit a parse tree produced by SqlBaseParser#singleExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  305. def exitSingleStatement(ctx: SingleStatementContext): Unit

    Exit a parse tree produced by SqlBaseParser#singleStatement.

    Exit a parse tree produced by SqlBaseParser#singleStatement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  306. def exitSortItem(ctx: SortItemContext): Unit

    Exit a parse tree produced by SqlBaseParser#sortItem.

    Exit a parse tree produced by SqlBaseParser#sortItem.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  307. def exitSpecialDateTimeFunction(ctx: SpecialDateTimeFunctionContext): Unit

    Exit a parse tree produced by the specialDateTimeFunction labeled alternative in SqlBaseParser#primaryExpression.

    Exit a parse tree produced by the specialDateTimeFunction labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  308. def exitStartTransaction(ctx: StartTransactionContext): Unit

    Exit a parse tree produced by the startTransaction labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the startTransaction labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  309. def exitStatementDefault(ctx: StatementDefaultContext): Unit

    Exit a parse tree produced by the statementDefault labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the statementDefault labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  310. def exitStringLiteral(ctx: StringLiteralContext): Unit

    Exit a parse tree produced by the stringLiteral labeled alternative in SqlBaseParser#primaryExpression.

    Exit a parse tree produced by the stringLiteral labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  311. def exitSubquery(ctx: SubqueryContext): Unit

    Exit a parse tree produced by the subquery labeled alternative in SqlBaseParser#queryPrimary.

    Exit a parse tree produced by the subquery labeled alternative in SqlBaseParser#queryPrimary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  312. def exitSubqueryExpression(ctx: SubqueryExpressionContext): Unit

    Exit a parse tree produced by the subqueryExpression labeled alternative in SqlBaseParser#primaryExpression.

    Exit a parse tree produced by the subqueryExpression labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  313. def exitSubqueryRelation(ctx: SubqueryRelationContext): Unit

    Exit a parse tree produced by the subqueryRelation labeled alternative in SqlBaseParser#relationPrimary.

    Exit a parse tree produced by the subqueryRelation labeled alternative in SqlBaseParser#relationPrimary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  314. def exitSubscript(ctx: SubscriptContext): Unit

    Exit a parse tree produced by the subscript labeled alternative in SqlBaseParser#primaryExpression.

    Exit a parse tree produced by the subscript labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  315. def exitSubstring(ctx: SubstringContext): Unit

    Exit a parse tree produced by the substring labeled alternative in SqlBaseParser#primaryExpression.

    Exit a parse tree produced by the substring labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  316. def exitTable(ctx: TableContext): Unit

    Exit a parse tree produced by the table labeled alternative in SqlBaseParser#queryPrimary.

    Exit a parse tree produced by the table labeled alternative in SqlBaseParser#queryPrimary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  317. def exitTableElement(ctx: TableElementContext): Unit

    Exit a parse tree produced by SqlBaseParser#tableElement.

    Exit a parse tree produced by SqlBaseParser#tableElement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  318. def exitTableName(ctx: TableNameContext): Unit

    Exit a parse tree produced by the tableName labeled alternative in SqlBaseParser#relationPrimary.

    Exit a parse tree produced by the tableName labeled alternative in SqlBaseParser#relationPrimary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  319. def exitTimeZoneInterval(ctx: TimeZoneIntervalContext): Unit

    Exit a parse tree produced by the timeZoneInterval labeled alternative in SqlBaseParser#timeZoneSpecifier.

    Exit a parse tree produced by the timeZoneInterval labeled alternative in SqlBaseParser#timeZoneSpecifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  320. def exitTimeZoneString(ctx: TimeZoneStringContext): Unit

    Exit a parse tree produced by the timeZoneString labeled alternative in SqlBaseParser#timeZoneSpecifier.

    Exit a parse tree produced by the timeZoneString labeled alternative in SqlBaseParser#timeZoneSpecifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  321. def exitTransactionAccessMode(ctx: TransactionAccessModeContext): Unit

    Exit a parse tree produced by the transactionAccessMode labeled alternative in SqlBaseParser#transactionMode.

    Exit a parse tree produced by the transactionAccessMode labeled alternative in SqlBaseParser#transactionMode.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  322. def exitType(ctx: TypeContext): Unit

    Exit a parse tree produced by SqlBaseParser#type.

    Exit a parse tree produced by SqlBaseParser#type.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  323. def exitTypeConstructor(ctx: TypeConstructorContext): Unit

    Exit a parse tree produced by the typeConstructor labeled alternative in SqlBaseParser#primaryExpression.

    Exit a parse tree produced by the typeConstructor labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  324. def exitTypeParameter(ctx: TypeParameterContext): Unit

    Exit a parse tree produced by SqlBaseParser#typeParameter.

    Exit a parse tree produced by SqlBaseParser#typeParameter.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  325. def exitUnboundedFrame(ctx: UnboundedFrameContext): Unit

    Exit a parse tree produced by the unboundedFrame labeled alternative in SqlBaseParser#frameBound.

    Exit a parse tree produced by the unboundedFrame labeled alternative in SqlBaseParser#frameBound.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  326. def exitUnicodeStringLiteral(ctx: UnicodeStringLiteralContext): Unit

    Exit a parse tree produced by the unicodeStringLiteral labeled alternative in SqlBaseParser#str.

    Exit a parse tree produced by the unicodeStringLiteral labeled alternative in SqlBaseParser#str.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  327. def exitUnnest(ctx: UnnestContext): Unit

    Exit a parse tree produced by the unnest labeled alternative in SqlBaseParser#relationPrimary.

    Exit a parse tree produced by the unnest labeled alternative in SqlBaseParser#relationPrimary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  328. def exitUnquotedIdentifier(ctx: UnquotedIdentifierContext): Unit

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

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

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  329. def exitUse(ctx: UseContext): Unit

    Exit a parse tree produced by the use labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the use labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  330. def exitValueExpressionDefault(ctx: ValueExpressionDefaultContext): Unit

    Exit a parse tree produced by the valueExpressionDefault labeled alternative in SqlBaseParser#valueExpression.

    Exit a parse tree produced by the valueExpressionDefault labeled alternative in SqlBaseParser#valueExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  331. def exitWhenClause(ctx: WhenClauseContext): Unit

    Exit a parse tree produced by SqlBaseParser#whenClause.

    Exit a parse tree produced by SqlBaseParser#whenClause.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  332. def exitWindowFrame(ctx: WindowFrameContext): Unit

    Exit a parse tree produced by SqlBaseParser#windowFrame.

    Exit a parse tree produced by SqlBaseParser#windowFrame.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  333. def exitWith(ctx: WithContext): Unit

    Exit a parse tree produced by SqlBaseParser#with.

    Exit a parse tree produced by SqlBaseParser#with.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  334. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  335. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  336. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  337. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  338. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  339. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  340. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  341. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  342. def toString(): String
    Definition Classes
    AnyRef → Any
  343. def visitErrorNode(node: ErrorNode): Unit

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    The default implementation does nothing.

    Definition Classes
    SqlBaseBaseListener → ParseTreeListener
  344. def visitTerminal(node: TerminalNode): Unit

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    The default implementation does nothing.

    Definition Classes
    SqlBaseBaseListener → ParseTreeListener
  345. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  346. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  347. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from SqlBaseListener

Inherited from ParseTreeListener

Inherited from AnyRef

Inherited from Any

Ungrouped