class SqlBaseBaseVisitor[T] extends AbstractParseTreeVisitor[T] with SqlBaseVisitor[T]
This class provides an empty implementation of SqlBaseVisitor,
which can be extended to create a visitor which only needs to handle a subset
of the available methods.
- Alphabetic
- By Inheritance
- SqlBaseBaseVisitor
- SqlBaseVisitor
- AbstractParseTreeVisitor
- ParseTreeVisitor
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new SqlBaseBaseVisitor()
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
- def aggregateResult(arg0: T, arg1: T): T
- Attributes
- protected[tree]
- Definition Classes
- AbstractParseTreeVisitor
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def defaultResult(): T
- Attributes
- protected[tree]
- Definition Classes
- AbstractParseTreeVisitor
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def shouldVisitNextChild(arg0: RuleNode, arg1: T): Boolean
- Attributes
- protected[tree]
- Definition Classes
- AbstractParseTreeVisitor
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def visit(arg0: ParseTree): T
- Definition Classes
- AbstractParseTreeVisitor → ParseTreeVisitor
- def visitAddColumn(ctx: AddColumnContext): T
Visit a parse tree produced by the
addColumnlabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
addColumnlabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitAliasedRelation(ctx: AliasedRelationContext): T
Visit a parse tree produced by
SqlBaseParser#aliasedRelation.Visit a parse tree produced by
SqlBaseParser#aliasedRelation.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitArithmeticBinary(ctx: ArithmeticBinaryContext): T
Visit a parse tree produced by the
arithmeticBinarylabeled alternative inSqlBaseParser#valueExpression.Visit a parse tree produced by the
arithmeticBinarylabeled alternative inSqlBaseParser#valueExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitArithmeticUnary(ctx: ArithmeticUnaryContext): T
Visit a parse tree produced by the
arithmeticUnarylabeled alternative inSqlBaseParser#valueExpression.Visit a parse tree produced by the
arithmeticUnarylabeled alternative inSqlBaseParser#valueExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitArrayConstructor(ctx: ArrayConstructorContext): T
Visit a parse tree produced by the
arrayConstructorlabeled alternative inSqlBaseParser#primaryExpression.Visit a parse tree produced by the
arrayConstructorlabeled alternative inSqlBaseParser#primaryExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitAtTimeZone(ctx: AtTimeZoneContext): T
Visit a parse tree produced by the
atTimeZonelabeled alternative inSqlBaseParser#valueExpression.Visit a parse tree produced by the
atTimeZonelabeled alternative inSqlBaseParser#valueExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitBackQuotedIdentifier(ctx: BackQuotedIdentifierContext): T
Visit a parse tree produced by the
backQuotedIdentifierlabeled alternative inSqlBaseParser#identifier.Visit a parse tree produced by the
backQuotedIdentifierlabeled alternative inSqlBaseParser#identifier.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitBaseType(ctx: BaseTypeContext): T
Visit a parse tree produced by
SqlBaseParser#baseType.Visit a parse tree produced by
SqlBaseParser#baseType.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitBasicStringLiteral(ctx: BasicStringLiteralContext): T
Visit a parse tree produced by the
basicStringLiterallabeled alternative inSqlBaseParser#str.Visit a parse tree produced by the
basicStringLiterallabeled alternative inSqlBaseParser#str.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitBetween(ctx: BetweenContext): T
Visit a parse tree produced by the
betweenlabeled alternative inSqlBaseParser#predicate.Visit a parse tree produced by the
betweenlabeled alternative inSqlBaseParser#predicate.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitBinaryLiteral(ctx: BinaryLiteralContext): T
Visit a parse tree produced by the
binaryLiterallabeled alternative inSqlBaseParser#primaryExpression.Visit a parse tree produced by the
binaryLiterallabeled alternative inSqlBaseParser#primaryExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitBooleanDeafault(ctx: BooleanDeafaultContext): T
Visit a parse tree produced by the
booleanDeafaultlabeled alternative inSqlBaseParser#booleanExpression.Visit a parse tree produced by the
booleanDeafaultlabeled alternative inSqlBaseParser#booleanExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitBooleanLiteral(ctx: BooleanLiteralContext): T
Visit a parse tree produced by the
booleanLiterallabeled alternative inSqlBaseParser#primaryExpression.Visit a parse tree produced by the
booleanLiterallabeled alternative inSqlBaseParser#primaryExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitBooleanValue(ctx: BooleanValueContext): T
Visit a parse tree produced by
SqlBaseParser#booleanValue.Visit a parse tree produced by
SqlBaseParser#booleanValue.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitBoundedFrame(ctx: BoundedFrameContext): T
Visit a parse tree produced by the
boundedFramelabeled alternative inSqlBaseParser#frameBound.Visit a parse tree produced by the
boundedFramelabeled alternative inSqlBaseParser#frameBound.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitCall(ctx: CallContext): T
Visit a parse tree produced by the
calllabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
calllabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitCast(ctx: CastContext): T
Visit a parse tree produced by the
castlabeled alternative inSqlBaseParser#primaryExpression.Visit a parse tree produced by the
castlabeled alternative inSqlBaseParser#primaryExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitChildren(arg0: RuleNode): T
- Definition Classes
- AbstractParseTreeVisitor → ParseTreeVisitor
- def visitColumnAliases(ctx: ColumnAliasesContext): T
Visit a parse tree produced by
SqlBaseParser#columnAliases.Visit a parse tree produced by
SqlBaseParser#columnAliases.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitColumnDefinition(ctx: ColumnDefinitionContext): T
Visit a parse tree produced by
SqlBaseParser#columnDefinition.Visit a parse tree produced by
SqlBaseParser#columnDefinition.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitColumnReference(ctx: ColumnReferenceContext): T
Visit a parse tree produced by the
columnReferencelabeled alternative inSqlBaseParser#primaryExpression.Visit a parse tree produced by the
columnReferencelabeled alternative inSqlBaseParser#primaryExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitCommit(ctx: CommitContext): T
Visit a parse tree produced by the
commitlabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
commitlabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitComparison(ctx: ComparisonContext): T
Visit a parse tree produced by the
comparisonlabeled alternative inSqlBaseParser#valueExpression.Visit a parse tree produced by the
comparisonlabeled alternative inSqlBaseParser#valueExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitComparisonOperator(ctx: ComparisonOperatorContext): T
Visit a parse tree produced by
SqlBaseParser#comparisonOperator.Visit a parse tree produced by
SqlBaseParser#comparisonOperator.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitComparisonQuantifier(ctx: ComparisonQuantifierContext): T
Visit a parse tree produced by
SqlBaseParser#comparisonQuantifier.Visit a parse tree produced by
SqlBaseParser#comparisonQuantifier.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitConcatenation(ctx: ConcatenationContext): T
Visit a parse tree produced by the
concatenationlabeled alternative inSqlBaseParser#valueExpression.Visit a parse tree produced by the
concatenationlabeled alternative inSqlBaseParser#valueExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitCreateSchema(ctx: CreateSchemaContext): T
Visit a parse tree produced by the
createSchemalabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
createSchemalabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitCreateTable(ctx: CreateTableContext): T
Visit a parse tree produced by the
createTablelabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
createTablelabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitCreateTableAsSelect(ctx: CreateTableAsSelectContext): T
Visit a parse tree produced by the
createTableAsSelectlabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
createTableAsSelectlabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitCreateView(ctx: CreateViewContext): T
Visit a parse tree produced by the
createViewlabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
createViewlabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitCurrentRowBound(ctx: CurrentRowBoundContext): T
Visit a parse tree produced by the
currentRowBoundlabeled alternative inSqlBaseParser#frameBound.Visit a parse tree produced by the
currentRowBoundlabeled alternative inSqlBaseParser#frameBound.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitCurrentUser(ctx: CurrentUserContext): T
Visit a parse tree produced by the
currentUserlabeled alternative inSqlBaseParser#primaryExpression.Visit a parse tree produced by the
currentUserlabeled alternative inSqlBaseParser#primaryExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitDeallocate(ctx: DeallocateContext): T
Visit a parse tree produced by the
deallocatelabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
deallocatelabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitDecimalLiteral(ctx: DecimalLiteralContext): T
Visit a parse tree produced by the
decimalLiterallabeled alternative inSqlBaseParser#number.Visit a parse tree produced by the
decimalLiterallabeled alternative inSqlBaseParser#number.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitDelete(ctx: DeleteContext): T
Visit a parse tree produced by the
deletelabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
deletelabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitDereference(ctx: DereferenceContext): T
Visit a parse tree produced by the
dereferencelabeled alternative inSqlBaseParser#primaryExpression.Visit a parse tree produced by the
dereferencelabeled alternative inSqlBaseParser#primaryExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitDescribeInput(ctx: DescribeInputContext): T
Visit a parse tree produced by the
describeInputlabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
describeInputlabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitDescribeOutput(ctx: DescribeOutputContext): T
Visit a parse tree produced by the
describeOutputlabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
describeOutputlabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitDigitIdentifier(ctx: DigitIdentifierContext): T
Visit a parse tree produced by the
digitIdentifierlabeled alternative inSqlBaseParser#identifier.Visit a parse tree produced by the
digitIdentifierlabeled alternative inSqlBaseParser#identifier.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitDistinctFrom(ctx: DistinctFromContext): T
Visit a parse tree produced by the
distinctFromlabeled alternative inSqlBaseParser#predicate.Visit a parse tree produced by the
distinctFromlabeled alternative inSqlBaseParser#predicate.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitDoubleLiteral(ctx: DoubleLiteralContext): T
Visit a parse tree produced by the
doubleLiterallabeled alternative inSqlBaseParser#number.Visit a parse tree produced by the
doubleLiterallabeled alternative inSqlBaseParser#number.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitDropColumn(ctx: DropColumnContext): T
Visit a parse tree produced by the
dropColumnlabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
dropColumnlabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitDropSchema(ctx: DropSchemaContext): T
Visit a parse tree produced by the
dropSchemalabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
dropSchemalabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitDropTable(ctx: DropTableContext): T
Visit a parse tree produced by the
dropTablelabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
dropTablelabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitDropView(ctx: DropViewContext): T
Visit a parse tree produced by the
dropViewlabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
dropViewlabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitErrorNode(arg0: ErrorNode): T
- Definition Classes
- AbstractParseTreeVisitor → ParseTreeVisitor
- def visitExecute(ctx: ExecuteContext): T
Visit a parse tree produced by the
executelabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
executelabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitExists(ctx: ExistsContext): T
Visit a parse tree produced by the
existslabeled alternative inSqlBaseParser#primaryExpression.Visit a parse tree produced by the
existslabeled alternative inSqlBaseParser#primaryExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitExplain(ctx: ExplainContext): T
Visit a parse tree produced by the
explainlabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
explainlabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitExplainFormat(ctx: ExplainFormatContext): T
Visit a parse tree produced by the
explainFormatlabeled alternative inSqlBaseParser#explainOption.Visit a parse tree produced by the
explainFormatlabeled alternative inSqlBaseParser#explainOption.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitExplainType(ctx: ExplainTypeContext): T
Visit a parse tree produced by the
explainTypelabeled alternative inSqlBaseParser#explainOption.Visit a parse tree produced by the
explainTypelabeled alternative inSqlBaseParser#explainOption.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitExpression(ctx: ExpressionContext): T
Visit a parse tree produced by
SqlBaseParser#expression.Visit a parse tree produced by
SqlBaseParser#expression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitExtract(ctx: ExtractContext): T
Visit a parse tree produced by the
extractlabeled alternative inSqlBaseParser#primaryExpression.Visit a parse tree produced by the
extractlabeled alternative inSqlBaseParser#primaryExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitFilter(ctx: FilterContext): T
Visit a parse tree produced by
SqlBaseParser#filter.Visit a parse tree produced by
SqlBaseParser#filter.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitFunctionCall(ctx: FunctionCallContext): T
Visit a parse tree produced by the
functionCalllabeled alternative inSqlBaseParser#primaryExpression.Visit a parse tree produced by the
functionCalllabeled alternative inSqlBaseParser#primaryExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitGrant(ctx: GrantContext): T
Visit a parse tree produced by the
grantlabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
grantlabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitGroupBy(ctx: GroupByContext): T
Visit a parse tree produced by
SqlBaseParser#groupBy.Visit a parse tree produced by
SqlBaseParser#groupBy.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitGroupingOperation(ctx: GroupingOperationContext): T
Visit a parse tree produced by the
groupingOperationlabeled alternative inSqlBaseParser#primaryExpression.Visit a parse tree produced by the
groupingOperationlabeled alternative inSqlBaseParser#primaryExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitGroupingSet(ctx: GroupingSetContext): T
Visit a parse tree produced by
SqlBaseParser#groupingSet.Visit a parse tree produced by
SqlBaseParser#groupingSet.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitInList(ctx: InListContext): T
Visit a parse tree produced by the
inListlabeled alternative inSqlBaseParser#predicate.Visit a parse tree produced by the
inListlabeled alternative inSqlBaseParser#predicate.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitInSubquery(ctx: InSubqueryContext): T
Visit a parse tree produced by the
inSubquerylabeled alternative inSqlBaseParser#predicate.Visit a parse tree produced by the
inSubquerylabeled alternative inSqlBaseParser#predicate.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitInlineTable(ctx: InlineTableContext): T
Visit a parse tree produced by the
inlineTablelabeled alternative inSqlBaseParser#queryPrimary.Visit a parse tree produced by the
inlineTablelabeled alternative inSqlBaseParser#queryPrimary.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitInsertInto(ctx: InsertIntoContext): T
Visit a parse tree produced by the
insertIntolabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
insertIntolabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitIntegerLiteral(ctx: IntegerLiteralContext): T
Visit a parse tree produced by the
integerLiterallabeled alternative inSqlBaseParser#number.Visit a parse tree produced by the
integerLiterallabeled alternative inSqlBaseParser#number.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitInterval(ctx: IntervalContext): T
Visit a parse tree produced by
SqlBaseParser#interval.Visit a parse tree produced by
SqlBaseParser#interval.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitIntervalField(ctx: IntervalFieldContext): T
Visit a parse tree produced by
SqlBaseParser#intervalField.Visit a parse tree produced by
SqlBaseParser#intervalField.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitIntervalLiteral(ctx: IntervalLiteralContext): T
Visit a parse tree produced by the
intervalLiterallabeled alternative inSqlBaseParser#primaryExpression.Visit a parse tree produced by the
intervalLiterallabeled alternative inSqlBaseParser#primaryExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitIsolationLevel(ctx: IsolationLevelContext): T
Visit a parse tree produced by the
isolationLevellabeled alternative inSqlBaseParser#transactionMode.Visit a parse tree produced by the
isolationLevellabeled alternative inSqlBaseParser#transactionMode.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitJoinCriteria(ctx: JoinCriteriaContext): T
Visit a parse tree produced by
SqlBaseParser#joinCriteria.Visit a parse tree produced by
SqlBaseParser#joinCriteria.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitJoinRelation(ctx: JoinRelationContext): T
Visit a parse tree produced by the
joinRelationlabeled alternative inSqlBaseParser#relation.Visit a parse tree produced by the
joinRelationlabeled alternative inSqlBaseParser#relation.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitJoinType(ctx: JoinTypeContext): T
Visit a parse tree produced by
SqlBaseParser#joinType.Visit a parse tree produced by
SqlBaseParser#joinType.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitLambda(ctx: LambdaContext): T
Visit a parse tree produced by the
lambdalabeled alternative inSqlBaseParser#primaryExpression.Visit a parse tree produced by the
lambdalabeled alternative inSqlBaseParser#primaryExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitLateral(ctx: LateralContext): T
Visit a parse tree produced by the
laterallabeled alternative inSqlBaseParser#relationPrimary.Visit a parse tree produced by the
laterallabeled alternative inSqlBaseParser#relationPrimary.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitLateralView(ctx: LateralViewContext): T
Visit a parse tree produced by the
lateralViewlabeled alternative inSqlBaseParser#relation.Visit a parse tree produced by the
lateralViewlabeled alternative inSqlBaseParser#relation.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitLike(ctx: LikeContext): T
Visit a parse tree produced by the
likelabeled alternative inSqlBaseParser#predicate.Visit a parse tree produced by the
likelabeled alternative inSqlBaseParser#predicate.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitLikeClause(ctx: LikeClauseContext): T
Visit a parse tree produced by
SqlBaseParser#likeClause.Visit a parse tree produced by
SqlBaseParser#likeClause.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitLogicalBinary(ctx: LogicalBinaryContext): T
Visit a parse tree produced by the
logicalBinarylabeled alternative inSqlBaseParser#booleanExpression.Visit a parse tree produced by the
logicalBinarylabeled alternative inSqlBaseParser#booleanExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitLogicalNot(ctx: LogicalNotContext): T
Visit a parse tree produced by the
logicalNotlabeled alternative inSqlBaseParser#booleanExpression.Visit a parse tree produced by the
logicalNotlabeled alternative inSqlBaseParser#booleanExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitNamedArgument(ctx: NamedArgumentContext): T
Visit a parse tree produced by the
namedArgumentlabeled alternative inSqlBaseParser#callArgument.Visit a parse tree produced by the
namedArgumentlabeled alternative inSqlBaseParser#callArgument.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitNamedQuery(ctx: NamedQueryContext): T
Visit a parse tree produced by
SqlBaseParser#namedQuery.Visit a parse tree produced by
SqlBaseParser#namedQuery.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitNonReserved(ctx: NonReservedContext): T
Visit a parse tree produced by
SqlBaseParser#nonReserved.Visit a parse tree produced by
SqlBaseParser#nonReserved.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitNormalForm(ctx: NormalFormContext): T
Visit a parse tree produced by
SqlBaseParser#normalForm.Visit a parse tree produced by
SqlBaseParser#normalForm.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitNormalize(ctx: NormalizeContext): T
Visit a parse tree produced by the
normalizelabeled alternative inSqlBaseParser#primaryExpression.Visit a parse tree produced by the
normalizelabeled alternative inSqlBaseParser#primaryExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitNullLiteral(ctx: NullLiteralContext): T
Visit a parse tree produced by the
nullLiterallabeled alternative inSqlBaseParser#primaryExpression.Visit a parse tree produced by the
nullLiterallabeled alternative inSqlBaseParser#primaryExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitNullPredicate(ctx: NullPredicateContext): T
Visit a parse tree produced by the
nullPredicatelabeled alternative inSqlBaseParser#predicate.Visit a parse tree produced by the
nullPredicatelabeled alternative inSqlBaseParser#predicate.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitNumericLiteral(ctx: NumericLiteralContext): T
Visit a parse tree produced by the
numericLiterallabeled alternative inSqlBaseParser#primaryExpression.Visit a parse tree produced by the
numericLiterallabeled alternative inSqlBaseParser#primaryExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitOver(ctx: OverContext): T
Visit a parse tree produced by
SqlBaseParser#over.Visit a parse tree produced by
SqlBaseParser#over.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitParameter(ctx: ParameterContext): T
Visit a parse tree produced by the
parameterlabeled alternative inSqlBaseParser#primaryExpression.Visit a parse tree produced by the
parameterlabeled alternative inSqlBaseParser#primaryExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitParenthesizedExpression(ctx: ParenthesizedExpressionContext): T
Visit a parse tree produced by the
parenthesizedExpressionlabeled alternative inSqlBaseParser#primaryExpression.Visit a parse tree produced by the
parenthesizedExpressionlabeled alternative inSqlBaseParser#primaryExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitParenthesizedRelation(ctx: ParenthesizedRelationContext): T
Visit a parse tree produced by the
parenthesizedRelationlabeled alternative inSqlBaseParser#relationPrimary.Visit a parse tree produced by the
parenthesizedRelationlabeled alternative inSqlBaseParser#relationPrimary.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitPosition(ctx: PositionContext): T
Visit a parse tree produced by the
positionlabeled alternative inSqlBaseParser#primaryExpression.Visit a parse tree produced by the
positionlabeled alternative inSqlBaseParser#primaryExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitPositionalArgument(ctx: PositionalArgumentContext): T
Visit a parse tree produced by the
positionalArgumentlabeled alternative inSqlBaseParser#callArgument.Visit a parse tree produced by the
positionalArgumentlabeled alternative inSqlBaseParser#callArgument.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitPredicated(ctx: PredicatedContext): T
Visit a parse tree produced by
SqlBaseParser#predicated.Visit a parse tree produced by
SqlBaseParser#predicated.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitPrepare(ctx: PrepareContext): T
Visit a parse tree produced by the
preparelabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
preparelabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitPrivilege(ctx: PrivilegeContext): T
Visit a parse tree produced by
SqlBaseParser#privilege.Visit a parse tree produced by
SqlBaseParser#privilege.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitProperties(ctx: PropertiesContext): T
Visit a parse tree produced by
SqlBaseParser#properties.Visit a parse tree produced by
SqlBaseParser#properties.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitProperty(ctx: PropertyContext): T
Visit a parse tree produced by
SqlBaseParser#property.Visit a parse tree produced by
SqlBaseParser#property.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitQualifiedName(ctx: QualifiedNameContext): T
Visit a parse tree produced by
SqlBaseParser#qualifiedName.Visit a parse tree produced by
SqlBaseParser#qualifiedName.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitQuery(ctx: QueryContext): T
Visit a parse tree produced by
SqlBaseParser#query.Visit a parse tree produced by
SqlBaseParser#query.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitQueryNoWith(ctx: QueryNoWithContext): T
Visit a parse tree produced by
SqlBaseParser#queryNoWith.Visit a parse tree produced by
SqlBaseParser#queryNoWith.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitQueryPrimaryDefault(ctx: QueryPrimaryDefaultContext): T
Visit a parse tree produced by the
queryPrimaryDefaultlabeled alternative inSqlBaseParser#queryPrimary.Visit a parse tree produced by the
queryPrimaryDefaultlabeled alternative inSqlBaseParser#queryPrimary.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitQuerySpecification(ctx: QuerySpecificationContext): T
Visit a parse tree produced by
SqlBaseParser#querySpecification.Visit a parse tree produced by
SqlBaseParser#querySpecification.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitQueryTermDefault(ctx: QueryTermDefaultContext): T
Visit a parse tree produced by the
queryTermDefaultlabeled alternative inSqlBaseParser#queryTerm.Visit a parse tree produced by the
queryTermDefaultlabeled alternative inSqlBaseParser#queryTerm.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitQuotedIdentifier(ctx: QuotedIdentifierContext): T
Visit a parse tree produced by the
quotedIdentifierlabeled alternative inSqlBaseParser#identifier.Visit a parse tree produced by the
quotedIdentifierlabeled alternative inSqlBaseParser#identifier.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitReadCommitted(ctx: ReadCommittedContext): T
Visit a parse tree produced by the
readCommittedlabeled alternative inSqlBaseParser#levelOfIsolation.Visit a parse tree produced by the
readCommittedlabeled alternative inSqlBaseParser#levelOfIsolation.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitReadUncommitted(ctx: ReadUncommittedContext): T
Visit a parse tree produced by the
readUncommittedlabeled alternative inSqlBaseParser#levelOfIsolation.Visit a parse tree produced by the
readUncommittedlabeled alternative inSqlBaseParser#levelOfIsolation.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitRelationDefault(ctx: RelationDefaultContext): T
Visit a parse tree produced by the
relationDefaultlabeled alternative inSqlBaseParser#relation.Visit a parse tree produced by the
relationDefaultlabeled alternative inSqlBaseParser#relation.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitRenameColumn(ctx: RenameColumnContext): T
Visit a parse tree produced by the
renameColumnlabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
renameColumnlabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitRenameSchema(ctx: RenameSchemaContext): T
Visit a parse tree produced by the
renameSchemalabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
renameSchemalabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitRenameTable(ctx: RenameTableContext): T
Visit a parse tree produced by the
renameTablelabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
renameTablelabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitRepeatableRead(ctx: RepeatableReadContext): T
Visit a parse tree produced by the
repeatableReadlabeled alternative inSqlBaseParser#levelOfIsolation.Visit a parse tree produced by the
repeatableReadlabeled alternative inSqlBaseParser#levelOfIsolation.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitResetSession(ctx: ResetSessionContext): T
Visit a parse tree produced by the
resetSessionlabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
resetSessionlabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitRevoke(ctx: RevokeContext): T
Visit a parse tree produced by the
revokelabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
revokelabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitRollback(ctx: RollbackContext): T
Visit a parse tree produced by the
rollbacklabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
rollbacklabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitRowConstructor(ctx: RowConstructorContext): T
Visit a parse tree produced by the
rowConstructorlabeled alternative inSqlBaseParser#primaryExpression.Visit a parse tree produced by the
rowConstructorlabeled alternative inSqlBaseParser#primaryExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitSearchedCase(ctx: SearchedCaseContext): T
Visit a parse tree produced by the
searchedCaselabeled alternative inSqlBaseParser#primaryExpression.Visit a parse tree produced by the
searchedCaselabeled alternative inSqlBaseParser#primaryExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitSelectAll(ctx: SelectAllContext): T
Visit a parse tree produced by the
selectAlllabeled alternative inSqlBaseParser#selectItem.Visit a parse tree produced by the
selectAlllabeled alternative inSqlBaseParser#selectItem.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitSelectSingle(ctx: SelectSingleContext): T
Visit a parse tree produced by the
selectSinglelabeled alternative inSqlBaseParser#selectItem.Visit a parse tree produced by the
selectSinglelabeled alternative inSqlBaseParser#selectItem.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitSerializable(ctx: SerializableContext): T
Visit a parse tree produced by the
serializablelabeled alternative inSqlBaseParser#levelOfIsolation.Visit a parse tree produced by the
serializablelabeled alternative inSqlBaseParser#levelOfIsolation.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitSetOperation(ctx: SetOperationContext): T
Visit a parse tree produced by the
setOperationlabeled alternative inSqlBaseParser#queryTerm.Visit a parse tree produced by the
setOperationlabeled alternative inSqlBaseParser#queryTerm.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitSetQuantifier(ctx: SetQuantifierContext): T
Visit a parse tree produced by
SqlBaseParser#setQuantifier.Visit a parse tree produced by
SqlBaseParser#setQuantifier.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitSetSession(ctx: SetSessionContext): T
Visit a parse tree produced by the
setSessionlabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
setSessionlabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitShowCatalogs(ctx: ShowCatalogsContext): T
Visit a parse tree produced by the
showCatalogslabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
showCatalogslabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitShowColumns(ctx: ShowColumnsContext): T
Visit a parse tree produced by the
showColumnslabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
showColumnslabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitShowCreateTable(ctx: ShowCreateTableContext): T
Visit a parse tree produced by the
showCreateTablelabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
showCreateTablelabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitShowCreateView(ctx: ShowCreateViewContext): T
Visit a parse tree produced by the
showCreateViewlabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
showCreateViewlabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitShowFunctions(ctx: ShowFunctionsContext): T
Visit a parse tree produced by the
showFunctionslabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
showFunctionslabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitShowGrants(ctx: ShowGrantsContext): T
Visit a parse tree produced by the
showGrantslabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
showGrantslabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitShowPartitions(ctx: ShowPartitionsContext): T
Visit a parse tree produced by the
showPartitionslabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
showPartitionslabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitShowSchemas(ctx: ShowSchemasContext): T
Visit a parse tree produced by the
showSchemaslabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
showSchemaslabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitShowSession(ctx: ShowSessionContext): T
Visit a parse tree produced by the
showSessionlabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
showSessionlabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitShowStats(ctx: ShowStatsContext): T
Visit a parse tree produced by the
showStatslabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
showStatslabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitShowStatsForQuery(ctx: ShowStatsForQueryContext): T
Visit a parse tree produced by the
showStatsForQuerylabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
showStatsForQuerylabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitShowTables(ctx: ShowTablesContext): T
Visit a parse tree produced by the
showTableslabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
showTableslabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitSimpleCase(ctx: SimpleCaseContext): T
Visit a parse tree produced by the
simpleCaselabeled alternative inSqlBaseParser#primaryExpression.Visit a parse tree produced by the
simpleCaselabeled alternative inSqlBaseParser#primaryExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitSingleExpression(ctx: SingleExpressionContext): T
Visit a parse tree produced by
SqlBaseParser#singleExpression.Visit a parse tree produced by
SqlBaseParser#singleExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitSingleStatement(ctx: SingleStatementContext): T
Visit a parse tree produced by
SqlBaseParser#singleStatement.Visit a parse tree produced by
SqlBaseParser#singleStatement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitSortItem(ctx: SortItemContext): T
Visit a parse tree produced by
SqlBaseParser#sortItem.Visit a parse tree produced by
SqlBaseParser#sortItem.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitSpecialDateTimeFunction(ctx: SpecialDateTimeFunctionContext): T
Visit a parse tree produced by the
specialDateTimeFunctionlabeled alternative inSqlBaseParser#primaryExpression.Visit a parse tree produced by the
specialDateTimeFunctionlabeled alternative inSqlBaseParser#primaryExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitStartTransaction(ctx: StartTransactionContext): T
Visit a parse tree produced by the
startTransactionlabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
startTransactionlabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitStatementDefault(ctx: StatementDefaultContext): T
Visit a parse tree produced by the
statementDefaultlabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
statementDefaultlabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitStringLiteral(ctx: StringLiteralContext): T
Visit a parse tree produced by the
stringLiterallabeled alternative inSqlBaseParser#primaryExpression.Visit a parse tree produced by the
stringLiterallabeled alternative inSqlBaseParser#primaryExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitSubquery(ctx: SubqueryContext): T
Visit a parse tree produced by the
subquerylabeled alternative inSqlBaseParser#queryPrimary.Visit a parse tree produced by the
subquerylabeled alternative inSqlBaseParser#queryPrimary.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitSubqueryExpression(ctx: SubqueryExpressionContext): T
Visit a parse tree produced by the
subqueryExpressionlabeled alternative inSqlBaseParser#primaryExpression.Visit a parse tree produced by the
subqueryExpressionlabeled alternative inSqlBaseParser#primaryExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitSubqueryRelation(ctx: SubqueryRelationContext): T
Visit a parse tree produced by the
subqueryRelationlabeled alternative inSqlBaseParser#relationPrimary.Visit a parse tree produced by the
subqueryRelationlabeled alternative inSqlBaseParser#relationPrimary.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitSubscript(ctx: SubscriptContext): T
Visit a parse tree produced by the
subscriptlabeled alternative inSqlBaseParser#primaryExpression.Visit a parse tree produced by the
subscriptlabeled alternative inSqlBaseParser#primaryExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitSubstring(ctx: SubstringContext): T
Visit a parse tree produced by the
substringlabeled alternative inSqlBaseParser#primaryExpression.Visit a parse tree produced by the
substringlabeled alternative inSqlBaseParser#primaryExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitTable(ctx: TableContext): T
Visit a parse tree produced by the
tablelabeled alternative inSqlBaseParser#queryPrimary.Visit a parse tree produced by the
tablelabeled alternative inSqlBaseParser#queryPrimary.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitTableElement(ctx: TableElementContext): T
Visit a parse tree produced by
SqlBaseParser#tableElement.Visit a parse tree produced by
SqlBaseParser#tableElement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitTableName(ctx: TableNameContext): T
Visit a parse tree produced by the
tableNamelabeled alternative inSqlBaseParser#relationPrimary.Visit a parse tree produced by the
tableNamelabeled alternative inSqlBaseParser#relationPrimary.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitTerminal(arg0: TerminalNode): T
- Definition Classes
- AbstractParseTreeVisitor → ParseTreeVisitor
- def visitTimeZoneInterval(ctx: TimeZoneIntervalContext): T
Visit a parse tree produced by the
timeZoneIntervallabeled alternative inSqlBaseParser#timeZoneSpecifier.Visit a parse tree produced by the
timeZoneIntervallabeled alternative inSqlBaseParser#timeZoneSpecifier.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitTimeZoneString(ctx: TimeZoneStringContext): T
Visit a parse tree produced by the
timeZoneStringlabeled alternative inSqlBaseParser#timeZoneSpecifier.Visit a parse tree produced by the
timeZoneStringlabeled alternative inSqlBaseParser#timeZoneSpecifier.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitTransactionAccessMode(ctx: TransactionAccessModeContext): T
Visit a parse tree produced by the
transactionAccessModelabeled alternative inSqlBaseParser#transactionMode.Visit a parse tree produced by the
transactionAccessModelabeled alternative inSqlBaseParser#transactionMode.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitType(ctx: TypeContext): T
Visit a parse tree produced by
SqlBaseParser#type.Visit a parse tree produced by
SqlBaseParser#type.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitTypeConstructor(ctx: TypeConstructorContext): T
Visit a parse tree produced by the
typeConstructorlabeled alternative inSqlBaseParser#primaryExpression.Visit a parse tree produced by the
typeConstructorlabeled alternative inSqlBaseParser#primaryExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitTypeParameter(ctx: TypeParameterContext): T
Visit a parse tree produced by
SqlBaseParser#typeParameter.Visit a parse tree produced by
SqlBaseParser#typeParameter.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitUnboundedFrame(ctx: UnboundedFrameContext): T
Visit a parse tree produced by the
unboundedFramelabeled alternative inSqlBaseParser#frameBound.Visit a parse tree produced by the
unboundedFramelabeled alternative inSqlBaseParser#frameBound.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitUnicodeStringLiteral(ctx: UnicodeStringLiteralContext): T
Visit a parse tree produced by the
unicodeStringLiterallabeled alternative inSqlBaseParser#str.Visit a parse tree produced by the
unicodeStringLiterallabeled alternative inSqlBaseParser#str.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitUnnest(ctx: UnnestContext): T
Visit a parse tree produced by the
unnestlabeled alternative inSqlBaseParser#relationPrimary.Visit a parse tree produced by the
unnestlabeled alternative inSqlBaseParser#relationPrimary.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitUnquotedIdentifier(ctx: UnquotedIdentifierContext): T
Visit a parse tree produced by the
unquotedIdentifierlabeled alternative inSqlBaseParser#identifier.Visit a parse tree produced by the
unquotedIdentifierlabeled alternative inSqlBaseParser#identifier.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitUse(ctx: UseContext): T
Visit a parse tree produced by the
uselabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
uselabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitValueExpressionDefault(ctx: ValueExpressionDefaultContext): T
Visit a parse tree produced by the
valueExpressionDefaultlabeled alternative inSqlBaseParser#valueExpression.Visit a parse tree produced by the
valueExpressionDefaultlabeled alternative inSqlBaseParser#valueExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitWhenClause(ctx: WhenClauseContext): T
Visit a parse tree produced by
SqlBaseParser#whenClause.Visit a parse tree produced by
SqlBaseParser#whenClause.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitWindowFrame(ctx: WindowFrameContext): T
Visit a parse tree produced by
SqlBaseParser#windowFrame.Visit a parse tree produced by
SqlBaseParser#windowFrame.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitWith(ctx: WithContext): T
Visit a parse tree produced by
SqlBaseParser#with.Visit a parse tree produced by
SqlBaseParser#with.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated