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
- All
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[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
def
enterEveryRule(ctx: ParserRuleContext): Unit
<invalid inheritdoc annotation>
<invalid inheritdoc annotation>
The default implementation does nothing.
- Definition Classes
- SqlBaseBaseListener → ParseTreeListener
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): 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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
def
exitEveryRule(ctx: ParserRuleContext): Unit
<invalid inheritdoc annotation>
<invalid inheritdoc annotation>
The default implementation does nothing.
- Definition Classes
- SqlBaseBaseListener → ParseTreeListener
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
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()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
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
-
def
visitTerminal(node: TerminalNode): Unit
<invalid inheritdoc annotation>
<invalid inheritdoc annotation>
The default implementation does nothing.
- Definition Classes
- SqlBaseBaseListener → ParseTreeListener
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )