class DeltaSqlBaseBaseVisitor[T] extends AbstractParseTreeVisitor[T] with DeltaSqlBaseVisitor[T]
This class provides an empty implementation of DeltaSqlBaseVisitor,
which can be extended to create a visitor which only needs to handle a subset
of the available methods.
- Alphabetic
- By Inheritance
- DeltaSqlBaseBaseVisitor
- DeltaSqlBaseVisitor
- AbstractParseTreeVisitor
- ParseTreeVisitor
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new DeltaSqlBaseBaseVisitor()
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def aggregateResult(arg0: T, arg1: T): T
- Attributes
- protected[tree]
- Definition Classes
- AbstractParseTreeVisitor
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def defaultResult(): T
- Attributes
- protected[tree]
- Definition Classes
- AbstractParseTreeVisitor
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def shouldVisitNextChild(arg0: RuleNode, arg1: T): Boolean
- Attributes
- protected[tree]
- Definition Classes
- AbstractParseTreeVisitor
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def visit(arg0: ParseTree): T
- Definition Classes
- AbstractParseTreeVisitor → ParseTreeVisitor
- def visitAddTableConstraint(ctx: AddTableConstraintContext): T
Visit a parse tree produced by the
addTableConstraintlabeled alternative inDeltaSqlBaseParser#statement.Visit a parse tree produced by the
addTableConstraintlabeled alternative inDeltaSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- DeltaSqlBaseBaseVisitor → DeltaSqlBaseVisitor
- Annotations
- @Override()
- def visitAlterTableClusterBy(ctx: AlterTableClusterByContext): T
Visit a parse tree produced by the
alterTableClusterBylabeled alternative inDeltaSqlBaseParser#statement.Visit a parse tree produced by the
alterTableClusterBylabeled alternative inDeltaSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- DeltaSqlBaseBaseVisitor → DeltaSqlBaseVisitor
- Annotations
- @Override()
- def visitAlterTableDropFeature(ctx: AlterTableDropFeatureContext): T
Visit a parse tree produced by the
alterTableDropFeaturelabeled alternative inDeltaSqlBaseParser#statement.Visit a parse tree produced by the
alterTableDropFeaturelabeled alternative inDeltaSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- DeltaSqlBaseBaseVisitor → DeltaSqlBaseVisitor
- Annotations
- @Override()
- def visitBigDecimalLiteral(ctx: BigDecimalLiteralContext): T
Visit a parse tree produced by the
bigDecimalLiterallabeled alternative inDeltaSqlBaseParser#number.Visit a parse tree produced by the
bigDecimalLiterallabeled alternative inDeltaSqlBaseParser#number.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- DeltaSqlBaseBaseVisitor → DeltaSqlBaseVisitor
- Annotations
- @Override()
- def visitBigIntLiteral(ctx: BigIntLiteralContext): T
Visit a parse tree produced by the
bigIntLiterallabeled alternative inDeltaSqlBaseParser#number.Visit a parse tree produced by the
bigIntLiterallabeled alternative inDeltaSqlBaseParser#number.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- DeltaSqlBaseBaseVisitor → DeltaSqlBaseVisitor
- Annotations
- @Override()
- def visitBooleanValue(ctx: BooleanValueContext): T
Visit a parse tree produced by
DeltaSqlBaseParser#booleanValue.Visit a parse tree produced by
DeltaSqlBaseParser#booleanValue.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- DeltaSqlBaseBaseVisitor → DeltaSqlBaseVisitor
- Annotations
- @Override()
- def visitCheckConstraint(ctx: CheckConstraintContext): T
Visit a parse tree produced by the
checkConstraintlabeled alternative inDeltaSqlBaseParser#constraint.Visit a parse tree produced by the
checkConstraintlabeled alternative inDeltaSqlBaseParser#constraint.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- DeltaSqlBaseBaseVisitor → DeltaSqlBaseVisitor
- Annotations
- @Override()
- def visitChildren(arg0: RuleNode): T
- Definition Classes
- AbstractParseTreeVisitor → ParseTreeVisitor
- def visitClone(ctx: CloneContext): T
Visit a parse tree produced by the
clonelabeled alternative inDeltaSqlBaseParser#statement.Visit a parse tree produced by the
clonelabeled alternative inDeltaSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- DeltaSqlBaseBaseVisitor → DeltaSqlBaseVisitor
- Annotations
- @Override()
- def visitCloneTableHeader(ctx: CloneTableHeaderContext): T
Visit a parse tree produced by
DeltaSqlBaseParser#cloneTableHeader.Visit a parse tree produced by
DeltaSqlBaseParser#cloneTableHeader.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- DeltaSqlBaseBaseVisitor → DeltaSqlBaseVisitor
- Annotations
- @Override()
- def visitClusterBy(ctx: ClusterByContext): T
Visit a parse tree produced by the
clusterBylabeled alternative inDeltaSqlBaseParser#statement.Visit a parse tree produced by the
clusterBylabeled alternative inDeltaSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- DeltaSqlBaseBaseVisitor → DeltaSqlBaseVisitor
- Annotations
- @Override()
- def visitClusterBySpec(ctx: ClusterBySpecContext): T
Visit a parse tree produced by
DeltaSqlBaseParser#clusterBySpec.Visit a parse tree produced by
DeltaSqlBaseParser#clusterBySpec.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- DeltaSqlBaseBaseVisitor → DeltaSqlBaseVisitor
- Annotations
- @Override()
- def visitColType(ctx: ColTypeContext): T
Visit a parse tree produced by
DeltaSqlBaseParser#colType.Visit a parse tree produced by
DeltaSqlBaseParser#colType.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- DeltaSqlBaseBaseVisitor → DeltaSqlBaseVisitor
- Annotations
- @Override()
- def visitColTypeList(ctx: ColTypeListContext): T
Visit a parse tree produced by
DeltaSqlBaseParser#colTypeList.Visit a parse tree produced by
DeltaSqlBaseParser#colTypeList.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- DeltaSqlBaseBaseVisitor → DeltaSqlBaseVisitor
- Annotations
- @Override()
- def visitConvert(ctx: ConvertContext): T
Visit a parse tree produced by the
convertlabeled alternative inDeltaSqlBaseParser#statement.Visit a parse tree produced by the
convertlabeled alternative inDeltaSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- DeltaSqlBaseBaseVisitor → DeltaSqlBaseVisitor
- Annotations
- @Override()
- def visitCreateTableHeader(ctx: CreateTableHeaderContext): T
Visit a parse tree produced by
DeltaSqlBaseParser#createTableHeader.Visit a parse tree produced by
DeltaSqlBaseParser#createTableHeader.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- DeltaSqlBaseBaseVisitor → DeltaSqlBaseVisitor
- Annotations
- @Override()
- def visitDecimalLiteral(ctx: DecimalLiteralContext): T
Visit a parse tree produced by the
decimalLiterallabeled alternative inDeltaSqlBaseParser#number.Visit a parse tree produced by the
decimalLiterallabeled alternative inDeltaSqlBaseParser#number.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- DeltaSqlBaseBaseVisitor → DeltaSqlBaseVisitor
- Annotations
- @Override()
- def visitDescribeDeltaDetail(ctx: DescribeDeltaDetailContext): T
Visit a parse tree produced by the
describeDeltaDetaillabeled alternative inDeltaSqlBaseParser#statement.Visit a parse tree produced by the
describeDeltaDetaillabeled alternative inDeltaSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- DeltaSqlBaseBaseVisitor → DeltaSqlBaseVisitor
- Annotations
- @Override()
- def visitDescribeDeltaHistory(ctx: DescribeDeltaHistoryContext): T
Visit a parse tree produced by the
describeDeltaHistorylabeled alternative inDeltaSqlBaseParser#statement.Visit a parse tree produced by the
describeDeltaHistorylabeled alternative inDeltaSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- DeltaSqlBaseBaseVisitor → DeltaSqlBaseVisitor
- Annotations
- @Override()
- def visitDoubleLiteral(ctx: DoubleLiteralContext): T
Visit a parse tree produced by the
doubleLiterallabeled alternative inDeltaSqlBaseParser#number.Visit a parse tree produced by the
doubleLiterallabeled alternative inDeltaSqlBaseParser#number.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- DeltaSqlBaseBaseVisitor → DeltaSqlBaseVisitor
- Annotations
- @Override()
- def visitDropTableConstraint(ctx: DropTableConstraintContext): T
Visit a parse tree produced by the
dropTableConstraintlabeled alternative inDeltaSqlBaseParser#statement.Visit a parse tree produced by the
dropTableConstraintlabeled alternative inDeltaSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- DeltaSqlBaseBaseVisitor → DeltaSqlBaseVisitor
- Annotations
- @Override()
- def visitErrorNode(arg0: ErrorNode): T
- Definition Classes
- AbstractParseTreeVisitor → ParseTreeVisitor
- def visitExprToken(ctx: ExprTokenContext): T
Visit a parse tree produced by
DeltaSqlBaseParser#exprToken.Visit a parse tree produced by
DeltaSqlBaseParser#exprToken.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- DeltaSqlBaseBaseVisitor → DeltaSqlBaseVisitor
- Annotations
- @Override()
- def visitFeatureNameValue(ctx: FeatureNameValueContext): T
Visit a parse tree produced by
DeltaSqlBaseParser#featureNameValue.Visit a parse tree produced by
DeltaSqlBaseParser#featureNameValue.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- DeltaSqlBaseBaseVisitor → DeltaSqlBaseVisitor
- Annotations
- @Override()
- def visitGenerate(ctx: GenerateContext): T
Visit a parse tree produced by the
generatelabeled alternative inDeltaSqlBaseParser#statement.Visit a parse tree produced by the
generatelabeled alternative inDeltaSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- DeltaSqlBaseBaseVisitor → DeltaSqlBaseVisitor
- Annotations
- @Override()
- def visitIntegerLiteral(ctx: IntegerLiteralContext): T
Visit a parse tree produced by the
integerLiterallabeled alternative inDeltaSqlBaseParser#number.Visit a parse tree produced by the
integerLiterallabeled alternative inDeltaSqlBaseParser#number.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- DeltaSqlBaseBaseVisitor → DeltaSqlBaseVisitor
- Annotations
- @Override()
- def visitNonReserved(ctx: NonReservedContext): T
Visit a parse tree produced by
DeltaSqlBaseParser#nonReserved.Visit a parse tree produced by
DeltaSqlBaseParser#nonReserved.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- DeltaSqlBaseBaseVisitor → DeltaSqlBaseVisitor
- Annotations
- @Override()
- def visitOptimizeTable(ctx: OptimizeTableContext): T
Visit a parse tree produced by the
optimizeTablelabeled alternative inDeltaSqlBaseParser#statement.Visit a parse tree produced by the
optimizeTablelabeled alternative inDeltaSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- DeltaSqlBaseBaseVisitor → DeltaSqlBaseVisitor
- Annotations
- @Override()
- def visitPassThrough(ctx: PassThroughContext): T
Visit a parse tree produced by the
passThroughlabeled alternative inDeltaSqlBaseParser#statement.Visit a parse tree produced by the
passThroughlabeled alternative inDeltaSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- DeltaSqlBaseBaseVisitor → DeltaSqlBaseVisitor
- Annotations
- @Override()
- def visitPredicateToken(ctx: PredicateTokenContext): T
Visit a parse tree produced by
DeltaSqlBaseParser#predicateToken.Visit a parse tree produced by
DeltaSqlBaseParser#predicateToken.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- DeltaSqlBaseBaseVisitor → DeltaSqlBaseVisitor
- Annotations
- @Override()
- def visitPrimitiveDataType(ctx: PrimitiveDataTypeContext): T
Visit a parse tree produced by the
primitiveDataTypelabeled alternative inDeltaSqlBaseParser#dataType.Visit a parse tree produced by the
primitiveDataTypelabeled alternative inDeltaSqlBaseParser#dataType.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- DeltaSqlBaseBaseVisitor → DeltaSqlBaseVisitor
- Annotations
- @Override()
- def visitProperty(ctx: PropertyContext): T
Visit a parse tree produced by
DeltaSqlBaseParser#property.Visit a parse tree produced by
DeltaSqlBaseParser#property.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- DeltaSqlBaseBaseVisitor → DeltaSqlBaseVisitor
- Annotations
- @Override()
- def visitPropertyKey(ctx: PropertyKeyContext): T
Visit a parse tree produced by
DeltaSqlBaseParser#propertyKey.Visit a parse tree produced by
DeltaSqlBaseParser#propertyKey.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- DeltaSqlBaseBaseVisitor → DeltaSqlBaseVisitor
- Annotations
- @Override()
- def visitPropertyList(ctx: PropertyListContext): T
Visit a parse tree produced by
DeltaSqlBaseParser#propertyList.Visit a parse tree produced by
DeltaSqlBaseParser#propertyList.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- DeltaSqlBaseBaseVisitor → DeltaSqlBaseVisitor
- Annotations
- @Override()
- def visitPropertyValue(ctx: PropertyValueContext): T
Visit a parse tree produced by
DeltaSqlBaseParser#propertyValue.Visit a parse tree produced by
DeltaSqlBaseParser#propertyValue.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- DeltaSqlBaseBaseVisitor → DeltaSqlBaseVisitor
- Annotations
- @Override()
- def visitQualifiedName(ctx: QualifiedNameContext): T
Visit a parse tree produced by
DeltaSqlBaseParser#qualifiedName.Visit a parse tree produced by
DeltaSqlBaseParser#qualifiedName.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- DeltaSqlBaseBaseVisitor → DeltaSqlBaseVisitor
- Annotations
- @Override()
- def visitQuotedIdentifier(ctx: QuotedIdentifierContext): T
Visit a parse tree produced by
DeltaSqlBaseParser#quotedIdentifier.Visit a parse tree produced by
DeltaSqlBaseParser#quotedIdentifier.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- DeltaSqlBaseBaseVisitor → DeltaSqlBaseVisitor
- Annotations
- @Override()
- def visitQuotedIdentifierAlternative(ctx: QuotedIdentifierAlternativeContext): T
Visit a parse tree produced by the
quotedIdentifierAlternativelabeled alternative inDeltaSqlBaseParser#identifier.Visit a parse tree produced by the
quotedIdentifierAlternativelabeled alternative inDeltaSqlBaseParser#identifier.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- DeltaSqlBaseBaseVisitor → DeltaSqlBaseVisitor
- Annotations
- @Override()
- def visitReorgTable(ctx: ReorgTableContext): T
Visit a parse tree produced by the
reorgTablelabeled alternative inDeltaSqlBaseParser#statement.Visit a parse tree produced by the
reorgTablelabeled alternative inDeltaSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- DeltaSqlBaseBaseVisitor → DeltaSqlBaseVisitor
- Annotations
- @Override()
- def visitReplaceTableHeader(ctx: ReplaceTableHeaderContext): T
Visit a parse tree produced by
DeltaSqlBaseParser#replaceTableHeader.Visit a parse tree produced by
DeltaSqlBaseParser#replaceTableHeader.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- DeltaSqlBaseBaseVisitor → DeltaSqlBaseVisitor
- Annotations
- @Override()
- def visitRestore(ctx: RestoreContext): T
Visit a parse tree produced by the
restorelabeled alternative inDeltaSqlBaseParser#statement.Visit a parse tree produced by the
restorelabeled alternative inDeltaSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- DeltaSqlBaseBaseVisitor → DeltaSqlBaseVisitor
- Annotations
- @Override()
- def visitSingleStatement(ctx: SingleStatementContext): T
Visit a parse tree produced by
DeltaSqlBaseParser#singleStatement.Visit a parse tree produced by
DeltaSqlBaseParser#singleStatement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- DeltaSqlBaseBaseVisitor → DeltaSqlBaseVisitor
- Annotations
- @Override()
- def visitSmallIntLiteral(ctx: SmallIntLiteralContext): T
Visit a parse tree produced by the
smallIntLiterallabeled alternative inDeltaSqlBaseParser#number.Visit a parse tree produced by the
smallIntLiterallabeled alternative inDeltaSqlBaseParser#number.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- DeltaSqlBaseBaseVisitor → DeltaSqlBaseVisitor
- Annotations
- @Override()
- def visitStringLit(ctx: StringLitContext): T
Visit a parse tree produced by
DeltaSqlBaseParser#stringLit.Visit a parse tree produced by
DeltaSqlBaseParser#stringLit.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- DeltaSqlBaseBaseVisitor → DeltaSqlBaseVisitor
- Annotations
- @Override()
- def visitSubQuery(ctx: SubQueryContext): T
Visit a parse tree produced by
DeltaSqlBaseParser#subQuery.Visit a parse tree produced by
DeltaSqlBaseParser#subQuery.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- DeltaSqlBaseBaseVisitor → DeltaSqlBaseVisitor
- Annotations
- @Override()
- def visitTemporalClause(ctx: TemporalClauseContext): T
Visit a parse tree produced by
DeltaSqlBaseParser#temporalClause.Visit a parse tree produced by
DeltaSqlBaseParser#temporalClause.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- DeltaSqlBaseBaseVisitor → DeltaSqlBaseVisitor
- Annotations
- @Override()
- def visitTerminal(arg0: TerminalNode): T
- Definition Classes
- AbstractParseTreeVisitor → ParseTreeVisitor
- def visitTinyIntLiteral(ctx: TinyIntLiteralContext): T
Visit a parse tree produced by the
tinyIntLiterallabeled alternative inDeltaSqlBaseParser#number.Visit a parse tree produced by the
tinyIntLiterallabeled alternative inDeltaSqlBaseParser#number.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- DeltaSqlBaseBaseVisitor → DeltaSqlBaseVisitor
- Annotations
- @Override()
- def visitUnquotedIdentifier(ctx: UnquotedIdentifierContext): T
Visit a parse tree produced by the
unquotedIdentifierlabeled alternative inDeltaSqlBaseParser#identifier.Visit a parse tree produced by the
unquotedIdentifierlabeled alternative inDeltaSqlBaseParser#identifier.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- DeltaSqlBaseBaseVisitor → DeltaSqlBaseVisitor
- Annotations
- @Override()
- def visitVacuumTable(ctx: VacuumTableContext): T
Visit a parse tree produced by the
vacuumTablelabeled alternative inDeltaSqlBaseParser#statement.Visit a parse tree produced by the
vacuumTablelabeled alternative inDeltaSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- DeltaSqlBaseBaseVisitor → DeltaSqlBaseVisitor
- Annotations
- @Override()
- def visitZorderSpec(ctx: ZorderSpecContext): T
Visit a parse tree produced by
DeltaSqlBaseParser#zorderSpec.Visit a parse tree produced by
DeltaSqlBaseParser#zorderSpec.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- DeltaSqlBaseBaseVisitor → DeltaSqlBaseVisitor
- Annotations
- @Override()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()