Packages

c

wvlet.airframe.stream.sql.parser

SQLInterpreter

class SQLInterpreter extends SqlBaseBaseVisitor[SQLModel] with LogSupport

ANTLR parse tree -> SQL model classes

Linear Supertypes
LogSupport, LazyLogger, LoggingMethods, Serializable, Serializable, SqlBaseBaseVisitor[SQLModel], SqlBaseVisitor[SQLModel], AbstractParseTreeVisitor[SQLModel], ParseTreeVisitor[SQLModel], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SQLInterpreter
  2. LogSupport
  3. LazyLogger
  4. LoggingMethods
  5. Serializable
  6. Serializable
  7. SqlBaseBaseVisitor
  8. SqlBaseVisitor
  9. AbstractParseTreeVisitor
  10. ParseTreeVisitor
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SQLInterpreter()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def aggregateResult(arg0: SQLModel, arg1: SQLModel): SQLModel
    Attributes
    protected[org.antlr.v4.runtime.tree]
    Definition Classes
    AbstractParseTreeVisitor
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  7. macro def debug(message: Any, cause: Throwable): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  8. macro def debug(message: Any): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  9. def defaultResult(): SQLModel
    Attributes
    protected[org.antlr.v4.runtime.tree]
    Definition Classes
    AbstractParseTreeVisitor
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. macro def error(message: Any, cause: Throwable): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  13. macro def error(message: Any): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  14. def expression(ctx: ParserRuleContext): Expression
  15. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. macro def info(message: Any, cause: Throwable): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  19. macro def info(message: Any): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  20. def interpret(ctx: ParserRuleContext): SQLModel
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. lazy val logger: Logger
    Attributes
    protected[this]
    Definition Classes
    LazyLogger
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. def shouldVisitNextChild(arg0: RuleNode, arg1: SQLModel): Boolean
    Attributes
    protected[org.antlr.v4.runtime.tree]
    Definition Classes
    AbstractParseTreeVisitor
  27. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. macro def trace(message: Any, cause: Throwable): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  30. macro def trace(message: Any): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  31. def visit(arg0: ParseTree): SQLModel
    Definition Classes
    AbstractParseTreeVisitor → ParseTreeVisitor
  32. def visitAddColumn(ctx: AddColumnContext): SQLModel

    Visit a parse tree produced by the addColumn labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the addColumn labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  33. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SQLInterpreterSqlBaseBaseVisitorSqlBaseVisitor
  34. def visitArithmeticBinary(ctx: ArithmeticBinaryContext): SQLModel

    Visit a parse tree produced by the arithmeticBinary labeled alternative in SqlBaseParser#valueExpression.

    Visit a parse tree produced by the arithmeticBinary labeled alternative in SqlBaseParser#valueExpression.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SQLInterpreterSqlBaseBaseVisitorSqlBaseVisitor
  35. def visitArithmeticUnary(ctx: ArithmeticUnaryContext): SQLModel

    Visit a parse tree produced by the arithmeticUnary labeled alternative in SqlBaseParser#valueExpression.

    Visit a parse tree produced by the arithmeticUnary labeled alternative in SqlBaseParser#valueExpression.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  36. def visitArrayConstructor(ctx: ArrayConstructorContext): SQLModel

    Visit a parse tree produced by the arrayConstructor labeled alternative in SqlBaseParser#primaryExpression.

    Visit a parse tree produced by the arrayConstructor labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  37. def visitAtTimeZone(ctx: AtTimeZoneContext): SQLModel

    Visit a parse tree produced by the atTimeZone labeled alternative in SqlBaseParser#valueExpression.

    Visit a parse tree produced by the atTimeZone labeled alternative in SqlBaseParser#valueExpression.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  38. def visitBackQuotedIdentifier(ctx: BackQuotedIdentifierContext): SQLModel

    Visit a parse tree produced by the backQuotedIdentifier labeled alternative in SqlBaseParser#identifier.

    Visit a parse tree produced by the backQuotedIdentifier labeled alternative in SqlBaseParser#identifier.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SQLInterpreterSqlBaseBaseVisitorSqlBaseVisitor
  39. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  40. def visitBasicStringLiteral(ctx: BasicStringLiteralContext): SQLModel

    Visit a parse tree produced by the basicStringLiteral labeled alternative in SqlBaseParser#str.

    Visit a parse tree produced by the basicStringLiteral labeled alternative in SqlBaseParser#str.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  41. def visitBetween(ctx: BetweenContext): SQLModel

    Visit a parse tree produced by the between labeled alternative in SqlBaseParser#predicate.

    Visit a parse tree produced by the between labeled alternative in SqlBaseParser#predicate.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  42. def visitBinaryLiteral(ctx: BinaryLiteralContext): SQLModel

    Visit a parse tree produced by the binaryLiteral labeled alternative in SqlBaseParser#primaryExpression.

    Visit a parse tree produced by the binaryLiteral labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  43. def visitBooleanDeafault(ctx: BooleanDeafaultContext): SQLModel

    Visit a parse tree produced by the booleanDeafault labeled alternative in SqlBaseParser#booleanExpression.

    Visit a parse tree produced by the booleanDeafault labeled alternative in SqlBaseParser#booleanExpression.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  44. def visitBooleanLiteral(ctx: BooleanLiteralContext): SQLModel

    Visit a parse tree produced by the booleanLiteral labeled alternative in SqlBaseParser#primaryExpression.

    Visit a parse tree produced by the booleanLiteral labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SQLInterpreterSqlBaseBaseVisitorSqlBaseVisitor
  45. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  46. def visitBoundedFrame(ctx: BoundedFrameContext): SQLModel

    Visit a parse tree produced by the boundedFrame labeled alternative in SqlBaseParser#frameBound.

    Visit a parse tree produced by the boundedFrame labeled alternative in SqlBaseParser#frameBound.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  47. def visitCall(ctx: CallContext): SQLModel

    Visit a parse tree produced by the call labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the call labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  48. def visitCast(ctx: CastContext): SQLModel

    Visit a parse tree produced by the cast labeled alternative in SqlBaseParser#primaryExpression.

    Visit a parse tree produced by the cast labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  49. def visitChildren(arg0: RuleNode): SQLModel
    Definition Classes
    AbstractParseTreeVisitor → ParseTreeVisitor
  50. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  51. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  52. def visitColumnReference(ctx: ColumnReferenceContext): SQLModel

    Visit a parse tree produced by the columnReference labeled alternative in SqlBaseParser#primaryExpression.

    Visit a parse tree produced by the columnReference labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  53. def visitCommit(ctx: CommitContext): SQLModel

    Visit a parse tree produced by the commit labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the commit labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  54. def visitComparison(ctx: ComparisonContext): Expression

    Visit a parse tree produced by the comparison labeled alternative in SqlBaseParser#valueExpression.

    Visit a parse tree produced by the comparison labeled alternative in SqlBaseParser#valueExpression.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SQLInterpreterSqlBaseBaseVisitorSqlBaseVisitor
  55. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  56. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  57. def visitConcatenation(ctx: ConcatenationContext): SQLModel

    Visit a parse tree produced by the concatenation labeled alternative in SqlBaseParser#valueExpression.

    Visit a parse tree produced by the concatenation labeled alternative in SqlBaseParser#valueExpression.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  58. def visitCreateSchema(ctx: CreateSchemaContext): SQLModel

    Visit a parse tree produced by the createSchema labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the createSchema labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  59. def visitCreateTable(ctx: CreateTableContext): SQLModel

    Visit a parse tree produced by the createTable labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the createTable labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  60. def visitCreateTableAsSelect(ctx: CreateTableAsSelectContext): SQLModel

    Visit a parse tree produced by the createTableAsSelect labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the createTableAsSelect labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  61. def visitCreateView(ctx: CreateViewContext): SQLModel

    Visit a parse tree produced by the createView labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the createView labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  62. def visitCurrentRowBound(ctx: CurrentRowBoundContext): SQLModel

    Visit a parse tree produced by the currentRowBound labeled alternative in SqlBaseParser#frameBound.

    Visit a parse tree produced by the currentRowBound labeled alternative in SqlBaseParser#frameBound.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  63. def visitCurrentUser(ctx: CurrentUserContext): SQLModel

    Visit a parse tree produced by the currentUser labeled alternative in SqlBaseParser#primaryExpression.

    Visit a parse tree produced by the currentUser labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  64. def visitDeallocate(ctx: DeallocateContext): SQLModel

    Visit a parse tree produced by the deallocate labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the deallocate labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  65. def visitDecimalLiteral(ctx: DecimalLiteralContext): SQLModel

    Visit a parse tree produced by the decimalLiteral labeled alternative in SqlBaseParser#number.

    Visit a parse tree produced by the decimalLiteral labeled alternative in SqlBaseParser#number.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SQLInterpreterSqlBaseBaseVisitorSqlBaseVisitor
  66. def visitDelete(ctx: DeleteContext): SQLModel

    Visit a parse tree produced by the delete labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the delete labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  67. def visitDereference(ctx: DereferenceContext): SQLModel

    Visit a parse tree produced by the dereference labeled alternative in SqlBaseParser#primaryExpression.

    Visit a parse tree produced by the dereference labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SQLInterpreterSqlBaseBaseVisitorSqlBaseVisitor
  68. def visitDescribeInput(ctx: DescribeInputContext): SQLModel

    Visit a parse tree produced by the describeInput labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the describeInput labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  69. def visitDescribeOutput(ctx: DescribeOutputContext): SQLModel

    Visit a parse tree produced by the describeOutput labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the describeOutput labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  70. def visitDigitIdentifier(ctx: DigitIdentifierContext): SQLModel

    Visit a parse tree produced by the digitIdentifier labeled alternative in SqlBaseParser#identifier.

    Visit a parse tree produced by the digitIdentifier labeled alternative in SqlBaseParser#identifier.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SQLInterpreterSqlBaseBaseVisitorSqlBaseVisitor
  71. def visitDistinctFrom(ctx: DistinctFromContext): SQLModel

    Visit a parse tree produced by the distinctFrom labeled alternative in SqlBaseParser#predicate.

    Visit a parse tree produced by the distinctFrom labeled alternative in SqlBaseParser#predicate.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  72. def visitDoubleLiteral(ctx: DoubleLiteralContext): SQLModel

    Visit a parse tree produced by the doubleLiteral labeled alternative in SqlBaseParser#number.

    Visit a parse tree produced by the doubleLiteral labeled alternative in SqlBaseParser#number.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SQLInterpreterSqlBaseBaseVisitorSqlBaseVisitor
  73. def visitDropColumn(ctx: DropColumnContext): SQLModel

    Visit a parse tree produced by the dropColumn labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the dropColumn labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  74. def visitDropSchema(ctx: DropSchemaContext): SQLModel

    Visit a parse tree produced by the dropSchema labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the dropSchema labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  75. def visitDropTable(ctx: DropTableContext): SQLModel

    Visit a parse tree produced by the dropTable labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the dropTable labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  76. def visitDropView(ctx: DropViewContext): SQLModel

    Visit a parse tree produced by the dropView labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the dropView labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  77. def visitErrorNode(arg0: ErrorNode): SQLModel
    Definition Classes
    AbstractParseTreeVisitor → ParseTreeVisitor
  78. def visitExecute(ctx: ExecuteContext): SQLModel

    Visit a parse tree produced by the execute labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the execute labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  79. def visitExists(ctx: ExistsContext): SQLModel

    Visit a parse tree produced by the exists labeled alternative in SqlBaseParser#primaryExpression.

    Visit a parse tree produced by the exists labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  80. def visitExplain(ctx: ExplainContext): SQLModel

    Visit a parse tree produced by the explain labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the explain labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  81. def visitExplainFormat(ctx: ExplainFormatContext): SQLModel

    Visit a parse tree produced by the explainFormat labeled alternative in SqlBaseParser#explainOption.

    Visit a parse tree produced by the explainFormat labeled alternative in SqlBaseParser#explainOption.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  82. def visitExplainType(ctx: ExplainTypeContext): SQLModel

    Visit a parse tree produced by the explainType labeled alternative in SqlBaseParser#explainOption.

    Visit a parse tree produced by the explainType labeled alternative in SqlBaseParser#explainOption.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  83. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SQLInterpreterSqlBaseBaseVisitorSqlBaseVisitor
  84. def visitExtract(ctx: ExtractContext): SQLModel

    Visit a parse tree produced by the extract labeled alternative in SqlBaseParser#primaryExpression.

    Visit a parse tree produced by the extract labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  85. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  86. def visitFunctionCall(ctx: FunctionCallContext): SQLModel

    Visit a parse tree produced by the functionCall labeled alternative in SqlBaseParser#primaryExpression.

    Visit a parse tree produced by the functionCall labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  87. def visitGrant(ctx: GrantContext): SQLModel

    Visit a parse tree produced by the grant labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the grant labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  88. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  89. def visitGroupingOperation(ctx: GroupingOperationContext): SQLModel

    Visit a parse tree produced by the groupingOperation labeled alternative in SqlBaseParser#primaryExpression.

    Visit a parse tree produced by the groupingOperation labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  90. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  91. def visitInList(ctx: InListContext): SQLModel

    Visit a parse tree produced by the inList labeled alternative in SqlBaseParser#predicate.

    Visit a parse tree produced by the inList labeled alternative in SqlBaseParser#predicate.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  92. def visitInSubquery(ctx: InSubqueryContext): SQLModel

    Visit a parse tree produced by the inSubquery labeled alternative in SqlBaseParser#predicate.

    Visit a parse tree produced by the inSubquery labeled alternative in SqlBaseParser#predicate.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  93. def visitInlineTable(ctx: InlineTableContext): SQLModel

    Visit a parse tree produced by the inlineTable labeled alternative in SqlBaseParser#queryPrimary.

    Visit a parse tree produced by the inlineTable labeled alternative in SqlBaseParser#queryPrimary.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  94. def visitInsertInto(ctx: InsertIntoContext): SQLModel

    Visit a parse tree produced by the insertInto labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the insertInto labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  95. def visitIntegerLiteral(ctx: IntegerLiteralContext): SQLModel

    Visit a parse tree produced by the integerLiteral labeled alternative in SqlBaseParser#number.

    Visit a parse tree produced by the integerLiteral labeled alternative in SqlBaseParser#number.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SQLInterpreterSqlBaseBaseVisitorSqlBaseVisitor
  96. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  97. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  98. def visitIntervalLiteral(ctx: IntervalLiteralContext): SQLModel

    Visit a parse tree produced by the intervalLiteral labeled alternative in SqlBaseParser#primaryExpression.

    Visit a parse tree produced by the intervalLiteral labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  99. def visitIsolationLevel(ctx: IsolationLevelContext): SQLModel

    Visit a parse tree produced by the isolationLevel labeled alternative in SqlBaseParser#transactionMode.

    Visit a parse tree produced by the isolationLevel labeled alternative in SqlBaseParser#transactionMode.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  100. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  101. def visitJoinRelation(ctx: JoinRelationContext): SQLModel

    Visit a parse tree produced by the joinRelation labeled alternative in SqlBaseParser#relation.

    Visit a parse tree produced by the joinRelation labeled alternative in SqlBaseParser#relation.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SQLInterpreterSqlBaseBaseVisitorSqlBaseVisitor
  102. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  103. def visitLambda(ctx: LambdaContext): SQLModel

    Visit a parse tree produced by the lambda labeled alternative in SqlBaseParser#primaryExpression.

    Visit a parse tree produced by the lambda labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  104. def visitLateral(ctx: LateralContext): SQLModel

    Visit a parse tree produced by the lateral labeled alternative in SqlBaseParser#relationPrimary.

    Visit a parse tree produced by the lateral labeled alternative in SqlBaseParser#relationPrimary.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  105. def visitLike(ctx: LikeContext): SQLModel

    Visit a parse tree produced by the like labeled alternative in SqlBaseParser#predicate.

    Visit a parse tree produced by the like labeled alternative in SqlBaseParser#predicate.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  106. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  107. def visitLogicalBinary(ctx: LogicalBinaryContext): SQLModel

    Visit a parse tree produced by the logicalBinary labeled alternative in SqlBaseParser#booleanExpression.

    Visit a parse tree produced by the logicalBinary labeled alternative in SqlBaseParser#booleanExpression.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SQLInterpreterSqlBaseBaseVisitorSqlBaseVisitor
  108. def visitLogicalNot(ctx: LogicalNotContext): SQLModel

    Visit a parse tree produced by the logicalNot labeled alternative in SqlBaseParser#booleanExpression.

    Visit a parse tree produced by the logicalNot labeled alternative in SqlBaseParser#booleanExpression.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SQLInterpreterSqlBaseBaseVisitorSqlBaseVisitor
  109. def visitNamedArgument(ctx: NamedArgumentContext): SQLModel

    Visit a parse tree produced by the namedArgument labeled alternative in SqlBaseParser#callArgument.

    Visit a parse tree produced by the namedArgument labeled alternative in SqlBaseParser#callArgument.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  110. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  111. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  112. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  113. def visitNormalize(ctx: NormalizeContext): SQLModel

    Visit a parse tree produced by the normalize labeled alternative in SqlBaseParser#primaryExpression.

    Visit a parse tree produced by the normalize labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  114. def visitNullLiteral(ctx: NullLiteralContext): SQLModel

    Visit a parse tree produced by the nullLiteral labeled alternative in SqlBaseParser#primaryExpression.

    Visit a parse tree produced by the nullLiteral labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  115. def visitNullPredicate(ctx: NullPredicateContext): SQLModel

    Visit a parse tree produced by the nullPredicate labeled alternative in SqlBaseParser#predicate.

    Visit a parse tree produced by the nullPredicate labeled alternative in SqlBaseParser#predicate.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  116. def visitNumericLiteral(ctx: NumericLiteralContext): SQLModel

    Visit a parse tree produced by the numericLiteral labeled alternative in SqlBaseParser#primaryExpression.

    Visit a parse tree produced by the numericLiteral labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SQLInterpreterSqlBaseBaseVisitorSqlBaseVisitor
  117. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  118. def visitParameter(ctx: ParameterContext): SQLModel

    Visit a parse tree produced by the parameter labeled alternative in SqlBaseParser#primaryExpression.

    Visit a parse tree produced by the parameter labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  119. def visitParenthesizedExpression(ctx: ParenthesizedExpressionContext): SQLModel

    Visit a parse tree produced by the parenthesizedExpression labeled alternative in SqlBaseParser#primaryExpression.

    Visit a parse tree produced by the parenthesizedExpression labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  120. def visitParenthesizedRelation(ctx: ParenthesizedRelationContext): SQLModel

    Visit a parse tree produced by the parenthesizedRelation labeled alternative in SqlBaseParser#relationPrimary.

    Visit a parse tree produced by the parenthesizedRelation labeled alternative in SqlBaseParser#relationPrimary.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  121. def visitPosition(ctx: PositionContext): SQLModel

    Visit a parse tree produced by the position labeled alternative in SqlBaseParser#primaryExpression.

    Visit a parse tree produced by the position labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  122. def visitPositionalArgument(ctx: PositionalArgumentContext): SQLModel

    Visit a parse tree produced by the positionalArgument labeled alternative in SqlBaseParser#callArgument.

    Visit a parse tree produced by the positionalArgument labeled alternative in SqlBaseParser#callArgument.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  123. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SQLInterpreterSqlBaseBaseVisitorSqlBaseVisitor
  124. def visitPrepare(ctx: PrepareContext): SQLModel

    Visit a parse tree produced by the prepare labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the prepare labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  125. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  126. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  127. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  128. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SQLInterpreterSqlBaseBaseVisitorSqlBaseVisitor
  129. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SQLInterpreterSqlBaseBaseVisitorSqlBaseVisitor
  130. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SQLInterpreterSqlBaseBaseVisitorSqlBaseVisitor
  131. def visitQueryPrimaryDefault(ctx: QueryPrimaryDefaultContext): SQLModel

    Visit a parse tree produced by the queryPrimaryDefault labeled alternative in SqlBaseParser#queryPrimary.

    Visit a parse tree produced by the queryPrimaryDefault labeled alternative in SqlBaseParser#queryPrimary.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SQLInterpreterSqlBaseBaseVisitorSqlBaseVisitor
  132. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SQLInterpreterSqlBaseBaseVisitorSqlBaseVisitor
  133. def visitQueryTermDefault(ctx: QueryTermDefaultContext): SQLModel

    Visit a parse tree produced by the queryTermDefault labeled alternative in SqlBaseParser#queryTerm.

    Visit a parse tree produced by the queryTermDefault labeled alternative in SqlBaseParser#queryTerm.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SQLInterpreterSqlBaseBaseVisitorSqlBaseVisitor
  134. def visitQuotedIdentifier(ctx: QuotedIdentifierContext): SQLModel

    Visit a parse tree produced by the quotedIdentifier labeled alternative in SqlBaseParser#identifier.

    Visit a parse tree produced by the quotedIdentifier labeled alternative in SqlBaseParser#identifier.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SQLInterpreterSqlBaseBaseVisitorSqlBaseVisitor
  135. def visitReadCommitted(ctx: ReadCommittedContext): SQLModel

    Visit a parse tree produced by the readCommitted labeled alternative in SqlBaseParser#levelOfIsolation.

    Visit a parse tree produced by the readCommitted labeled alternative in SqlBaseParser#levelOfIsolation.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  136. def visitReadUncommitted(ctx: ReadUncommittedContext): SQLModel

    Visit a parse tree produced by the readUncommitted labeled alternative in SqlBaseParser#levelOfIsolation.

    Visit a parse tree produced by the readUncommitted labeled alternative in SqlBaseParser#levelOfIsolation.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  137. def visitRelationDefault(ctx: RelationDefaultContext): SQLModel

    Visit a parse tree produced by the relationDefault labeled alternative in SqlBaseParser#relation.

    Visit a parse tree produced by the relationDefault labeled alternative in SqlBaseParser#relation.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SQLInterpreterSqlBaseBaseVisitorSqlBaseVisitor
  138. def visitRenameColumn(ctx: RenameColumnContext): SQLModel

    Visit a parse tree produced by the renameColumn labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the renameColumn labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  139. def visitRenameSchema(ctx: RenameSchemaContext): SQLModel

    Visit a parse tree produced by the renameSchema labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the renameSchema labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  140. def visitRenameTable(ctx: RenameTableContext): SQLModel

    Visit a parse tree produced by the renameTable labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the renameTable labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  141. def visitRepeatableRead(ctx: RepeatableReadContext): SQLModel

    Visit a parse tree produced by the repeatableRead labeled alternative in SqlBaseParser#levelOfIsolation.

    Visit a parse tree produced by the repeatableRead labeled alternative in SqlBaseParser#levelOfIsolation.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  142. def visitResetSession(ctx: ResetSessionContext): SQLModel

    Visit a parse tree produced by the resetSession labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the resetSession labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  143. def visitRevoke(ctx: RevokeContext): SQLModel

    Visit a parse tree produced by the revoke labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the revoke labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  144. def visitRollback(ctx: RollbackContext): SQLModel

    Visit a parse tree produced by the rollback labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the rollback labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  145. def visitRowConstructor(ctx: RowConstructorContext): SQLModel

    Visit a parse tree produced by the rowConstructor labeled alternative in SqlBaseParser#primaryExpression.

    Visit a parse tree produced by the rowConstructor labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  146. def visitSearchedCase(ctx: SearchedCaseContext): SQLModel

    Visit a parse tree produced by the searchedCase labeled alternative in SqlBaseParser#primaryExpression.

    Visit a parse tree produced by the searchedCase labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  147. def visitSelectAll(ctx: SelectAllContext): SelectItem

    Visit a parse tree produced by the selectAll labeled alternative in SqlBaseParser#selectItem.

    Visit a parse tree produced by the selectAll labeled alternative in SqlBaseParser#selectItem.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SQLInterpreterSqlBaseBaseVisitorSqlBaseVisitor
  148. def visitSelectSingle(ctx: SelectSingleContext): SelectItem

    Visit a parse tree produced by the selectSingle labeled alternative in SqlBaseParser#selectItem.

    Visit a parse tree produced by the selectSingle labeled alternative in SqlBaseParser#selectItem.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SQLInterpreterSqlBaseBaseVisitorSqlBaseVisitor
  149. def visitSerializable(ctx: SerializableContext): SQLModel

    Visit a parse tree produced by the serializable labeled alternative in SqlBaseParser#levelOfIsolation.

    Visit a parse tree produced by the serializable labeled alternative in SqlBaseParser#levelOfIsolation.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  150. def visitSetOperation(ctx: SetOperationContext): SQLModel

    Visit a parse tree produced by the setOperation labeled alternative in SqlBaseParser#queryTerm.

    Visit a parse tree produced by the setOperation labeled alternative in SqlBaseParser#queryTerm.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  151. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  152. def visitSetSession(ctx: SetSessionContext): SQLModel

    Visit a parse tree produced by the setSession labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the setSession labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  153. def visitShowCatalogs(ctx: ShowCatalogsContext): SQLModel

    Visit a parse tree produced by the showCatalogs labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the showCatalogs labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  154. def visitShowColumns(ctx: ShowColumnsContext): SQLModel

    Visit a parse tree produced by the showColumns labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the showColumns labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  155. def visitShowCreateTable(ctx: ShowCreateTableContext): SQLModel

    Visit a parse tree produced by the showCreateTable labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the showCreateTable labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  156. def visitShowCreateView(ctx: ShowCreateViewContext): SQLModel

    Visit a parse tree produced by the showCreateView labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the showCreateView labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  157. def visitShowFunctions(ctx: ShowFunctionsContext): SQLModel

    Visit a parse tree produced by the showFunctions labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the showFunctions labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  158. def visitShowGrants(ctx: ShowGrantsContext): SQLModel

    Visit a parse tree produced by the showGrants labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the showGrants labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  159. def visitShowPartitions(ctx: ShowPartitionsContext): SQLModel

    Visit a parse tree produced by the showPartitions labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the showPartitions labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  160. def visitShowSchemas(ctx: ShowSchemasContext): SQLModel

    Visit a parse tree produced by the showSchemas labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the showSchemas labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  161. def visitShowSession(ctx: ShowSessionContext): SQLModel

    Visit a parse tree produced by the showSession labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the showSession labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  162. def visitShowStats(ctx: ShowStatsContext): SQLModel

    Visit a parse tree produced by the showStats labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the showStats labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  163. def visitShowStatsForQuery(ctx: ShowStatsForQueryContext): SQLModel

    Visit a parse tree produced by the showStatsForQuery labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the showStatsForQuery labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  164. def visitShowTables(ctx: ShowTablesContext): SQLModel

    Visit a parse tree produced by the showTables labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the showTables labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  165. def visitSimpleCase(ctx: SimpleCaseContext): SQLModel

    Visit a parse tree produced by the simpleCase labeled alternative in SqlBaseParser#primaryExpression.

    Visit a parse tree produced by the simpleCase labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  166. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  167. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SQLInterpreterSqlBaseBaseVisitorSqlBaseVisitor
  168. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SQLInterpreterSqlBaseBaseVisitorSqlBaseVisitor
  169. def visitSpecialDateTimeFunction(ctx: SpecialDateTimeFunctionContext): SQLModel

    Visit a parse tree produced by the specialDateTimeFunction labeled alternative in SqlBaseParser#primaryExpression.

    Visit a parse tree produced by the specialDateTimeFunction labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  170. def visitStartTransaction(ctx: StartTransactionContext): SQLModel

    Visit a parse tree produced by the startTransaction labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the startTransaction labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  171. def visitStatementDefault(ctx: StatementDefaultContext): SQLModel

    Visit a parse tree produced by the statementDefault labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the statementDefault labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SQLInterpreterSqlBaseBaseVisitorSqlBaseVisitor
  172. def visitStringLiteral(ctx: StringLiteralContext): SQLModel

    Visit a parse tree produced by the stringLiteral labeled alternative in SqlBaseParser#primaryExpression.

    Visit a parse tree produced by the stringLiteral labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SQLInterpreterSqlBaseBaseVisitorSqlBaseVisitor
  173. def visitSubquery(ctx: SubqueryContext): SQLModel

    Visit a parse tree produced by the subquery labeled alternative in SqlBaseParser#queryPrimary.

    Visit a parse tree produced by the subquery labeled alternative in SqlBaseParser#queryPrimary.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  174. def visitSubqueryExpression(ctx: SubqueryExpressionContext): SQLModel

    Visit a parse tree produced by the subqueryExpression labeled alternative in SqlBaseParser#primaryExpression.

    Visit a parse tree produced by the subqueryExpression labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  175. def visitSubqueryRelation(ctx: SubqueryRelationContext): SQLModel

    Visit a parse tree produced by the subqueryRelation labeled alternative in SqlBaseParser#relationPrimary.

    Visit a parse tree produced by the subqueryRelation labeled alternative in SqlBaseParser#relationPrimary.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  176. def visitSubscript(ctx: SubscriptContext): SQLModel

    Visit a parse tree produced by the subscript labeled alternative in SqlBaseParser#primaryExpression.

    Visit a parse tree produced by the subscript labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  177. def visitSubstring(ctx: SubstringContext): SQLModel

    Visit a parse tree produced by the substring labeled alternative in SqlBaseParser#primaryExpression.

    Visit a parse tree produced by the substring labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  178. def visitTable(ctx: TableContext): SQLModel

    Visit a parse tree produced by the table labeled alternative in SqlBaseParser#queryPrimary.

    Visit a parse tree produced by the table labeled alternative in SqlBaseParser#queryPrimary.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  179. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  180. def visitTableName(ctx: TableNameContext): Table

    Visit a parse tree produced by the tableName labeled alternative in SqlBaseParser#relationPrimary.

    Visit a parse tree produced by the tableName labeled alternative in SqlBaseParser#relationPrimary.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SQLInterpreterSqlBaseBaseVisitorSqlBaseVisitor
  181. def visitTerminal(arg0: TerminalNode): SQLModel
    Definition Classes
    AbstractParseTreeVisitor → ParseTreeVisitor
  182. def visitTimeZoneInterval(ctx: TimeZoneIntervalContext): SQLModel

    Visit a parse tree produced by the timeZoneInterval labeled alternative in SqlBaseParser#timeZoneSpecifier.

    Visit a parse tree produced by the timeZoneInterval labeled alternative in SqlBaseParser#timeZoneSpecifier.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  183. def visitTimeZoneString(ctx: TimeZoneStringContext): SQLModel

    Visit a parse tree produced by the timeZoneString labeled alternative in SqlBaseParser#timeZoneSpecifier.

    Visit a parse tree produced by the timeZoneString labeled alternative in SqlBaseParser#timeZoneSpecifier.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  184. def visitTransactionAccessMode(ctx: TransactionAccessModeContext): SQLModel

    Visit a parse tree produced by the transactionAccessMode labeled alternative in SqlBaseParser#transactionMode.

    Visit a parse tree produced by the transactionAccessMode labeled alternative in SqlBaseParser#transactionMode.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  185. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  186. def visitTypeConstructor(ctx: TypeConstructorContext): SQLModel

    Visit a parse tree produced by the typeConstructor labeled alternative in SqlBaseParser#primaryExpression.

    Visit a parse tree produced by the typeConstructor labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  187. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  188. def visitUnboundedFrame(ctx: UnboundedFrameContext): SQLModel

    Visit a parse tree produced by the unboundedFrame labeled alternative in SqlBaseParser#frameBound.

    Visit a parse tree produced by the unboundedFrame labeled alternative in SqlBaseParser#frameBound.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  189. def visitUnicodeStringLiteral(ctx: UnicodeStringLiteralContext): SQLModel

    Visit a parse tree produced by the unicodeStringLiteral labeled alternative in SqlBaseParser#str.

    Visit a parse tree produced by the unicodeStringLiteral labeled alternative in SqlBaseParser#str.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  190. def visitUnnest(ctx: UnnestContext): SQLModel

    Visit a parse tree produced by the unnest labeled alternative in SqlBaseParser#relationPrimary.

    Visit a parse tree produced by the unnest labeled alternative in SqlBaseParser#relationPrimary.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  191. def visitUnquotedIdentifier(ctx: UnquotedIdentifierContext): SQLModel

    Visit a parse tree produced by the unquotedIdentifier labeled alternative in SqlBaseParser#identifier.

    Visit a parse tree produced by the unquotedIdentifier labeled alternative in SqlBaseParser#identifier.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SQLInterpreterSqlBaseBaseVisitorSqlBaseVisitor
  192. def visitUse(ctx: UseContext): SQLModel

    Visit a parse tree produced by the use labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the use labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  193. def visitValueExpressionDefault(ctx: ValueExpressionDefaultContext): SQLModel

    Visit a parse tree produced by the valueExpressionDefault labeled alternative in SqlBaseParser#valueExpression.

    Visit a parse tree produced by the valueExpressionDefault labeled alternative in SqlBaseParser#valueExpression.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  194. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  195. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  196. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseBaseVisitorSqlBaseVisitor
  197. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  198. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  199. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  200. macro def warn(message: Any, cause: Throwable): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  201. macro def warn(message: Any): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods

Inherited from LogSupport

Inherited from LazyLogger

Inherited from LoggingMethods

Inherited from Serializable

Inherited from Serializable

Inherited from SqlBaseBaseVisitor[SQLModel]

Inherited from SqlBaseVisitor[SQLModel]

Inherited from AbstractParseTreeVisitor[SQLModel]

Inherited from ParseTreeVisitor[SQLModel]

Inherited from AnyRef

Inherited from Any

Ungrouped