class SQLInterpreter extends SqlBaseBaseVisitor[SQLModel] with LogSupport
ANTLR parse tree -> SQL model classes
- Alphabetic
- By Inheritance
- SQLInterpreter
- LogSupport
- LazyLogger
- LoggingMethods
- Serializable
- Serializable
- SqlBaseBaseVisitor
- SqlBaseVisitor
- AbstractParseTreeVisitor
- ParseTreeVisitor
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new SQLInterpreter()
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: SQLModel, arg1: SQLModel): SQLModel
- Attributes
- protected[org.antlr.v4.runtime.tree]
- Definition Classes
- AbstractParseTreeVisitor
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
macro
def
debug(message: Any, cause: Throwable): Unit
- Attributes
- protected
- Definition Classes
- LoggingMethods
-
macro
def
debug(message: Any): Unit
- Attributes
- protected
- Definition Classes
- LoggingMethods
-
def
defaultResult(): SQLModel
- Attributes
- protected[org.antlr.v4.runtime.tree]
- Definition Classes
- AbstractParseTreeVisitor
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
macro
def
error(message: Any, cause: Throwable): Unit
- Attributes
- protected
- Definition Classes
- LoggingMethods
-
macro
def
error(message: Any): Unit
- Attributes
- protected
- Definition Classes
- LoggingMethods
- def expression(ctx: ParserRuleContext): Expression
-
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()
-
macro
def
info(message: Any, cause: Throwable): Unit
- Attributes
- protected
- Definition Classes
- LoggingMethods
-
macro
def
info(message: Any): Unit
- Attributes
- protected
- Definition Classes
- LoggingMethods
- def interpret(ctx: ParserRuleContext): SQLModel
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
lazy val
logger: Logger
- Attributes
- protected[this]
- Definition Classes
- LazyLogger
-
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()
-
def
shouldVisitNextChild(arg0: RuleNode, arg1: SQLModel): Boolean
- Attributes
- protected[org.antlr.v4.runtime.tree]
- Definition Classes
- AbstractParseTreeVisitor
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
macro
def
trace(message: Any, cause: Throwable): Unit
- Attributes
- protected
- Definition Classes
- LoggingMethods
-
macro
def
trace(message: Any): Unit
- Attributes
- protected
- Definition Classes
- LoggingMethods
-
def
visit(arg0: ParseTree): SQLModel
- Definition Classes
- AbstractParseTreeVisitor → ParseTreeVisitor
-
def
visitAddColumn(ctx: AddColumnContext): SQLModel
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
-
def
visitAliasedRelation(ctx: AliasedRelationContext): SQLModel
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
- SQLInterpreter → SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitArithmeticBinary(ctx: ArithmeticBinaryContext): SQLModel
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
- SQLInterpreter → SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitArithmeticUnary(ctx: ArithmeticUnaryContext): SQLModel
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
-
def
visitArrayConstructor(ctx: ArrayConstructorContext): SQLModel
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
-
def
visitAtTimeZone(ctx: AtTimeZoneContext): SQLModel
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
-
def
visitBackQuotedIdentifier(ctx: BackQuotedIdentifierContext): SQLModel
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
- SQLInterpreter → SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitBaseType(ctx: BaseTypeContext): SQLModel
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
-
def
visitBasicStringLiteral(ctx: BasicStringLiteralContext): SQLModel
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
-
def
visitBetween(ctx: BetweenContext): SQLModel
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
-
def
visitBinaryLiteral(ctx: BinaryLiteralContext): SQLModel
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
-
def
visitBooleanDeafault(ctx: BooleanDeafaultContext): SQLModel
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
-
def
visitBooleanLiteral(ctx: BooleanLiteralContext): SQLModel
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
- SQLInterpreter → SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitBooleanValue(ctx: BooleanValueContext): SQLModel
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
-
def
visitBoundedFrame(ctx: BoundedFrameContext): SQLModel
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
-
def
visitCall(ctx: CallContext): SQLModel
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
-
def
visitCast(ctx: CastContext): SQLModel
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
-
def
visitChildren(arg0: RuleNode): SQLModel
- Definition Classes
- AbstractParseTreeVisitor → ParseTreeVisitor
-
def
visitColumnAliases(ctx: ColumnAliasesContext): SQLModel
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
-
def
visitColumnDefinition(ctx: ColumnDefinitionContext): SQLModel
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
-
def
visitColumnReference(ctx: ColumnReferenceContext): SQLModel
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
-
def
visitCommit(ctx: CommitContext): SQLModel
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
-
def
visitComparison(ctx: ComparisonContext): Expression
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
- SQLInterpreter → SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitComparisonOperator(ctx: ComparisonOperatorContext): SQLModel
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
-
def
visitComparisonQuantifier(ctx: ComparisonQuantifierContext): SQLModel
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
-
def
visitConcatenation(ctx: ConcatenationContext): SQLModel
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
-
def
visitCreateSchema(ctx: CreateSchemaContext): SQLModel
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
-
def
visitCreateTable(ctx: CreateTableContext): SQLModel
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
-
def
visitCreateTableAsSelect(ctx: CreateTableAsSelectContext): SQLModel
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
-
def
visitCreateView(ctx: CreateViewContext): SQLModel
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
-
def
visitCurrentRowBound(ctx: CurrentRowBoundContext): SQLModel
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
-
def
visitCurrentUser(ctx: CurrentUserContext): SQLModel
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
-
def
visitDeallocate(ctx: DeallocateContext): SQLModel
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
-
def
visitDecimalLiteral(ctx: DecimalLiteralContext): SQLModel
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
- SQLInterpreter → SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitDelete(ctx: DeleteContext): SQLModel
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
-
def
visitDereference(ctx: DereferenceContext): SQLModel
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
- SQLInterpreter → SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitDescribeInput(ctx: DescribeInputContext): SQLModel
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
-
def
visitDescribeOutput(ctx: DescribeOutputContext): SQLModel
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
-
def
visitDigitIdentifier(ctx: DigitIdentifierContext): SQLModel
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
- SQLInterpreter → SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitDistinctFrom(ctx: DistinctFromContext): SQLModel
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
-
def
visitDoubleLiteral(ctx: DoubleLiteralContext): SQLModel
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
- SQLInterpreter → SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitDropColumn(ctx: DropColumnContext): SQLModel
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
-
def
visitDropSchema(ctx: DropSchemaContext): SQLModel
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
-
def
visitDropTable(ctx: DropTableContext): SQLModel
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
-
def
visitDropView(ctx: DropViewContext): SQLModel
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
-
def
visitErrorNode(arg0: ErrorNode): SQLModel
- Definition Classes
- AbstractParseTreeVisitor → ParseTreeVisitor
-
def
visitExecute(ctx: ExecuteContext): SQLModel
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
-
def
visitExists(ctx: ExistsContext): SQLModel
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
-
def
visitExplain(ctx: ExplainContext): SQLModel
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
-
def
visitExplainFormat(ctx: ExplainFormatContext): SQLModel
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
-
def
visitExplainType(ctx: ExplainTypeContext): SQLModel
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
-
def
visitExpression(ctx: ExpressionContext): SQLModel
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
- SQLInterpreter → SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitExtract(ctx: ExtractContext): SQLModel
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
-
def
visitFilter(ctx: FilterContext): SQLModel
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
-
def
visitFunctionCall(ctx: FunctionCallContext): SQLModel
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
-
def
visitGrant(ctx: GrantContext): SQLModel
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
-
def
visitGroupBy(ctx: GroupByContext): SQLModel
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
-
def
visitGroupingOperation(ctx: GroupingOperationContext): SQLModel
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
-
def
visitGroupingSet(ctx: GroupingSetContext): SQLModel
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
-
def
visitInList(ctx: InListContext): SQLModel
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
-
def
visitInSubquery(ctx: InSubqueryContext): SQLModel
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
-
def
visitInlineTable(ctx: InlineTableContext): SQLModel
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
-
def
visitInsertInto(ctx: InsertIntoContext): SQLModel
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
-
def
visitIntegerLiteral(ctx: IntegerLiteralContext): SQLModel
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
- SQLInterpreter → SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitInterval(ctx: IntervalContext): SQLModel
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
-
def
visitIntervalField(ctx: IntervalFieldContext): SQLModel
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
-
def
visitIntervalLiteral(ctx: IntervalLiteralContext): SQLModel
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
-
def
visitIsolationLevel(ctx: IsolationLevelContext): SQLModel
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
-
def
visitJoinCriteria(ctx: JoinCriteriaContext): SQLModel
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
-
def
visitJoinRelation(ctx: JoinRelationContext): SQLModel
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
- SQLInterpreter → SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitJoinType(ctx: JoinTypeContext): SQLModel
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
-
def
visitLambda(ctx: LambdaContext): SQLModel
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
-
def
visitLateral(ctx: LateralContext): SQLModel
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
-
def
visitLike(ctx: LikeContext): SQLModel
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
-
def
visitLikeClause(ctx: LikeClauseContext): SQLModel
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
-
def
visitLogicalBinary(ctx: LogicalBinaryContext): SQLModel
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
- SQLInterpreter → SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitLogicalNot(ctx: LogicalNotContext): SQLModel
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
- SQLInterpreter → SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitNamedArgument(ctx: NamedArgumentContext): SQLModel
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
-
def
visitNamedQuery(ctx: NamedQueryContext): SQLModel
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
-
def
visitNonReserved(ctx: NonReservedContext): SQLModel
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
-
def
visitNormalForm(ctx: NormalFormContext): SQLModel
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
-
def
visitNormalize(ctx: NormalizeContext): SQLModel
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
-
def
visitNullLiteral(ctx: NullLiteralContext): SQLModel
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
-
def
visitNullPredicate(ctx: NullPredicateContext): SQLModel
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
-
def
visitNumericLiteral(ctx: NumericLiteralContext): SQLModel
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
- SQLInterpreter → SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitOver(ctx: OverContext): SQLModel
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
-
def
visitParameter(ctx: ParameterContext): SQLModel
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
-
def
visitParenthesizedExpression(ctx: ParenthesizedExpressionContext): SQLModel
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
-
def
visitParenthesizedRelation(ctx: ParenthesizedRelationContext): SQLModel
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
-
def
visitPosition(ctx: PositionContext): SQLModel
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
-
def
visitPositionalArgument(ctx: PositionalArgumentContext): SQLModel
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
-
def
visitPredicated(ctx: PredicatedContext): Expression
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
- SQLInterpreter → SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitPrepare(ctx: PrepareContext): SQLModel
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
-
def
visitPrivilege(ctx: PrivilegeContext): SQLModel
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
-
def
visitProperties(ctx: PropertiesContext): SQLModel
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
-
def
visitProperty(ctx: PropertyContext): SQLModel
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
-
def
visitQualifiedName(ctx: QualifiedNameContext): QName
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
- SQLInterpreter → SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitQuery(ctx: QueryContext): SQLModel
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
- SQLInterpreter → SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitQueryNoWith(ctx: QueryNoWithContext): SQLModel
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
- SQLInterpreter → SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitQueryPrimaryDefault(ctx: QueryPrimaryDefaultContext): SQLModel
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
- SQLInterpreter → SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitQuerySpecification(ctx: QuerySpecificationContext): SQLModel
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
- SQLInterpreter → SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitQueryTermDefault(ctx: QueryTermDefaultContext): SQLModel
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
- SQLInterpreter → SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitQuotedIdentifier(ctx: QuotedIdentifierContext): SQLModel
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
- SQLInterpreter → SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitReadCommitted(ctx: ReadCommittedContext): SQLModel
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
-
def
visitReadUncommitted(ctx: ReadUncommittedContext): SQLModel
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
-
def
visitRelationDefault(ctx: RelationDefaultContext): SQLModel
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
- SQLInterpreter → SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitRenameColumn(ctx: RenameColumnContext): SQLModel
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
-
def
visitRenameSchema(ctx: RenameSchemaContext): SQLModel
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
-
def
visitRenameTable(ctx: RenameTableContext): SQLModel
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
-
def
visitRepeatableRead(ctx: RepeatableReadContext): SQLModel
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
-
def
visitResetSession(ctx: ResetSessionContext): SQLModel
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
-
def
visitRevoke(ctx: RevokeContext): SQLModel
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
-
def
visitRollback(ctx: RollbackContext): SQLModel
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
-
def
visitRowConstructor(ctx: RowConstructorContext): SQLModel
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
-
def
visitSearchedCase(ctx: SearchedCaseContext): SQLModel
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
-
def
visitSelectAll(ctx: SelectAllContext): SelectItem
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
- SQLInterpreter → SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitSelectSingle(ctx: SelectSingleContext): SelectItem
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
- SQLInterpreter → SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitSerializable(ctx: SerializableContext): SQLModel
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
-
def
visitSetOperation(ctx: SetOperationContext): SQLModel
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
-
def
visitSetQuantifier(ctx: SetQuantifierContext): SQLModel
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
-
def
visitSetSession(ctx: SetSessionContext): SQLModel
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
-
def
visitShowCatalogs(ctx: ShowCatalogsContext): SQLModel
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
-
def
visitShowColumns(ctx: ShowColumnsContext): SQLModel
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
-
def
visitShowCreateTable(ctx: ShowCreateTableContext): SQLModel
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
-
def
visitShowCreateView(ctx: ShowCreateViewContext): SQLModel
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
-
def
visitShowFunctions(ctx: ShowFunctionsContext): SQLModel
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
-
def
visitShowGrants(ctx: ShowGrantsContext): SQLModel
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
-
def
visitShowPartitions(ctx: ShowPartitionsContext): SQLModel
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
-
def
visitShowSchemas(ctx: ShowSchemasContext): SQLModel
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
-
def
visitShowSession(ctx: ShowSessionContext): SQLModel
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
-
def
visitShowStats(ctx: ShowStatsContext): SQLModel
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
-
def
visitShowStatsForQuery(ctx: ShowStatsForQueryContext): SQLModel
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
-
def
visitShowTables(ctx: ShowTablesContext): SQLModel
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
-
def
visitSimpleCase(ctx: SimpleCaseContext): SQLModel
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
-
def
visitSingleExpression(ctx: SingleExpressionContext): SQLModel
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
-
def
visitSingleStatement(ctx: SingleStatementContext): SQLModel
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
- SQLInterpreter → SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitSortItem(ctx: SortItemContext): SortItem
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
- SQLInterpreter → SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitSpecialDateTimeFunction(ctx: SpecialDateTimeFunctionContext): SQLModel
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
-
def
visitStartTransaction(ctx: StartTransactionContext): SQLModel
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
-
def
visitStatementDefault(ctx: StatementDefaultContext): SQLModel
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
- SQLInterpreter → SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitStringLiteral(ctx: StringLiteralContext): SQLModel
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
- SQLInterpreter → SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitSubquery(ctx: SubqueryContext): SQLModel
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
-
def
visitSubqueryExpression(ctx: SubqueryExpressionContext): SQLModel
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
-
def
visitSubqueryRelation(ctx: SubqueryRelationContext): SQLModel
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
-
def
visitSubscript(ctx: SubscriptContext): SQLModel
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
-
def
visitSubstring(ctx: SubstringContext): SQLModel
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
-
def
visitTable(ctx: TableContext): SQLModel
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
-
def
visitTableElement(ctx: TableElementContext): SQLModel
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
-
def
visitTableName(ctx: TableNameContext): Table
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
- SQLInterpreter → SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitTerminal(arg0: TerminalNode): SQLModel
- Definition Classes
- AbstractParseTreeVisitor → ParseTreeVisitor
-
def
visitTimeZoneInterval(ctx: TimeZoneIntervalContext): SQLModel
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
-
def
visitTimeZoneString(ctx: TimeZoneStringContext): SQLModel
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
-
def
visitTransactionAccessMode(ctx: TransactionAccessModeContext): SQLModel
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
-
def
visitType(ctx: TypeContext): SQLModel
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
-
def
visitTypeConstructor(ctx: TypeConstructorContext): SQLModel
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
-
def
visitTypeParameter(ctx: TypeParameterContext): SQLModel
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
-
def
visitUnboundedFrame(ctx: UnboundedFrameContext): SQLModel
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
-
def
visitUnicodeStringLiteral(ctx: UnicodeStringLiteralContext): SQLModel
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
-
def
visitUnnest(ctx: UnnestContext): SQLModel
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
-
def
visitUnquotedIdentifier(ctx: UnquotedIdentifierContext): SQLModel
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
- SQLInterpreter → SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitUse(ctx: UseContext): SQLModel
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
-
def
visitValueExpressionDefault(ctx: ValueExpressionDefaultContext): SQLModel
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
-
def
visitWhenClause(ctx: WhenClauseContext): SQLModel
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
-
def
visitWindowFrame(ctx: WindowFrameContext): SQLModel
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
-
def
visitWith(ctx: WithContext): SQLModel
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
-
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( ... )
-
macro
def
warn(message: Any, cause: Throwable): Unit
- Attributes
- protected
- Definition Classes
- LoggingMethods
-
macro
def
warn(message: Any): Unit
- Attributes
- protected
- Definition Classes
- LoggingMethods