Packages

c

wvlet.airframe.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. Protected

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[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  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
    Annotations
    @Override()
  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
    Annotations
    @Override()
  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
    Annotations
    @Override()
  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
    Annotations
    @Override()
  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
    Annotations
    @Override()
  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
    Annotations
    @Override()
  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
    Annotations
    @Override()
  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
    Annotations
    @Override()
  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
    Annotations
    @Override()
  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
    Annotations
    @Override()
  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
    Annotations
    @Override()
  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
    Annotations
    @Override()
  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
    Annotations
    @Override()
  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
    Annotations
    @Override()
  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
    Annotations
    @Override()
  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
    Annotations
    @Override()
  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
    Annotations
    @Override()
  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
    Annotations
    @Override()
  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
    Annotations
    @Override()
  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
    Annotations
    @Override()
  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
    Annotations
    @Override()
  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
    Annotations
    @Override()
  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
    Annotations
    @Override()
  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
    Annotations
    @Override()
  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
    Annotations
    @Override()
  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
    Annotations
    @Override()
  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
    Annotations
    @Override()
  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
    Annotations
    @Override()
  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
    Annotations
    @Override()
  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
    Annotations
    @Override()
  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
    Annotations
    @Override()
  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
    Annotations
    @Override()
  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
    Annotations
    @Override()
  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
    Annotations
    @Override()
  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
    Annotations
    @Override()
  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
    Annotations
    @Override()
  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
    Annotations
    @Override()
  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
    Annotations
    @Override()
  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
    Annotations
    @Override()
  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
    Annotations
    @Override()
  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
    Annotations
    @Override()
  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
    Annotations
    @Override()
  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
    Annotations
    @Override()
  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
    Annotations
    @Override()
  50. def enterEveryRule(ctx: ParserRuleContext): Unit

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    The default implementation does nothing.

    Definition Classes
    SqlBaseBaseListener → ParseTreeListener
    Annotations
    @Override()
  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
    Annotations
    @Override()
  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
    Annotations
    @Override()
  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
    Annotations
    @Override()
  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
    Annotations
    @Override()
  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
    Annotations
    @Override()
  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
    Annotations
    @Override()
  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
    Annotations
    @Override()
  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
    Annotations
    @Override()
  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
    Annotations
    @Override()
  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
    Annotations
    @Override()
  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
    Annotations
    @Override()
  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
    Annotations
    @Override()
  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
    Annotations
    @Override()
  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
    Annotations
    @Override()
  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
    Annotations
    @Override()
  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
    Annotations
    @Override()
  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
    Annotations
    @Override()
  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
    Annotations
    @Override()
  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
    Annotations
    @Override()
  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
    Annotations
    @Override()
  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
    Annotations
    @Override()
  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
    Annotations
    @Override()
  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
    Annotations
    @Override()
  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
    Annotations
    @Override()
  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
    Annotations
    @Override()
  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
    Annotations
    @Override()
  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
    Annotations
    @Override()
  78. def enterLateralView(ctx: LateralViewContext): Unit

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

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

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
    Annotations
    @Override()
  79. 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
    Annotations
    @Override()
  80. 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
    Annotations
    @Override()
  81. 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
    Annotations
    @Override()
  82. 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
    Annotations
    @Override()
  83. 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
    Annotations
    @Override()
  84. 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
    Annotations
    @Override()
  85. 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
    Annotations
    @Override()
  86. 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
    Annotations
    @Override()
  87. 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
    Annotations
    @Override()
  88. 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
    Annotations
    @Override()
  89. 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
    Annotations
    @Override()
  90. 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
    Annotations
    @Override()
  91. 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
    Annotations
    @Override()
  92. 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
    Annotations
    @Override()
  93. 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
    Annotations
    @Override()
  94. 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
    Annotations
    @Override()
  95. 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
    Annotations
    @Override()
  96. 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
    Annotations
    @Override()
  97. 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
    Annotations
    @Override()
  98. 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
    Annotations
    @Override()
  99. 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
    Annotations
    @Override()
  100. 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
    Annotations
    @Override()
  101. 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
    Annotations
    @Override()
  102. 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
    Annotations
    @Override()
  103. 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
    Annotations
    @Override()
  104. 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
    Annotations
    @Override()
  105. 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
    Annotations
    @Override()
  106. 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
    Annotations
    @Override()
  107. 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
    Annotations
    @Override()
  108. 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
    Annotations
    @Override()
  109. 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
    Annotations
    @Override()
  110. 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
    Annotations
    @Override()
  111. 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
    Annotations
    @Override()
  112. 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
    Annotations
    @Override()
  113. 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
    Annotations
    @Override()
  114. 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
    Annotations
    @Override()
  115. 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
    Annotations
    @Override()
  116. 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
    Annotations
    @Override()
  117. 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
    Annotations
    @Override()
  118. 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
    Annotations
    @Override()
  119. 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
    Annotations
    @Override()
  120. 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
    Annotations
    @Override()
  121. 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
    Annotations
    @Override()
  122. 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
    Annotations
    @Override()
  123. 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
    Annotations
    @Override()
  124. 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
    Annotations
    @Override()
  125. 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
    Annotations
    @Override()
  126. 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
    Annotations
    @Override()
  127. 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
    Annotations
    @Override()
  128. 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
    Annotations
    @Override()
  129. 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
    Annotations
    @Override()
  130. 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
    Annotations
    @Override()
  131. 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
    Annotations
    @Override()
  132. 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
    Annotations
    @Override()
  133. 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
    Annotations
    @Override()
  134. 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
    Annotations
    @Override()
  135. 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
    Annotations
    @Override()
  136. 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
    Annotations
    @Override()
  137. 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
    Annotations
    @Override()
  138. 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
    Annotations
    @Override()
  139. 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
    Annotations
    @Override()
  140. 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
    Annotations
    @Override()
  141. 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
    Annotations
    @Override()
  142. 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
    Annotations
    @Override()
  143. 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
    Annotations
    @Override()
  144. 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
    Annotations
    @Override()
  145. 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
    Annotations
    @Override()
  146. 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
    Annotations
    @Override()
  147. 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
    Annotations
    @Override()
  148. 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
    Annotations
    @Override()
  149. 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
    Annotations
    @Override()
  150. 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
    Annotations
    @Override()
  151. 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
    Annotations
    @Override()
  152. 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
    Annotations
    @Override()
  153. 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
    Annotations
    @Override()
  154. 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
    Annotations
    @Override()
  155. 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
    Annotations
    @Override()
  156. 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
    Annotations
    @Override()
  157. 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
    Annotations
    @Override()
  158. 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
    Annotations
    @Override()
  159. 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
    Annotations
    @Override()
  160. 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
    Annotations
    @Override()
  161. 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
    Annotations
    @Override()
  162. 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
    Annotations
    @Override()
  163. 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
    Annotations
    @Override()
  164. 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
    Annotations
    @Override()
  165. 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
    Annotations
    @Override()
  166. 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
    Annotations
    @Override()
  167. 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
    Annotations
    @Override()
  168. 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
    Annotations
    @Override()
  169. 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
    Annotations
    @Override()
  170. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  171. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  172. 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
    Annotations
    @Override()
  173. 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
    Annotations
    @Override()
  174. 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
    Annotations
    @Override()
  175. 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
    Annotations
    @Override()
  176. 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
    Annotations
    @Override()
  177. 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
    Annotations
    @Override()
  178. 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
    Annotations
    @Override()
  179. 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
    Annotations
    @Override()
  180. 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
    Annotations
    @Override()
  181. 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
    Annotations
    @Override()
  182. 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
    Annotations
    @Override()
  183. 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
    Annotations
    @Override()
  184. 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
    Annotations
    @Override()
  185. 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
    Annotations
    @Override()
  186. 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
    Annotations
    @Override()
  187. 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
    Annotations
    @Override()
  188. 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
    Annotations
    @Override()
  189. 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
    Annotations
    @Override()
  190. 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
    Annotations
    @Override()
  191. 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
    Annotations
    @Override()
  192. 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
    Annotations
    @Override()
  193. 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
    Annotations
    @Override()
  194. 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
    Annotations
    @Override()
  195. 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
    Annotations
    @Override()
  196. 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
    Annotations
    @Override()
  197. 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
    Annotations
    @Override()
  198. 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
    Annotations
    @Override()
  199. 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
    Annotations
    @Override()
  200. 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
    Annotations
    @Override()
  201. 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
    Annotations
    @Override()
  202. 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
    Annotations
    @Override()
  203. 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
    Annotations
    @Override()
  204. 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
    Annotations
    @Override()
  205. 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
    Annotations
    @Override()
  206. 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
    Annotations
    @Override()
  207. 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
    Annotations
    @Override()
  208. 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
    Annotations
    @Override()
  209. 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
    Annotations
    @Override()
  210. 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
    Annotations
    @Override()
  211. 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
    Annotations
    @Override()
  212. 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
    Annotations
    @Override()
  213. 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
    Annotations
    @Override()
  214. 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
    Annotations
    @Override()
  215. 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
    Annotations
    @Override()
  216. def exitEveryRule(ctx: ParserRuleContext): Unit

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    The default implementation does nothing.

    Definition Classes
    SqlBaseBaseListener → ParseTreeListener
    Annotations
    @Override()
  217. 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
    Annotations
    @Override()
  218. 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
    Annotations
    @Override()
  219. 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
    Annotations
    @Override()
  220. 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
    Annotations
    @Override()
  221. 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
    Annotations
    @Override()
  222. 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
    Annotations
    @Override()
  223. 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
    Annotations
    @Override()
  224. 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
    Annotations
    @Override()
  225. 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
    Annotations
    @Override()
  226. 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
    Annotations
    @Override()
  227. 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
    Annotations
    @Override()
  228. 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
    Annotations
    @Override()
  229. 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
    Annotations
    @Override()
  230. 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
    Annotations
    @Override()
  231. 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
    Annotations
    @Override()
  232. 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
    Annotations
    @Override()
  233. 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
    Annotations
    @Override()
  234. 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
    Annotations
    @Override()
  235. 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
    Annotations
    @Override()
  236. 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
    Annotations
    @Override()
  237. 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
    Annotations
    @Override()
  238. 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
    Annotations
    @Override()
  239. 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
    Annotations
    @Override()
  240. 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
    Annotations
    @Override()
  241. 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
    Annotations
    @Override()
  242. 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
    Annotations
    @Override()
  243. 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
    Annotations
    @Override()
  244. def exitLateralView(ctx: LateralViewContext): Unit

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

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

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
    Annotations
    @Override()
  245. 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
    Annotations
    @Override()
  246. 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
    Annotations
    @Override()
  247. 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
    Annotations
    @Override()
  248. 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
    Annotations
    @Override()
  249. 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
    Annotations
    @Override()
  250. 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
    Annotations
    @Override()
  251. 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
    Annotations
    @Override()
  252. 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
    Annotations
    @Override()
  253. 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
    Annotations
    @Override()
  254. 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
    Annotations
    @Override()
  255. 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
    Annotations
    @Override()
  256. 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
    Annotations
    @Override()
  257. 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
    Annotations
    @Override()
  258. 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
    Annotations
    @Override()
  259. 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
    Annotations
    @Override()
  260. 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
    Annotations
    @Override()
  261. 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
    Annotations
    @Override()
  262. 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
    Annotations
    @Override()
  263. 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
    Annotations
    @Override()
  264. 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
    Annotations
    @Override()
  265. 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
    Annotations
    @Override()
  266. 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
    Annotations
    @Override()
  267. 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
    Annotations
    @Override()
  268. 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
    Annotations
    @Override()
  269. 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
    Annotations
    @Override()
  270. 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
    Annotations
    @Override()
  271. 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
    Annotations
    @Override()
  272. 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
    Annotations
    @Override()
  273. 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
    Annotations
    @Override()
  274. 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
    Annotations
    @Override()
  275. 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
    Annotations
    @Override()
  276. 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
    Annotations
    @Override()
  277. 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
    Annotations
    @Override()
  278. 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
    Annotations
    @Override()
  279. 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
    Annotations
    @Override()
  280. 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
    Annotations
    @Override()
  281. 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
    Annotations
    @Override()
  282. 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
    Annotations
    @Override()
  283. 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
    Annotations
    @Override()
  284. 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
    Annotations
    @Override()
  285. 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
    Annotations
    @Override()
  286. 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
    Annotations
    @Override()
  287. 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
    Annotations
    @Override()
  288. 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
    Annotations
    @Override()
  289. 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
    Annotations
    @Override()
  290. 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
    Annotations
    @Override()
  291. 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
    Annotations
    @Override()
  292. 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
    Annotations
    @Override()
  293. 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
    Annotations
    @Override()
  294. 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
    Annotations
    @Override()
  295. 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
    Annotations
    @Override()
  296. 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
    Annotations
    @Override()
  297. 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
    Annotations
    @Override()
  298. 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
    Annotations
    @Override()
  299. 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
    Annotations
    @Override()
  300. 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
    Annotations
    @Override()
  301. 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
    Annotations
    @Override()
  302. 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
    Annotations
    @Override()
  303. 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
    Annotations
    @Override()
  304. 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
    Annotations
    @Override()
  305. 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
    Annotations
    @Override()
  306. 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
    Annotations
    @Override()
  307. 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
    Annotations
    @Override()
  308. 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
    Annotations
    @Override()
  309. 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
    Annotations
    @Override()
  310. 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
    Annotations
    @Override()
  311. 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
    Annotations
    @Override()
  312. 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
    Annotations
    @Override()
  313. 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
    Annotations
    @Override()
  314. 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
    Annotations
    @Override()
  315. 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
    Annotations
    @Override()
  316. 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
    Annotations
    @Override()
  317. 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
    Annotations
    @Override()
  318. 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
    Annotations
    @Override()
  319. 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
    Annotations
    @Override()
  320. 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
    Annotations
    @Override()
  321. 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
    Annotations
    @Override()
  322. 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
    Annotations
    @Override()
  323. 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
    Annotations
    @Override()
  324. 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
    Annotations
    @Override()
  325. 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
    Annotations
    @Override()
  326. 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
    Annotations
    @Override()
  327. 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
    Annotations
    @Override()
  328. 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
    Annotations
    @Override()
  329. 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
    Annotations
    @Override()
  330. 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
    Annotations
    @Override()
  331. 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
    Annotations
    @Override()
  332. 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
    Annotations
    @Override()
  333. 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
    Annotations
    @Override()
  334. 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
    Annotations
    @Override()
  335. 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
    Annotations
    @Override()
  336. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  337. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  338. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  339. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  340. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  341. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  342. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  343. def toString(): String
    Definition Classes
    AnyRef → Any
  344. def visitErrorNode(node: ErrorNode): Unit

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    The default implementation does nothing.

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

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    The default implementation does nothing.

    Definition Classes
    SqlBaseBaseListener → ParseTreeListener
    Annotations
    @Override()
  346. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  347. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  348. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from SqlBaseListener

Inherited from ParseTreeListener

Inherited from AnyRef

Inherited from Any

Ungrouped