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.
- Alphabetic
- By Inheritance
- SqlBaseBaseListener
- SqlBaseListener
- ParseTreeListener
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new SqlBaseBaseListener()
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def enterAddColumn(ctx: AddColumnContext): Unit
Enter a parse tree produced by the
addColumnlabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
addColumnlabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- 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
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterArithmeticBinary(ctx: ArithmeticBinaryContext): Unit
Enter a parse tree produced by the
arithmeticBinarylabeled alternative inSqlBaseParser#valueExpression.Enter a parse tree produced by the
arithmeticBinarylabeled alternative inSqlBaseParser#valueExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterArithmeticUnary(ctx: ArithmeticUnaryContext): Unit
Enter a parse tree produced by the
arithmeticUnarylabeled alternative inSqlBaseParser#valueExpression.Enter a parse tree produced by the
arithmeticUnarylabeled alternative inSqlBaseParser#valueExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterArrayConstructor(ctx: ArrayConstructorContext): Unit
Enter a parse tree produced by the
arrayConstructorlabeled alternative inSqlBaseParser#primaryExpression.Enter a parse tree produced by the
arrayConstructorlabeled alternative inSqlBaseParser#primaryExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterAtTimeZone(ctx: AtTimeZoneContext): Unit
Enter a parse tree produced by the
atTimeZonelabeled alternative inSqlBaseParser#valueExpression.Enter a parse tree produced by the
atTimeZonelabeled alternative inSqlBaseParser#valueExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterBackQuotedIdentifier(ctx: BackQuotedIdentifierContext): Unit
Enter a parse tree produced by the
backQuotedIdentifierlabeled alternative inSqlBaseParser#identifier.Enter a parse tree produced by the
backQuotedIdentifierlabeled alternative inSqlBaseParser#identifier.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- 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
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterBasicStringLiteral(ctx: BasicStringLiteralContext): Unit
Enter a parse tree produced by the
basicStringLiterallabeled alternative inSqlBaseParser#str.Enter a parse tree produced by the
basicStringLiterallabeled alternative inSqlBaseParser#str.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterBetween(ctx: BetweenContext): Unit
Enter a parse tree produced by the
betweenlabeled alternative inSqlBaseParser#predicate.Enter a parse tree produced by the
betweenlabeled alternative inSqlBaseParser#predicate.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterBinaryLiteral(ctx: BinaryLiteralContext): Unit
Enter a parse tree produced by the
binaryLiterallabeled alternative inSqlBaseParser#primaryExpression.Enter a parse tree produced by the
binaryLiterallabeled alternative inSqlBaseParser#primaryExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterBooleanDeafault(ctx: BooleanDeafaultContext): Unit
Enter a parse tree produced by the
booleanDeafaultlabeled alternative inSqlBaseParser#booleanExpression.Enter a parse tree produced by the
booleanDeafaultlabeled alternative inSqlBaseParser#booleanExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterBooleanLiteral(ctx: BooleanLiteralContext): Unit
Enter a parse tree produced by the
booleanLiterallabeled alternative inSqlBaseParser#primaryExpression.Enter a parse tree produced by the
booleanLiterallabeled alternative inSqlBaseParser#primaryExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- 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
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterBoundedFrame(ctx: BoundedFrameContext): Unit
Enter a parse tree produced by the
boundedFramelabeled alternative inSqlBaseParser#frameBound.Enter a parse tree produced by the
boundedFramelabeled alternative inSqlBaseParser#frameBound.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterCall(ctx: CallContext): Unit
Enter a parse tree produced by the
calllabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
calllabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterCast(ctx: CastContext): Unit
Enter a parse tree produced by the
castlabeled alternative inSqlBaseParser#primaryExpression.Enter a parse tree produced by the
castlabeled alternative inSqlBaseParser#primaryExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- 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
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- 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
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterColumnReference(ctx: ColumnReferenceContext): Unit
Enter a parse tree produced by the
columnReferencelabeled alternative inSqlBaseParser#primaryExpression.Enter a parse tree produced by the
columnReferencelabeled alternative inSqlBaseParser#primaryExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterCommit(ctx: CommitContext): Unit
Enter a parse tree produced by the
commitlabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
commitlabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterComparison(ctx: ComparisonContext): Unit
Enter a parse tree produced by the
comparisonlabeled alternative inSqlBaseParser#valueExpression.Enter a parse tree produced by the
comparisonlabeled alternative inSqlBaseParser#valueExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- 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
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- 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
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterConcatenation(ctx: ConcatenationContext): Unit
Enter a parse tree produced by the
concatenationlabeled alternative inSqlBaseParser#valueExpression.Enter a parse tree produced by the
concatenationlabeled alternative inSqlBaseParser#valueExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterCreateSchema(ctx: CreateSchemaContext): Unit
Enter a parse tree produced by the
createSchemalabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
createSchemalabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterCreateTable(ctx: CreateTableContext): Unit
Enter a parse tree produced by the
createTablelabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
createTablelabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterCreateTableAsSelect(ctx: CreateTableAsSelectContext): Unit
Enter a parse tree produced by the
createTableAsSelectlabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
createTableAsSelectlabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterCreateView(ctx: CreateViewContext): Unit
Enter a parse tree produced by the
createViewlabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
createViewlabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterCurrentRowBound(ctx: CurrentRowBoundContext): Unit
Enter a parse tree produced by the
currentRowBoundlabeled alternative inSqlBaseParser#frameBound.Enter a parse tree produced by the
currentRowBoundlabeled alternative inSqlBaseParser#frameBound.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterCurrentUser(ctx: CurrentUserContext): Unit
Enter a parse tree produced by the
currentUserlabeled alternative inSqlBaseParser#primaryExpression.Enter a parse tree produced by the
currentUserlabeled alternative inSqlBaseParser#primaryExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterDeallocate(ctx: DeallocateContext): Unit
Enter a parse tree produced by the
deallocatelabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
deallocatelabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterDecimalLiteral(ctx: DecimalLiteralContext): Unit
Enter a parse tree produced by the
decimalLiterallabeled alternative inSqlBaseParser#number.Enter a parse tree produced by the
decimalLiterallabeled alternative inSqlBaseParser#number.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterDelete(ctx: DeleteContext): Unit
Enter a parse tree produced by the
deletelabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
deletelabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterDereference(ctx: DereferenceContext): Unit
Enter a parse tree produced by the
dereferencelabeled alternative inSqlBaseParser#primaryExpression.Enter a parse tree produced by the
dereferencelabeled alternative inSqlBaseParser#primaryExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterDescribeInput(ctx: DescribeInputContext): Unit
Enter a parse tree produced by the
describeInputlabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
describeInputlabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterDescribeOutput(ctx: DescribeOutputContext): Unit
Enter a parse tree produced by the
describeOutputlabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
describeOutputlabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterDigitIdentifier(ctx: DigitIdentifierContext): Unit
Enter a parse tree produced by the
digitIdentifierlabeled alternative inSqlBaseParser#identifier.Enter a parse tree produced by the
digitIdentifierlabeled alternative inSqlBaseParser#identifier.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterDistinctFrom(ctx: DistinctFromContext): Unit
Enter a parse tree produced by the
distinctFromlabeled alternative inSqlBaseParser#predicate.Enter a parse tree produced by the
distinctFromlabeled alternative inSqlBaseParser#predicate.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterDoubleLiteral(ctx: DoubleLiteralContext): Unit
Enter a parse tree produced by the
doubleLiterallabeled alternative inSqlBaseParser#number.Enter a parse tree produced by the
doubleLiterallabeled alternative inSqlBaseParser#number.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterDropColumn(ctx: DropColumnContext): Unit
Enter a parse tree produced by the
dropColumnlabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
dropColumnlabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterDropSchema(ctx: DropSchemaContext): Unit
Enter a parse tree produced by the
dropSchemalabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
dropSchemalabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterDropTable(ctx: DropTableContext): Unit
Enter a parse tree produced by the
dropTablelabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
dropTablelabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterDropView(ctx: DropViewContext): Unit
Enter a parse tree produced by the
dropViewlabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
dropViewlabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterEveryRule(ctx: ParserRuleContext): Unit
<invalid inheritdoc annotation>
<invalid inheritdoc annotation>
The default implementation does nothing.
- Definition Classes
- SqlBaseBaseListener → ParseTreeListener
- Annotations
- @Override()
- def enterExecute(ctx: ExecuteContext): Unit
Enter a parse tree produced by the
executelabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
executelabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterExists(ctx: ExistsContext): Unit
Enter a parse tree produced by the
existslabeled alternative inSqlBaseParser#primaryExpression.Enter a parse tree produced by the
existslabeled alternative inSqlBaseParser#primaryExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterExplain(ctx: ExplainContext): Unit
Enter a parse tree produced by the
explainlabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
explainlabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterExplainFormat(ctx: ExplainFormatContext): Unit
Enter a parse tree produced by the
explainFormatlabeled alternative inSqlBaseParser#explainOption.Enter a parse tree produced by the
explainFormatlabeled alternative inSqlBaseParser#explainOption.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterExplainType(ctx: ExplainTypeContext): Unit
Enter a parse tree produced by the
explainTypelabeled alternative inSqlBaseParser#explainOption.Enter a parse tree produced by the
explainTypelabeled alternative inSqlBaseParser#explainOption.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- 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
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterExtract(ctx: ExtractContext): Unit
Enter a parse tree produced by the
extractlabeled alternative inSqlBaseParser#primaryExpression.Enter a parse tree produced by the
extractlabeled alternative inSqlBaseParser#primaryExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- 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
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterFunctionCall(ctx: FunctionCallContext): Unit
Enter a parse tree produced by the
functionCalllabeled alternative inSqlBaseParser#primaryExpression.Enter a parse tree produced by the
functionCalllabeled alternative inSqlBaseParser#primaryExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterGrant(ctx: GrantContext): Unit
Enter a parse tree produced by the
grantlabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
grantlabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- 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
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterGroupingOperation(ctx: GroupingOperationContext): Unit
Enter a parse tree produced by the
groupingOperationlabeled alternative inSqlBaseParser#primaryExpression.Enter a parse tree produced by the
groupingOperationlabeled alternative inSqlBaseParser#primaryExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- 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
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterInList(ctx: InListContext): Unit
Enter a parse tree produced by the
inListlabeled alternative inSqlBaseParser#predicate.Enter a parse tree produced by the
inListlabeled alternative inSqlBaseParser#predicate.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterInSubquery(ctx: InSubqueryContext): Unit
Enter a parse tree produced by the
inSubquerylabeled alternative inSqlBaseParser#predicate.Enter a parse tree produced by the
inSubquerylabeled alternative inSqlBaseParser#predicate.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterInlineTable(ctx: InlineTableContext): Unit
Enter a parse tree produced by the
inlineTablelabeled alternative inSqlBaseParser#queryPrimary.Enter a parse tree produced by the
inlineTablelabeled alternative inSqlBaseParser#queryPrimary.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterInsertInto(ctx: InsertIntoContext): Unit
Enter a parse tree produced by the
insertIntolabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
insertIntolabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterIntegerLiteral(ctx: IntegerLiteralContext): Unit
Enter a parse tree produced by the
integerLiterallabeled alternative inSqlBaseParser#number.Enter a parse tree produced by the
integerLiterallabeled alternative inSqlBaseParser#number.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- 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
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- 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
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterIntervalLiteral(ctx: IntervalLiteralContext): Unit
Enter a parse tree produced by the
intervalLiterallabeled alternative inSqlBaseParser#primaryExpression.Enter a parse tree produced by the
intervalLiterallabeled alternative inSqlBaseParser#primaryExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterIsolationLevel(ctx: IsolationLevelContext): Unit
Enter a parse tree produced by the
isolationLevellabeled alternative inSqlBaseParser#transactionMode.Enter a parse tree produced by the
isolationLevellabeled alternative inSqlBaseParser#transactionMode.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- 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
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterJoinRelation(ctx: JoinRelationContext): Unit
Enter a parse tree produced by the
joinRelationlabeled alternative inSqlBaseParser#relation.Enter a parse tree produced by the
joinRelationlabeled alternative inSqlBaseParser#relation.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- 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
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterLambda(ctx: LambdaContext): Unit
Enter a parse tree produced by the
lambdalabeled alternative inSqlBaseParser#primaryExpression.Enter a parse tree produced by the
lambdalabeled alternative inSqlBaseParser#primaryExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterLateral(ctx: LateralContext): Unit
Enter a parse tree produced by the
laterallabeled alternative inSqlBaseParser#relationPrimary.Enter a parse tree produced by the
laterallabeled alternative inSqlBaseParser#relationPrimary.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterLateralView(ctx: LateralViewContext): Unit
Enter a parse tree produced by the
lateralViewlabeled alternative inSqlBaseParser#relation.Enter a parse tree produced by the
lateralViewlabeled alternative inSqlBaseParser#relation.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterLike(ctx: LikeContext): Unit
Enter a parse tree produced by the
likelabeled alternative inSqlBaseParser#predicate.Enter a parse tree produced by the
likelabeled alternative inSqlBaseParser#predicate.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- 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
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterLogicalBinary(ctx: LogicalBinaryContext): Unit
Enter a parse tree produced by the
logicalBinarylabeled alternative inSqlBaseParser#booleanExpression.Enter a parse tree produced by the
logicalBinarylabeled alternative inSqlBaseParser#booleanExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterLogicalNot(ctx: LogicalNotContext): Unit
Enter a parse tree produced by the
logicalNotlabeled alternative inSqlBaseParser#booleanExpression.Enter a parse tree produced by the
logicalNotlabeled alternative inSqlBaseParser#booleanExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterNamedArgument(ctx: NamedArgumentContext): Unit
Enter a parse tree produced by the
namedArgumentlabeled alternative inSqlBaseParser#callArgument.Enter a parse tree produced by the
namedArgumentlabeled alternative inSqlBaseParser#callArgument.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- 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
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- 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
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- 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
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterNormalize(ctx: NormalizeContext): Unit
Enter a parse tree produced by the
normalizelabeled alternative inSqlBaseParser#primaryExpression.Enter a parse tree produced by the
normalizelabeled alternative inSqlBaseParser#primaryExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterNullLiteral(ctx: NullLiteralContext): Unit
Enter a parse tree produced by the
nullLiterallabeled alternative inSqlBaseParser#primaryExpression.Enter a parse tree produced by the
nullLiterallabeled alternative inSqlBaseParser#primaryExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterNullPredicate(ctx: NullPredicateContext): Unit
Enter a parse tree produced by the
nullPredicatelabeled alternative inSqlBaseParser#predicate.Enter a parse tree produced by the
nullPredicatelabeled alternative inSqlBaseParser#predicate.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterNumericLiteral(ctx: NumericLiteralContext): Unit
Enter a parse tree produced by the
numericLiterallabeled alternative inSqlBaseParser#primaryExpression.Enter a parse tree produced by the
numericLiterallabeled alternative inSqlBaseParser#primaryExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- 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
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterParameter(ctx: ParameterContext): Unit
Enter a parse tree produced by the
parameterlabeled alternative inSqlBaseParser#primaryExpression.Enter a parse tree produced by the
parameterlabeled alternative inSqlBaseParser#primaryExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterParenthesizedExpression(ctx: ParenthesizedExpressionContext): Unit
Enter a parse tree produced by the
parenthesizedExpressionlabeled alternative inSqlBaseParser#primaryExpression.Enter a parse tree produced by the
parenthesizedExpressionlabeled alternative inSqlBaseParser#primaryExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterParenthesizedRelation(ctx: ParenthesizedRelationContext): Unit
Enter a parse tree produced by the
parenthesizedRelationlabeled alternative inSqlBaseParser#relationPrimary.Enter a parse tree produced by the
parenthesizedRelationlabeled alternative inSqlBaseParser#relationPrimary.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterPosition(ctx: PositionContext): Unit
Enter a parse tree produced by the
positionlabeled alternative inSqlBaseParser#primaryExpression.Enter a parse tree produced by the
positionlabeled alternative inSqlBaseParser#primaryExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterPositionalArgument(ctx: PositionalArgumentContext): Unit
Enter a parse tree produced by the
positionalArgumentlabeled alternative inSqlBaseParser#callArgument.Enter a parse tree produced by the
positionalArgumentlabeled alternative inSqlBaseParser#callArgument.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- 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
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterPrepare(ctx: PrepareContext): Unit
Enter a parse tree produced by the
preparelabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
preparelabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- 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
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- 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
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- 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
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- 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
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- 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
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- 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
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterQueryPrimaryDefault(ctx: QueryPrimaryDefaultContext): Unit
Enter a parse tree produced by the
queryPrimaryDefaultlabeled alternative inSqlBaseParser#queryPrimary.Enter a parse tree produced by the
queryPrimaryDefaultlabeled alternative inSqlBaseParser#queryPrimary.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- 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
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterQueryTermDefault(ctx: QueryTermDefaultContext): Unit
Enter a parse tree produced by the
queryTermDefaultlabeled alternative inSqlBaseParser#queryTerm.Enter a parse tree produced by the
queryTermDefaultlabeled alternative inSqlBaseParser#queryTerm.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterQuotedIdentifier(ctx: QuotedIdentifierContext): Unit
Enter a parse tree produced by the
quotedIdentifierlabeled alternative inSqlBaseParser#identifier.Enter a parse tree produced by the
quotedIdentifierlabeled alternative inSqlBaseParser#identifier.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterReadCommitted(ctx: ReadCommittedContext): Unit
Enter a parse tree produced by the
readCommittedlabeled alternative inSqlBaseParser#levelOfIsolation.Enter a parse tree produced by the
readCommittedlabeled alternative inSqlBaseParser#levelOfIsolation.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterReadUncommitted(ctx: ReadUncommittedContext): Unit
Enter a parse tree produced by the
readUncommittedlabeled alternative inSqlBaseParser#levelOfIsolation.Enter a parse tree produced by the
readUncommittedlabeled alternative inSqlBaseParser#levelOfIsolation.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterRelationDefault(ctx: RelationDefaultContext): Unit
Enter a parse tree produced by the
relationDefaultlabeled alternative inSqlBaseParser#relation.Enter a parse tree produced by the
relationDefaultlabeled alternative inSqlBaseParser#relation.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterRenameColumn(ctx: RenameColumnContext): Unit
Enter a parse tree produced by the
renameColumnlabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
renameColumnlabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterRenameSchema(ctx: RenameSchemaContext): Unit
Enter a parse tree produced by the
renameSchemalabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
renameSchemalabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterRenameTable(ctx: RenameTableContext): Unit
Enter a parse tree produced by the
renameTablelabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
renameTablelabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterRepeatableRead(ctx: RepeatableReadContext): Unit
Enter a parse tree produced by the
repeatableReadlabeled alternative inSqlBaseParser#levelOfIsolation.Enter a parse tree produced by the
repeatableReadlabeled alternative inSqlBaseParser#levelOfIsolation.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterResetSession(ctx: ResetSessionContext): Unit
Enter a parse tree produced by the
resetSessionlabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
resetSessionlabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterRevoke(ctx: RevokeContext): Unit
Enter a parse tree produced by the
revokelabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
revokelabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterRollback(ctx: RollbackContext): Unit
Enter a parse tree produced by the
rollbacklabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
rollbacklabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterRowConstructor(ctx: RowConstructorContext): Unit
Enter a parse tree produced by the
rowConstructorlabeled alternative inSqlBaseParser#primaryExpression.Enter a parse tree produced by the
rowConstructorlabeled alternative inSqlBaseParser#primaryExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterSearchedCase(ctx: SearchedCaseContext): Unit
Enter a parse tree produced by the
searchedCaselabeled alternative inSqlBaseParser#primaryExpression.Enter a parse tree produced by the
searchedCaselabeled alternative inSqlBaseParser#primaryExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterSelectAll(ctx: SelectAllContext): Unit
Enter a parse tree produced by the
selectAlllabeled alternative inSqlBaseParser#selectItem.Enter a parse tree produced by the
selectAlllabeled alternative inSqlBaseParser#selectItem.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterSelectSingle(ctx: SelectSingleContext): Unit
Enter a parse tree produced by the
selectSinglelabeled alternative inSqlBaseParser#selectItem.Enter a parse tree produced by the
selectSinglelabeled alternative inSqlBaseParser#selectItem.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterSerializable(ctx: SerializableContext): Unit
Enter a parse tree produced by the
serializablelabeled alternative inSqlBaseParser#levelOfIsolation.Enter a parse tree produced by the
serializablelabeled alternative inSqlBaseParser#levelOfIsolation.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterSetOperation(ctx: SetOperationContext): Unit
Enter a parse tree produced by the
setOperationlabeled alternative inSqlBaseParser#queryTerm.Enter a parse tree produced by the
setOperationlabeled alternative inSqlBaseParser#queryTerm.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- 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
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterSetSession(ctx: SetSessionContext): Unit
Enter a parse tree produced by the
setSessionlabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
setSessionlabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterShowCatalogs(ctx: ShowCatalogsContext): Unit
Enter a parse tree produced by the
showCatalogslabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
showCatalogslabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterShowColumns(ctx: ShowColumnsContext): Unit
Enter a parse tree produced by the
showColumnslabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
showColumnslabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterShowCreateTable(ctx: ShowCreateTableContext): Unit
Enter a parse tree produced by the
showCreateTablelabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
showCreateTablelabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterShowCreateView(ctx: ShowCreateViewContext): Unit
Enter a parse tree produced by the
showCreateViewlabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
showCreateViewlabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterShowFunctions(ctx: ShowFunctionsContext): Unit
Enter a parse tree produced by the
showFunctionslabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
showFunctionslabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterShowGrants(ctx: ShowGrantsContext): Unit
Enter a parse tree produced by the
showGrantslabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
showGrantslabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterShowPartitions(ctx: ShowPartitionsContext): Unit
Enter a parse tree produced by the
showPartitionslabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
showPartitionslabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterShowSchemas(ctx: ShowSchemasContext): Unit
Enter a parse tree produced by the
showSchemaslabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
showSchemaslabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterShowSession(ctx: ShowSessionContext): Unit
Enter a parse tree produced by the
showSessionlabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
showSessionlabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterShowStats(ctx: ShowStatsContext): Unit
Enter a parse tree produced by the
showStatslabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
showStatslabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterShowStatsForQuery(ctx: ShowStatsForQueryContext): Unit
Enter a parse tree produced by the
showStatsForQuerylabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
showStatsForQuerylabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterShowTables(ctx: ShowTablesContext): Unit
Enter a parse tree produced by the
showTableslabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
showTableslabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterSimpleCase(ctx: SimpleCaseContext): Unit
Enter a parse tree produced by the
simpleCaselabeled alternative inSqlBaseParser#primaryExpression.Enter a parse tree produced by the
simpleCaselabeled alternative inSqlBaseParser#primaryExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- 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
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- 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
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- 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
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterSpecialDateTimeFunction(ctx: SpecialDateTimeFunctionContext): Unit
Enter a parse tree produced by the
specialDateTimeFunctionlabeled alternative inSqlBaseParser#primaryExpression.Enter a parse tree produced by the
specialDateTimeFunctionlabeled alternative inSqlBaseParser#primaryExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterStartTransaction(ctx: StartTransactionContext): Unit
Enter a parse tree produced by the
startTransactionlabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
startTransactionlabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterStatementDefault(ctx: StatementDefaultContext): Unit
Enter a parse tree produced by the
statementDefaultlabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
statementDefaultlabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterStringLiteral(ctx: StringLiteralContext): Unit
Enter a parse tree produced by the
stringLiterallabeled alternative inSqlBaseParser#primaryExpression.Enter a parse tree produced by the
stringLiterallabeled alternative inSqlBaseParser#primaryExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterSubquery(ctx: SubqueryContext): Unit
Enter a parse tree produced by the
subquerylabeled alternative inSqlBaseParser#queryPrimary.Enter a parse tree produced by the
subquerylabeled alternative inSqlBaseParser#queryPrimary.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterSubqueryExpression(ctx: SubqueryExpressionContext): Unit
Enter a parse tree produced by the
subqueryExpressionlabeled alternative inSqlBaseParser#primaryExpression.Enter a parse tree produced by the
subqueryExpressionlabeled alternative inSqlBaseParser#primaryExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterSubqueryRelation(ctx: SubqueryRelationContext): Unit
Enter a parse tree produced by the
subqueryRelationlabeled alternative inSqlBaseParser#relationPrimary.Enter a parse tree produced by the
subqueryRelationlabeled alternative inSqlBaseParser#relationPrimary.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterSubscript(ctx: SubscriptContext): Unit
Enter a parse tree produced by the
subscriptlabeled alternative inSqlBaseParser#primaryExpression.Enter a parse tree produced by the
subscriptlabeled alternative inSqlBaseParser#primaryExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterSubstring(ctx: SubstringContext): Unit
Enter a parse tree produced by the
substringlabeled alternative inSqlBaseParser#primaryExpression.Enter a parse tree produced by the
substringlabeled alternative inSqlBaseParser#primaryExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterTable(ctx: TableContext): Unit
Enter a parse tree produced by the
tablelabeled alternative inSqlBaseParser#queryPrimary.Enter a parse tree produced by the
tablelabeled alternative inSqlBaseParser#queryPrimary.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- 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
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterTableName(ctx: TableNameContext): Unit
Enter a parse tree produced by the
tableNamelabeled alternative inSqlBaseParser#relationPrimary.Enter a parse tree produced by the
tableNamelabeled alternative inSqlBaseParser#relationPrimary.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterTimeZoneInterval(ctx: TimeZoneIntervalContext): Unit
Enter a parse tree produced by the
timeZoneIntervallabeled alternative inSqlBaseParser#timeZoneSpecifier.Enter a parse tree produced by the
timeZoneIntervallabeled alternative inSqlBaseParser#timeZoneSpecifier.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterTimeZoneString(ctx: TimeZoneStringContext): Unit
Enter a parse tree produced by the
timeZoneStringlabeled alternative inSqlBaseParser#timeZoneSpecifier.Enter a parse tree produced by the
timeZoneStringlabeled alternative inSqlBaseParser#timeZoneSpecifier.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterTransactionAccessMode(ctx: TransactionAccessModeContext): Unit
Enter a parse tree produced by the
transactionAccessModelabeled alternative inSqlBaseParser#transactionMode.Enter a parse tree produced by the
transactionAccessModelabeled alternative inSqlBaseParser#transactionMode.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- 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
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterTypeConstructor(ctx: TypeConstructorContext): Unit
Enter a parse tree produced by the
typeConstructorlabeled alternative inSqlBaseParser#primaryExpression.Enter a parse tree produced by the
typeConstructorlabeled alternative inSqlBaseParser#primaryExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- 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
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterUnboundedFrame(ctx: UnboundedFrameContext): Unit
Enter a parse tree produced by the
unboundedFramelabeled alternative inSqlBaseParser#frameBound.Enter a parse tree produced by the
unboundedFramelabeled alternative inSqlBaseParser#frameBound.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterUnicodeStringLiteral(ctx: UnicodeStringLiteralContext): Unit
Enter a parse tree produced by the
unicodeStringLiterallabeled alternative inSqlBaseParser#str.Enter a parse tree produced by the
unicodeStringLiterallabeled alternative inSqlBaseParser#str.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterUnnest(ctx: UnnestContext): Unit
Enter a parse tree produced by the
unnestlabeled alternative inSqlBaseParser#relationPrimary.Enter a parse tree produced by the
unnestlabeled alternative inSqlBaseParser#relationPrimary.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterUnquotedIdentifier(ctx: UnquotedIdentifierContext): Unit
Enter a parse tree produced by the
unquotedIdentifierlabeled alternative inSqlBaseParser#identifier.Enter a parse tree produced by the
unquotedIdentifierlabeled alternative inSqlBaseParser#identifier.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterUse(ctx: UseContext): Unit
Enter a parse tree produced by the
uselabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
uselabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterValueExpressionDefault(ctx: ValueExpressionDefaultContext): Unit
Enter a parse tree produced by the
valueExpressionDefaultlabeled alternative inSqlBaseParser#valueExpression.Enter a parse tree produced by the
valueExpressionDefaultlabeled alternative inSqlBaseParser#valueExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- 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
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- 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
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- 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
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def exitAddColumn(ctx: AddColumnContext): Unit
Exit a parse tree produced by the
addColumnlabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
addColumnlabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- 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
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitArithmeticBinary(ctx: ArithmeticBinaryContext): Unit
Exit a parse tree produced by the
arithmeticBinarylabeled alternative inSqlBaseParser#valueExpression.Exit a parse tree produced by the
arithmeticBinarylabeled alternative inSqlBaseParser#valueExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitArithmeticUnary(ctx: ArithmeticUnaryContext): Unit
Exit a parse tree produced by the
arithmeticUnarylabeled alternative inSqlBaseParser#valueExpression.Exit a parse tree produced by the
arithmeticUnarylabeled alternative inSqlBaseParser#valueExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitArrayConstructor(ctx: ArrayConstructorContext): Unit
Exit a parse tree produced by the
arrayConstructorlabeled alternative inSqlBaseParser#primaryExpression.Exit a parse tree produced by the
arrayConstructorlabeled alternative inSqlBaseParser#primaryExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitAtTimeZone(ctx: AtTimeZoneContext): Unit
Exit a parse tree produced by the
atTimeZonelabeled alternative inSqlBaseParser#valueExpression.Exit a parse tree produced by the
atTimeZonelabeled alternative inSqlBaseParser#valueExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitBackQuotedIdentifier(ctx: BackQuotedIdentifierContext): Unit
Exit a parse tree produced by the
backQuotedIdentifierlabeled alternative inSqlBaseParser#identifier.Exit a parse tree produced by the
backQuotedIdentifierlabeled alternative inSqlBaseParser#identifier.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- 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
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitBasicStringLiteral(ctx: BasicStringLiteralContext): Unit
Exit a parse tree produced by the
basicStringLiterallabeled alternative inSqlBaseParser#str.Exit a parse tree produced by the
basicStringLiterallabeled alternative inSqlBaseParser#str.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitBetween(ctx: BetweenContext): Unit
Exit a parse tree produced by the
betweenlabeled alternative inSqlBaseParser#predicate.Exit a parse tree produced by the
betweenlabeled alternative inSqlBaseParser#predicate.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitBinaryLiteral(ctx: BinaryLiteralContext): Unit
Exit a parse tree produced by the
binaryLiterallabeled alternative inSqlBaseParser#primaryExpression.Exit a parse tree produced by the
binaryLiterallabeled alternative inSqlBaseParser#primaryExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitBooleanDeafault(ctx: BooleanDeafaultContext): Unit
Exit a parse tree produced by the
booleanDeafaultlabeled alternative inSqlBaseParser#booleanExpression.Exit a parse tree produced by the
booleanDeafaultlabeled alternative inSqlBaseParser#booleanExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitBooleanLiteral(ctx: BooleanLiteralContext): Unit
Exit a parse tree produced by the
booleanLiterallabeled alternative inSqlBaseParser#primaryExpression.Exit a parse tree produced by the
booleanLiterallabeled alternative inSqlBaseParser#primaryExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- 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
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitBoundedFrame(ctx: BoundedFrameContext): Unit
Exit a parse tree produced by the
boundedFramelabeled alternative inSqlBaseParser#frameBound.Exit a parse tree produced by the
boundedFramelabeled alternative inSqlBaseParser#frameBound.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitCall(ctx: CallContext): Unit
Exit a parse tree produced by the
calllabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
calllabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitCast(ctx: CastContext): Unit
Exit a parse tree produced by the
castlabeled alternative inSqlBaseParser#primaryExpression.Exit a parse tree produced by the
castlabeled alternative inSqlBaseParser#primaryExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- 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
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- 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
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitColumnReference(ctx: ColumnReferenceContext): Unit
Exit a parse tree produced by the
columnReferencelabeled alternative inSqlBaseParser#primaryExpression.Exit a parse tree produced by the
columnReferencelabeled alternative inSqlBaseParser#primaryExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitCommit(ctx: CommitContext): Unit
Exit a parse tree produced by the
commitlabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
commitlabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitComparison(ctx: ComparisonContext): Unit
Exit a parse tree produced by the
comparisonlabeled alternative inSqlBaseParser#valueExpression.Exit a parse tree produced by the
comparisonlabeled alternative inSqlBaseParser#valueExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- 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
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- 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
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitConcatenation(ctx: ConcatenationContext): Unit
Exit a parse tree produced by the
concatenationlabeled alternative inSqlBaseParser#valueExpression.Exit a parse tree produced by the
concatenationlabeled alternative inSqlBaseParser#valueExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitCreateSchema(ctx: CreateSchemaContext): Unit
Exit a parse tree produced by the
createSchemalabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
createSchemalabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitCreateTable(ctx: CreateTableContext): Unit
Exit a parse tree produced by the
createTablelabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
createTablelabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitCreateTableAsSelect(ctx: CreateTableAsSelectContext): Unit
Exit a parse tree produced by the
createTableAsSelectlabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
createTableAsSelectlabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitCreateView(ctx: CreateViewContext): Unit
Exit a parse tree produced by the
createViewlabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
createViewlabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitCurrentRowBound(ctx: CurrentRowBoundContext): Unit
Exit a parse tree produced by the
currentRowBoundlabeled alternative inSqlBaseParser#frameBound.Exit a parse tree produced by the
currentRowBoundlabeled alternative inSqlBaseParser#frameBound.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitCurrentUser(ctx: CurrentUserContext): Unit
Exit a parse tree produced by the
currentUserlabeled alternative inSqlBaseParser#primaryExpression.Exit a parse tree produced by the
currentUserlabeled alternative inSqlBaseParser#primaryExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitDeallocate(ctx: DeallocateContext): Unit
Exit a parse tree produced by the
deallocatelabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
deallocatelabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitDecimalLiteral(ctx: DecimalLiteralContext): Unit
Exit a parse tree produced by the
decimalLiterallabeled alternative inSqlBaseParser#number.Exit a parse tree produced by the
decimalLiterallabeled alternative inSqlBaseParser#number.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitDelete(ctx: DeleteContext): Unit
Exit a parse tree produced by the
deletelabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
deletelabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitDereference(ctx: DereferenceContext): Unit
Exit a parse tree produced by the
dereferencelabeled alternative inSqlBaseParser#primaryExpression.Exit a parse tree produced by the
dereferencelabeled alternative inSqlBaseParser#primaryExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitDescribeInput(ctx: DescribeInputContext): Unit
Exit a parse tree produced by the
describeInputlabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
describeInputlabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitDescribeOutput(ctx: DescribeOutputContext): Unit
Exit a parse tree produced by the
describeOutputlabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
describeOutputlabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitDigitIdentifier(ctx: DigitIdentifierContext): Unit
Exit a parse tree produced by the
digitIdentifierlabeled alternative inSqlBaseParser#identifier.Exit a parse tree produced by the
digitIdentifierlabeled alternative inSqlBaseParser#identifier.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitDistinctFrom(ctx: DistinctFromContext): Unit
Exit a parse tree produced by the
distinctFromlabeled alternative inSqlBaseParser#predicate.Exit a parse tree produced by the
distinctFromlabeled alternative inSqlBaseParser#predicate.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitDoubleLiteral(ctx: DoubleLiteralContext): Unit
Exit a parse tree produced by the
doubleLiterallabeled alternative inSqlBaseParser#number.Exit a parse tree produced by the
doubleLiterallabeled alternative inSqlBaseParser#number.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitDropColumn(ctx: DropColumnContext): Unit
Exit a parse tree produced by the
dropColumnlabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
dropColumnlabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitDropSchema(ctx: DropSchemaContext): Unit
Exit a parse tree produced by the
dropSchemalabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
dropSchemalabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitDropTable(ctx: DropTableContext): Unit
Exit a parse tree produced by the
dropTablelabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
dropTablelabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitDropView(ctx: DropViewContext): Unit
Exit a parse tree produced by the
dropViewlabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
dropViewlabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitEveryRule(ctx: ParserRuleContext): Unit
<invalid inheritdoc annotation>
<invalid inheritdoc annotation>
The default implementation does nothing.
- Definition Classes
- SqlBaseBaseListener → ParseTreeListener
- Annotations
- @Override()
- def exitExecute(ctx: ExecuteContext): Unit
Exit a parse tree produced by the
executelabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
executelabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitExists(ctx: ExistsContext): Unit
Exit a parse tree produced by the
existslabeled alternative inSqlBaseParser#primaryExpression.Exit a parse tree produced by the
existslabeled alternative inSqlBaseParser#primaryExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitExplain(ctx: ExplainContext): Unit
Exit a parse tree produced by the
explainlabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
explainlabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitExplainFormat(ctx: ExplainFormatContext): Unit
Exit a parse tree produced by the
explainFormatlabeled alternative inSqlBaseParser#explainOption.Exit a parse tree produced by the
explainFormatlabeled alternative inSqlBaseParser#explainOption.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitExplainType(ctx: ExplainTypeContext): Unit
Exit a parse tree produced by the
explainTypelabeled alternative inSqlBaseParser#explainOption.Exit a parse tree produced by the
explainTypelabeled alternative inSqlBaseParser#explainOption.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- 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
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitExtract(ctx: ExtractContext): Unit
Exit a parse tree produced by the
extractlabeled alternative inSqlBaseParser#primaryExpression.Exit a parse tree produced by the
extractlabeled alternative inSqlBaseParser#primaryExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- 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
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitFunctionCall(ctx: FunctionCallContext): Unit
Exit a parse tree produced by the
functionCalllabeled alternative inSqlBaseParser#primaryExpression.Exit a parse tree produced by the
functionCalllabeled alternative inSqlBaseParser#primaryExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitGrant(ctx: GrantContext): Unit
Exit a parse tree produced by the
grantlabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
grantlabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- 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
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitGroupingOperation(ctx: GroupingOperationContext): Unit
Exit a parse tree produced by the
groupingOperationlabeled alternative inSqlBaseParser#primaryExpression.Exit a parse tree produced by the
groupingOperationlabeled alternative inSqlBaseParser#primaryExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- 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
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitInList(ctx: InListContext): Unit
Exit a parse tree produced by the
inListlabeled alternative inSqlBaseParser#predicate.Exit a parse tree produced by the
inListlabeled alternative inSqlBaseParser#predicate.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitInSubquery(ctx: InSubqueryContext): Unit
Exit a parse tree produced by the
inSubquerylabeled alternative inSqlBaseParser#predicate.Exit a parse tree produced by the
inSubquerylabeled alternative inSqlBaseParser#predicate.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitInlineTable(ctx: InlineTableContext): Unit
Exit a parse tree produced by the
inlineTablelabeled alternative inSqlBaseParser#queryPrimary.Exit a parse tree produced by the
inlineTablelabeled alternative inSqlBaseParser#queryPrimary.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitInsertInto(ctx: InsertIntoContext): Unit
Exit a parse tree produced by the
insertIntolabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
insertIntolabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitIntegerLiteral(ctx: IntegerLiteralContext): Unit
Exit a parse tree produced by the
integerLiterallabeled alternative inSqlBaseParser#number.Exit a parse tree produced by the
integerLiterallabeled alternative inSqlBaseParser#number.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- 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
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- 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
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitIntervalLiteral(ctx: IntervalLiteralContext): Unit
Exit a parse tree produced by the
intervalLiterallabeled alternative inSqlBaseParser#primaryExpression.Exit a parse tree produced by the
intervalLiterallabeled alternative inSqlBaseParser#primaryExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitIsolationLevel(ctx: IsolationLevelContext): Unit
Exit a parse tree produced by the
isolationLevellabeled alternative inSqlBaseParser#transactionMode.Exit a parse tree produced by the
isolationLevellabeled alternative inSqlBaseParser#transactionMode.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- 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
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitJoinRelation(ctx: JoinRelationContext): Unit
Exit a parse tree produced by the
joinRelationlabeled alternative inSqlBaseParser#relation.Exit a parse tree produced by the
joinRelationlabeled alternative inSqlBaseParser#relation.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- 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
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitLambda(ctx: LambdaContext): Unit
Exit a parse tree produced by the
lambdalabeled alternative inSqlBaseParser#primaryExpression.Exit a parse tree produced by the
lambdalabeled alternative inSqlBaseParser#primaryExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitLateral(ctx: LateralContext): Unit
Exit a parse tree produced by the
laterallabeled alternative inSqlBaseParser#relationPrimary.Exit a parse tree produced by the
laterallabeled alternative inSqlBaseParser#relationPrimary.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitLateralView(ctx: LateralViewContext): Unit
Exit a parse tree produced by the
lateralViewlabeled alternative inSqlBaseParser#relation.Exit a parse tree produced by the
lateralViewlabeled alternative inSqlBaseParser#relation.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitLike(ctx: LikeContext): Unit
Exit a parse tree produced by the
likelabeled alternative inSqlBaseParser#predicate.Exit a parse tree produced by the
likelabeled alternative inSqlBaseParser#predicate.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- 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
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitLogicalBinary(ctx: LogicalBinaryContext): Unit
Exit a parse tree produced by the
logicalBinarylabeled alternative inSqlBaseParser#booleanExpression.Exit a parse tree produced by the
logicalBinarylabeled alternative inSqlBaseParser#booleanExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitLogicalNot(ctx: LogicalNotContext): Unit
Exit a parse tree produced by the
logicalNotlabeled alternative inSqlBaseParser#booleanExpression.Exit a parse tree produced by the
logicalNotlabeled alternative inSqlBaseParser#booleanExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitNamedArgument(ctx: NamedArgumentContext): Unit
Exit a parse tree produced by the
namedArgumentlabeled alternative inSqlBaseParser#callArgument.Exit a parse tree produced by the
namedArgumentlabeled alternative inSqlBaseParser#callArgument.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- 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
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- 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
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- 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
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitNormalize(ctx: NormalizeContext): Unit
Exit a parse tree produced by the
normalizelabeled alternative inSqlBaseParser#primaryExpression.Exit a parse tree produced by the
normalizelabeled alternative inSqlBaseParser#primaryExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitNullLiteral(ctx: NullLiteralContext): Unit
Exit a parse tree produced by the
nullLiterallabeled alternative inSqlBaseParser#primaryExpression.Exit a parse tree produced by the
nullLiterallabeled alternative inSqlBaseParser#primaryExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitNullPredicate(ctx: NullPredicateContext): Unit
Exit a parse tree produced by the
nullPredicatelabeled alternative inSqlBaseParser#predicate.Exit a parse tree produced by the
nullPredicatelabeled alternative inSqlBaseParser#predicate.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitNumericLiteral(ctx: NumericLiteralContext): Unit
Exit a parse tree produced by the
numericLiterallabeled alternative inSqlBaseParser#primaryExpression.Exit a parse tree produced by the
numericLiterallabeled alternative inSqlBaseParser#primaryExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- 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
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitParameter(ctx: ParameterContext): Unit
Exit a parse tree produced by the
parameterlabeled alternative inSqlBaseParser#primaryExpression.Exit a parse tree produced by the
parameterlabeled alternative inSqlBaseParser#primaryExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitParenthesizedExpression(ctx: ParenthesizedExpressionContext): Unit
Exit a parse tree produced by the
parenthesizedExpressionlabeled alternative inSqlBaseParser#primaryExpression.Exit a parse tree produced by the
parenthesizedExpressionlabeled alternative inSqlBaseParser#primaryExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitParenthesizedRelation(ctx: ParenthesizedRelationContext): Unit
Exit a parse tree produced by the
parenthesizedRelationlabeled alternative inSqlBaseParser#relationPrimary.Exit a parse tree produced by the
parenthesizedRelationlabeled alternative inSqlBaseParser#relationPrimary.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitPosition(ctx: PositionContext): Unit
Exit a parse tree produced by the
positionlabeled alternative inSqlBaseParser#primaryExpression.Exit a parse tree produced by the
positionlabeled alternative inSqlBaseParser#primaryExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitPositionalArgument(ctx: PositionalArgumentContext): Unit
Exit a parse tree produced by the
positionalArgumentlabeled alternative inSqlBaseParser#callArgument.Exit a parse tree produced by the
positionalArgumentlabeled alternative inSqlBaseParser#callArgument.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- 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
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitPrepare(ctx: PrepareContext): Unit
Exit a parse tree produced by the
preparelabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
preparelabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- 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
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- 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
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- 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
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- 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
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- 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
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- 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
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitQueryPrimaryDefault(ctx: QueryPrimaryDefaultContext): Unit
Exit a parse tree produced by the
queryPrimaryDefaultlabeled alternative inSqlBaseParser#queryPrimary.Exit a parse tree produced by the
queryPrimaryDefaultlabeled alternative inSqlBaseParser#queryPrimary.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- 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
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitQueryTermDefault(ctx: QueryTermDefaultContext): Unit
Exit a parse tree produced by the
queryTermDefaultlabeled alternative inSqlBaseParser#queryTerm.Exit a parse tree produced by the
queryTermDefaultlabeled alternative inSqlBaseParser#queryTerm.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitQuotedIdentifier(ctx: QuotedIdentifierContext): Unit
Exit a parse tree produced by the
quotedIdentifierlabeled alternative inSqlBaseParser#identifier.Exit a parse tree produced by the
quotedIdentifierlabeled alternative inSqlBaseParser#identifier.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitReadCommitted(ctx: ReadCommittedContext): Unit
Exit a parse tree produced by the
readCommittedlabeled alternative inSqlBaseParser#levelOfIsolation.Exit a parse tree produced by the
readCommittedlabeled alternative inSqlBaseParser#levelOfIsolation.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitReadUncommitted(ctx: ReadUncommittedContext): Unit
Exit a parse tree produced by the
readUncommittedlabeled alternative inSqlBaseParser#levelOfIsolation.Exit a parse tree produced by the
readUncommittedlabeled alternative inSqlBaseParser#levelOfIsolation.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitRelationDefault(ctx: RelationDefaultContext): Unit
Exit a parse tree produced by the
relationDefaultlabeled alternative inSqlBaseParser#relation.Exit a parse tree produced by the
relationDefaultlabeled alternative inSqlBaseParser#relation.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitRenameColumn(ctx: RenameColumnContext): Unit
Exit a parse tree produced by the
renameColumnlabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
renameColumnlabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitRenameSchema(ctx: RenameSchemaContext): Unit
Exit a parse tree produced by the
renameSchemalabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
renameSchemalabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitRenameTable(ctx: RenameTableContext): Unit
Exit a parse tree produced by the
renameTablelabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
renameTablelabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitRepeatableRead(ctx: RepeatableReadContext): Unit
Exit a parse tree produced by the
repeatableReadlabeled alternative inSqlBaseParser#levelOfIsolation.Exit a parse tree produced by the
repeatableReadlabeled alternative inSqlBaseParser#levelOfIsolation.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitResetSession(ctx: ResetSessionContext): Unit
Exit a parse tree produced by the
resetSessionlabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
resetSessionlabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitRevoke(ctx: RevokeContext): Unit
Exit a parse tree produced by the
revokelabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
revokelabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitRollback(ctx: RollbackContext): Unit
Exit a parse tree produced by the
rollbacklabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
rollbacklabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitRowConstructor(ctx: RowConstructorContext): Unit
Exit a parse tree produced by the
rowConstructorlabeled alternative inSqlBaseParser#primaryExpression.Exit a parse tree produced by the
rowConstructorlabeled alternative inSqlBaseParser#primaryExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitSearchedCase(ctx: SearchedCaseContext): Unit
Exit a parse tree produced by the
searchedCaselabeled alternative inSqlBaseParser#primaryExpression.Exit a parse tree produced by the
searchedCaselabeled alternative inSqlBaseParser#primaryExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitSelectAll(ctx: SelectAllContext): Unit
Exit a parse tree produced by the
selectAlllabeled alternative inSqlBaseParser#selectItem.Exit a parse tree produced by the
selectAlllabeled alternative inSqlBaseParser#selectItem.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitSelectSingle(ctx: SelectSingleContext): Unit
Exit a parse tree produced by the
selectSinglelabeled alternative inSqlBaseParser#selectItem.Exit a parse tree produced by the
selectSinglelabeled alternative inSqlBaseParser#selectItem.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitSerializable(ctx: SerializableContext): Unit
Exit a parse tree produced by the
serializablelabeled alternative inSqlBaseParser#levelOfIsolation.Exit a parse tree produced by the
serializablelabeled alternative inSqlBaseParser#levelOfIsolation.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitSetOperation(ctx: SetOperationContext): Unit
Exit a parse tree produced by the
setOperationlabeled alternative inSqlBaseParser#queryTerm.Exit a parse tree produced by the
setOperationlabeled alternative inSqlBaseParser#queryTerm.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- 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
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitSetSession(ctx: SetSessionContext): Unit
Exit a parse tree produced by the
setSessionlabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
setSessionlabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitShowCatalogs(ctx: ShowCatalogsContext): Unit
Exit a parse tree produced by the
showCatalogslabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
showCatalogslabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitShowColumns(ctx: ShowColumnsContext): Unit
Exit a parse tree produced by the
showColumnslabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
showColumnslabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitShowCreateTable(ctx: ShowCreateTableContext): Unit
Exit a parse tree produced by the
showCreateTablelabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
showCreateTablelabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitShowCreateView(ctx: ShowCreateViewContext): Unit
Exit a parse tree produced by the
showCreateViewlabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
showCreateViewlabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitShowFunctions(ctx: ShowFunctionsContext): Unit
Exit a parse tree produced by the
showFunctionslabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
showFunctionslabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitShowGrants(ctx: ShowGrantsContext): Unit
Exit a parse tree produced by the
showGrantslabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
showGrantslabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitShowPartitions(ctx: ShowPartitionsContext): Unit
Exit a parse tree produced by the
showPartitionslabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
showPartitionslabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitShowSchemas(ctx: ShowSchemasContext): Unit
Exit a parse tree produced by the
showSchemaslabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
showSchemaslabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitShowSession(ctx: ShowSessionContext): Unit
Exit a parse tree produced by the
showSessionlabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
showSessionlabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitShowStats(ctx: ShowStatsContext): Unit
Exit a parse tree produced by the
showStatslabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
showStatslabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitShowStatsForQuery(ctx: ShowStatsForQueryContext): Unit
Exit a parse tree produced by the
showStatsForQuerylabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
showStatsForQuerylabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitShowTables(ctx: ShowTablesContext): Unit
Exit a parse tree produced by the
showTableslabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
showTableslabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitSimpleCase(ctx: SimpleCaseContext): Unit
Exit a parse tree produced by the
simpleCaselabeled alternative inSqlBaseParser#primaryExpression.Exit a parse tree produced by the
simpleCaselabeled alternative inSqlBaseParser#primaryExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- 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
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- 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
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- 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
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitSpecialDateTimeFunction(ctx: SpecialDateTimeFunctionContext): Unit
Exit a parse tree produced by the
specialDateTimeFunctionlabeled alternative inSqlBaseParser#primaryExpression.Exit a parse tree produced by the
specialDateTimeFunctionlabeled alternative inSqlBaseParser#primaryExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitStartTransaction(ctx: StartTransactionContext): Unit
Exit a parse tree produced by the
startTransactionlabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
startTransactionlabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitStatementDefault(ctx: StatementDefaultContext): Unit
Exit a parse tree produced by the
statementDefaultlabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
statementDefaultlabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitStringLiteral(ctx: StringLiteralContext): Unit
Exit a parse tree produced by the
stringLiterallabeled alternative inSqlBaseParser#primaryExpression.Exit a parse tree produced by the
stringLiterallabeled alternative inSqlBaseParser#primaryExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitSubquery(ctx: SubqueryContext): Unit
Exit a parse tree produced by the
subquerylabeled alternative inSqlBaseParser#queryPrimary.Exit a parse tree produced by the
subquerylabeled alternative inSqlBaseParser#queryPrimary.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitSubqueryExpression(ctx: SubqueryExpressionContext): Unit
Exit a parse tree produced by the
subqueryExpressionlabeled alternative inSqlBaseParser#primaryExpression.Exit a parse tree produced by the
subqueryExpressionlabeled alternative inSqlBaseParser#primaryExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitSubqueryRelation(ctx: SubqueryRelationContext): Unit
Exit a parse tree produced by the
subqueryRelationlabeled alternative inSqlBaseParser#relationPrimary.Exit a parse tree produced by the
subqueryRelationlabeled alternative inSqlBaseParser#relationPrimary.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitSubscript(ctx: SubscriptContext): Unit
Exit a parse tree produced by the
subscriptlabeled alternative inSqlBaseParser#primaryExpression.Exit a parse tree produced by the
subscriptlabeled alternative inSqlBaseParser#primaryExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitSubstring(ctx: SubstringContext): Unit
Exit a parse tree produced by the
substringlabeled alternative inSqlBaseParser#primaryExpression.Exit a parse tree produced by the
substringlabeled alternative inSqlBaseParser#primaryExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitTable(ctx: TableContext): Unit
Exit a parse tree produced by the
tablelabeled alternative inSqlBaseParser#queryPrimary.Exit a parse tree produced by the
tablelabeled alternative inSqlBaseParser#queryPrimary.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- 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
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitTableName(ctx: TableNameContext): Unit
Exit a parse tree produced by the
tableNamelabeled alternative inSqlBaseParser#relationPrimary.Exit a parse tree produced by the
tableNamelabeled alternative inSqlBaseParser#relationPrimary.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitTimeZoneInterval(ctx: TimeZoneIntervalContext): Unit
Exit a parse tree produced by the
timeZoneIntervallabeled alternative inSqlBaseParser#timeZoneSpecifier.Exit a parse tree produced by the
timeZoneIntervallabeled alternative inSqlBaseParser#timeZoneSpecifier.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitTimeZoneString(ctx: TimeZoneStringContext): Unit
Exit a parse tree produced by the
timeZoneStringlabeled alternative inSqlBaseParser#timeZoneSpecifier.Exit a parse tree produced by the
timeZoneStringlabeled alternative inSqlBaseParser#timeZoneSpecifier.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitTransactionAccessMode(ctx: TransactionAccessModeContext): Unit
Exit a parse tree produced by the
transactionAccessModelabeled alternative inSqlBaseParser#transactionMode.Exit a parse tree produced by the
transactionAccessModelabeled alternative inSqlBaseParser#transactionMode.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- 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
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitTypeConstructor(ctx: TypeConstructorContext): Unit
Exit a parse tree produced by the
typeConstructorlabeled alternative inSqlBaseParser#primaryExpression.Exit a parse tree produced by the
typeConstructorlabeled alternative inSqlBaseParser#primaryExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- 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
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitUnboundedFrame(ctx: UnboundedFrameContext): Unit
Exit a parse tree produced by the
unboundedFramelabeled alternative inSqlBaseParser#frameBound.Exit a parse tree produced by the
unboundedFramelabeled alternative inSqlBaseParser#frameBound.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitUnicodeStringLiteral(ctx: UnicodeStringLiteralContext): Unit
Exit a parse tree produced by the
unicodeStringLiterallabeled alternative inSqlBaseParser#str.Exit a parse tree produced by the
unicodeStringLiterallabeled alternative inSqlBaseParser#str.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitUnnest(ctx: UnnestContext): Unit
Exit a parse tree produced by the
unnestlabeled alternative inSqlBaseParser#relationPrimary.Exit a parse tree produced by the
unnestlabeled alternative inSqlBaseParser#relationPrimary.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitUnquotedIdentifier(ctx: UnquotedIdentifierContext): Unit
Exit a parse tree produced by the
unquotedIdentifierlabeled alternative inSqlBaseParser#identifier.Exit a parse tree produced by the
unquotedIdentifierlabeled alternative inSqlBaseParser#identifier.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitUse(ctx: UseContext): Unit
Exit a parse tree produced by the
uselabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
uselabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitValueExpressionDefault(ctx: ValueExpressionDefaultContext): Unit
Exit a parse tree produced by the
valueExpressionDefaultlabeled alternative inSqlBaseParser#valueExpression.Exit a parse tree produced by the
valueExpressionDefaultlabeled alternative inSqlBaseParser#valueExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- 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
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- 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
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- 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
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def visitErrorNode(node: ErrorNode): Unit
<invalid inheritdoc annotation>
<invalid inheritdoc annotation>
The default implementation does nothing.
- Definition Classes
- SqlBaseBaseListener → ParseTreeListener
- Annotations
- @Override()
- def visitTerminal(node: TerminalNode): Unit
<invalid inheritdoc annotation>
<invalid inheritdoc annotation>
The default implementation does nothing.
- Definition Classes
- SqlBaseBaseListener → ParseTreeListener
- Annotations
- @Override()
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated