trait SqlBaseListener extends ParseTreeListener
This interface defines a complete listener for a parse tree produced by
SqlBaseParser.
- Alphabetic
- By Inheritance
- SqlBaseListener
- ParseTreeListener
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Abstract Value Members
- abstract 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.- ctx
the parse tree
- abstract def enterAliasedRelation(ctx: AliasedRelationContext): Unit
Enter a parse tree produced by
SqlBaseParser#aliasedRelation.Enter a parse tree produced by
SqlBaseParser#aliasedRelation.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract def enterBaseType(ctx: BaseTypeContext): Unit
Enter a parse tree produced by
SqlBaseParser#baseType.Enter a parse tree produced by
SqlBaseParser#baseType.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract def enterBooleanValue(ctx: BooleanValueContext): Unit
Enter a parse tree produced by
SqlBaseParser#booleanValue.Enter a parse tree produced by
SqlBaseParser#booleanValue.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract def enterColumnAliases(ctx: ColumnAliasesContext): Unit
Enter a parse tree produced by
SqlBaseParser#columnAliases.Enter a parse tree produced by
SqlBaseParser#columnAliases.- ctx
the parse tree
- abstract def enterColumnDefinition(ctx: ColumnDefinitionContext): Unit
Enter a parse tree produced by
SqlBaseParser#columnDefinition.Enter a parse tree produced by
SqlBaseParser#columnDefinition.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract def enterComparisonOperator(ctx: ComparisonOperatorContext): Unit
Enter a parse tree produced by
SqlBaseParser#comparisonOperator.Enter a parse tree produced by
SqlBaseParser#comparisonOperator.- ctx
the parse tree
- abstract def enterComparisonQuantifier(ctx: ComparisonQuantifierContext): Unit
Enter a parse tree produced by
SqlBaseParser#comparisonQuantifier.Enter a parse tree produced by
SqlBaseParser#comparisonQuantifier.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract def enterEveryRule(arg0: ParserRuleContext): Unit
- Definition Classes
- ParseTreeListener
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract def enterExpression(ctx: ExpressionContext): Unit
Enter a parse tree produced by
SqlBaseParser#expression.Enter a parse tree produced by
SqlBaseParser#expression.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract def enterFilter(ctx: FilterContext): Unit
Enter a parse tree produced by
SqlBaseParser#filter.Enter a parse tree produced by
SqlBaseParser#filter.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract def enterGroupBy(ctx: GroupByContext): Unit
Enter a parse tree produced by
SqlBaseParser#groupBy.Enter a parse tree produced by
SqlBaseParser#groupBy.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract def enterGroupingSet(ctx: GroupingSetContext): Unit
Enter a parse tree produced by
SqlBaseParser#groupingSet.Enter a parse tree produced by
SqlBaseParser#groupingSet.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract def enterInterval(ctx: IntervalContext): Unit
Enter a parse tree produced by
SqlBaseParser#interval.Enter a parse tree produced by
SqlBaseParser#interval.- ctx
the parse tree
- abstract def enterIntervalField(ctx: IntervalFieldContext): Unit
Enter a parse tree produced by
SqlBaseParser#intervalField.Enter a parse tree produced by
SqlBaseParser#intervalField.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract def enterJoinCriteria(ctx: JoinCriteriaContext): Unit
Enter a parse tree produced by
SqlBaseParser#joinCriteria.Enter a parse tree produced by
SqlBaseParser#joinCriteria.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract def enterJoinType(ctx: JoinTypeContext): Unit
Enter a parse tree produced by
SqlBaseParser#joinType.Enter a parse tree produced by
SqlBaseParser#joinType.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract def enterLikeClause(ctx: LikeClauseContext): Unit
Enter a parse tree produced by
SqlBaseParser#likeClause.Enter a parse tree produced by
SqlBaseParser#likeClause.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract def enterNamedQuery(ctx: NamedQueryContext): Unit
Enter a parse tree produced by
SqlBaseParser#namedQuery.Enter a parse tree produced by
SqlBaseParser#namedQuery.- ctx
the parse tree
- abstract def enterNonReserved(ctx: NonReservedContext): Unit
Enter a parse tree produced by
SqlBaseParser#nonReserved.Enter a parse tree produced by
SqlBaseParser#nonReserved.- ctx
the parse tree
- abstract def enterNormalForm(ctx: NormalFormContext): Unit
Enter a parse tree produced by
SqlBaseParser#normalForm.Enter a parse tree produced by
SqlBaseParser#normalForm.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract def enterOver(ctx: OverContext): Unit
Enter a parse tree produced by
SqlBaseParser#over.Enter a parse tree produced by
SqlBaseParser#over.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract def enterPredicated(ctx: PredicatedContext): Unit
Enter a parse tree produced by
SqlBaseParser#predicated.Enter a parse tree produced by
SqlBaseParser#predicated.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract def enterPrivilege(ctx: PrivilegeContext): Unit
Enter a parse tree produced by
SqlBaseParser#privilege.Enter a parse tree produced by
SqlBaseParser#privilege.- ctx
the parse tree
- abstract def enterProperties(ctx: PropertiesContext): Unit
Enter a parse tree produced by
SqlBaseParser#properties.Enter a parse tree produced by
SqlBaseParser#properties.- ctx
the parse tree
- abstract def enterProperty(ctx: PropertyContext): Unit
Enter a parse tree produced by
SqlBaseParser#property.Enter a parse tree produced by
SqlBaseParser#property.- ctx
the parse tree
- abstract def enterQualifiedName(ctx: QualifiedNameContext): Unit
Enter a parse tree produced by
SqlBaseParser#qualifiedName.Enter a parse tree produced by
SqlBaseParser#qualifiedName.- ctx
the parse tree
- abstract def enterQuery(ctx: QueryContext): Unit
Enter a parse tree produced by
SqlBaseParser#query.Enter a parse tree produced by
SqlBaseParser#query.- ctx
the parse tree
- abstract def enterQueryNoWith(ctx: QueryNoWithContext): Unit
Enter a parse tree produced by
SqlBaseParser#queryNoWith.Enter a parse tree produced by
SqlBaseParser#queryNoWith.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract def enterQuerySpecification(ctx: QuerySpecificationContext): Unit
Enter a parse tree produced by
SqlBaseParser#querySpecification.Enter a parse tree produced by
SqlBaseParser#querySpecification.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract def enterSetQuantifier(ctx: SetQuantifierContext): Unit
Enter a parse tree produced by
SqlBaseParser#setQuantifier.Enter a parse tree produced by
SqlBaseParser#setQuantifier.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract def enterSingleExpression(ctx: SingleExpressionContext): Unit
Enter a parse tree produced by
SqlBaseParser#singleExpression.Enter a parse tree produced by
SqlBaseParser#singleExpression.- ctx
the parse tree
- abstract def enterSingleStatement(ctx: SingleStatementContext): Unit
Enter a parse tree produced by
SqlBaseParser#singleStatement.Enter a parse tree produced by
SqlBaseParser#singleStatement.- ctx
the parse tree
- abstract def enterSortItem(ctx: SortItemContext): Unit
Enter a parse tree produced by
SqlBaseParser#sortItem.Enter a parse tree produced by
SqlBaseParser#sortItem.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract def enterTableElement(ctx: TableElementContext): Unit
Enter a parse tree produced by
SqlBaseParser#tableElement.Enter a parse tree produced by
SqlBaseParser#tableElement.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract def enterType(ctx: TypeContext): Unit
Enter a parse tree produced by
SqlBaseParser#type.Enter a parse tree produced by
SqlBaseParser#type.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract def enterTypeParameter(ctx: TypeParameterContext): Unit
Enter a parse tree produced by
SqlBaseParser#typeParameter.Enter a parse tree produced by
SqlBaseParser#typeParameter.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract def enterWhenClause(ctx: WhenClauseContext): Unit
Enter a parse tree produced by
SqlBaseParser#whenClause.Enter a parse tree produced by
SqlBaseParser#whenClause.- ctx
the parse tree
- abstract def enterWindowFrame(ctx: WindowFrameContext): Unit
Enter a parse tree produced by
SqlBaseParser#windowFrame.Enter a parse tree produced by
SqlBaseParser#windowFrame.- ctx
the parse tree
- abstract def enterWith(ctx: WithContext): Unit
Enter a parse tree produced by
SqlBaseParser#with.Enter a parse tree produced by
SqlBaseParser#with.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract def exitAliasedRelation(ctx: AliasedRelationContext): Unit
Exit a parse tree produced by
SqlBaseParser#aliasedRelation.Exit a parse tree produced by
SqlBaseParser#aliasedRelation.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract def exitBaseType(ctx: BaseTypeContext): Unit
Exit a parse tree produced by
SqlBaseParser#baseType.Exit a parse tree produced by
SqlBaseParser#baseType.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract def exitBooleanValue(ctx: BooleanValueContext): Unit
Exit a parse tree produced by
SqlBaseParser#booleanValue.Exit a parse tree produced by
SqlBaseParser#booleanValue.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract def exitColumnAliases(ctx: ColumnAliasesContext): Unit
Exit a parse tree produced by
SqlBaseParser#columnAliases.Exit a parse tree produced by
SqlBaseParser#columnAliases.- ctx
the parse tree
- abstract def exitColumnDefinition(ctx: ColumnDefinitionContext): Unit
Exit a parse tree produced by
SqlBaseParser#columnDefinition.Exit a parse tree produced by
SqlBaseParser#columnDefinition.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract def exitComparisonOperator(ctx: ComparisonOperatorContext): Unit
Exit a parse tree produced by
SqlBaseParser#comparisonOperator.Exit a parse tree produced by
SqlBaseParser#comparisonOperator.- ctx
the parse tree
- abstract def exitComparisonQuantifier(ctx: ComparisonQuantifierContext): Unit
Exit a parse tree produced by
SqlBaseParser#comparisonQuantifier.Exit a parse tree produced by
SqlBaseParser#comparisonQuantifier.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract def exitEveryRule(arg0: ParserRuleContext): Unit
- Definition Classes
- ParseTreeListener
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract def exitExpression(ctx: ExpressionContext): Unit
Exit a parse tree produced by
SqlBaseParser#expression.Exit a parse tree produced by
SqlBaseParser#expression.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract def exitFilter(ctx: FilterContext): Unit
Exit a parse tree produced by
SqlBaseParser#filter.Exit a parse tree produced by
SqlBaseParser#filter.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract def exitGroupBy(ctx: GroupByContext): Unit
Exit a parse tree produced by
SqlBaseParser#groupBy.Exit a parse tree produced by
SqlBaseParser#groupBy.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract def exitGroupingSet(ctx: GroupingSetContext): Unit
Exit a parse tree produced by
SqlBaseParser#groupingSet.Exit a parse tree produced by
SqlBaseParser#groupingSet.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract def exitInterval(ctx: IntervalContext): Unit
Exit a parse tree produced by
SqlBaseParser#interval.Exit a parse tree produced by
SqlBaseParser#interval.- ctx
the parse tree
- abstract def exitIntervalField(ctx: IntervalFieldContext): Unit
Exit a parse tree produced by
SqlBaseParser#intervalField.Exit a parse tree produced by
SqlBaseParser#intervalField.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract def exitJoinCriteria(ctx: JoinCriteriaContext): Unit
Exit a parse tree produced by
SqlBaseParser#joinCriteria.Exit a parse tree produced by
SqlBaseParser#joinCriteria.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract def exitJoinType(ctx: JoinTypeContext): Unit
Exit a parse tree produced by
SqlBaseParser#joinType.Exit a parse tree produced by
SqlBaseParser#joinType.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract def exitLikeClause(ctx: LikeClauseContext): Unit
Exit a parse tree produced by
SqlBaseParser#likeClause.Exit a parse tree produced by
SqlBaseParser#likeClause.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract def exitNamedQuery(ctx: NamedQueryContext): Unit
Exit a parse tree produced by
SqlBaseParser#namedQuery.Exit a parse tree produced by
SqlBaseParser#namedQuery.- ctx
the parse tree
- abstract def exitNonReserved(ctx: NonReservedContext): Unit
Exit a parse tree produced by
SqlBaseParser#nonReserved.Exit a parse tree produced by
SqlBaseParser#nonReserved.- ctx
the parse tree
- abstract def exitNormalForm(ctx: NormalFormContext): Unit
Exit a parse tree produced by
SqlBaseParser#normalForm.Exit a parse tree produced by
SqlBaseParser#normalForm.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract def exitOver(ctx: OverContext): Unit
Exit a parse tree produced by
SqlBaseParser#over.Exit a parse tree produced by
SqlBaseParser#over.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract def exitPredicated(ctx: PredicatedContext): Unit
Exit a parse tree produced by
SqlBaseParser#predicated.Exit a parse tree produced by
SqlBaseParser#predicated.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract def exitPrivilege(ctx: PrivilegeContext): Unit
Exit a parse tree produced by
SqlBaseParser#privilege.Exit a parse tree produced by
SqlBaseParser#privilege.- ctx
the parse tree
- abstract def exitProperties(ctx: PropertiesContext): Unit
Exit a parse tree produced by
SqlBaseParser#properties.Exit a parse tree produced by
SqlBaseParser#properties.- ctx
the parse tree
- abstract def exitProperty(ctx: PropertyContext): Unit
Exit a parse tree produced by
SqlBaseParser#property.Exit a parse tree produced by
SqlBaseParser#property.- ctx
the parse tree
- abstract def exitQualifiedName(ctx: QualifiedNameContext): Unit
Exit a parse tree produced by
SqlBaseParser#qualifiedName.Exit a parse tree produced by
SqlBaseParser#qualifiedName.- ctx
the parse tree
- abstract def exitQuery(ctx: QueryContext): Unit
Exit a parse tree produced by
SqlBaseParser#query.Exit a parse tree produced by
SqlBaseParser#query.- ctx
the parse tree
- abstract def exitQueryNoWith(ctx: QueryNoWithContext): Unit
Exit a parse tree produced by
SqlBaseParser#queryNoWith.Exit a parse tree produced by
SqlBaseParser#queryNoWith.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract def exitQuerySpecification(ctx: QuerySpecificationContext): Unit
Exit a parse tree produced by
SqlBaseParser#querySpecification.Exit a parse tree produced by
SqlBaseParser#querySpecification.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract def exitSetQuantifier(ctx: SetQuantifierContext): Unit
Exit a parse tree produced by
SqlBaseParser#setQuantifier.Exit a parse tree produced by
SqlBaseParser#setQuantifier.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract def exitSingleExpression(ctx: SingleExpressionContext): Unit
Exit a parse tree produced by
SqlBaseParser#singleExpression.Exit a parse tree produced by
SqlBaseParser#singleExpression.- ctx
the parse tree
- abstract def exitSingleStatement(ctx: SingleStatementContext): Unit
Exit a parse tree produced by
SqlBaseParser#singleStatement.Exit a parse tree produced by
SqlBaseParser#singleStatement.- ctx
the parse tree
- abstract def exitSortItem(ctx: SortItemContext): Unit
Exit a parse tree produced by
SqlBaseParser#sortItem.Exit a parse tree produced by
SqlBaseParser#sortItem.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract def exitTableElement(ctx: TableElementContext): Unit
Exit a parse tree produced by
SqlBaseParser#tableElement.Exit a parse tree produced by
SqlBaseParser#tableElement.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract def exitType(ctx: TypeContext): Unit
Exit a parse tree produced by
SqlBaseParser#type.Exit a parse tree produced by
SqlBaseParser#type.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract def exitTypeParameter(ctx: TypeParameterContext): Unit
Exit a parse tree produced by
SqlBaseParser#typeParameter.Exit a parse tree produced by
SqlBaseParser#typeParameter.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract def exitWhenClause(ctx: WhenClauseContext): Unit
Exit a parse tree produced by
SqlBaseParser#whenClause.Exit a parse tree produced by
SqlBaseParser#whenClause.- ctx
the parse tree
- abstract def exitWindowFrame(ctx: WindowFrameContext): Unit
Exit a parse tree produced by
SqlBaseParser#windowFrame.Exit a parse tree produced by
SqlBaseParser#windowFrame.- ctx
the parse tree
- abstract def exitWith(ctx: WithContext): Unit
Exit a parse tree produced by
SqlBaseParser#with.Exit a parse tree produced by
SqlBaseParser#with.- ctx
the parse tree
- abstract def visitErrorNode(arg0: ErrorNode): Unit
- Definition Classes
- ParseTreeListener
- abstract def visitTerminal(arg0: TerminalNode): Unit
- Definition Classes
- ParseTreeListener
Concrete 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()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- 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
- 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
- Deprecated