Class RelationalParserBaseVisitor<T>
- Type Parameters:
T
- The return type of the visit operation. UseVoid
for operations with no return type.
- All Implemented Interfaces:
RelationalParserVisitor<T>
,org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
- Direct Known Subclasses:
AstNormalizer
RelationalParserVisitor
,
which can be extended to create a visitor which only needs to handle a subset
of the available methods.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionVisit a parse tree produced byRelationalParser.administrationStatement()
.Visit a parse tree produced by theaggregateFunctionCall
labeled alternative inRelationalParser.functionCall()
.Visit a parse tree produced byRelationalParser.aggregateWindowedFunction()
.Visit a parse tree produced byRelationalParser.arrayConstructor()
.Visit a parse tree produced by thearrayConstructorExpressionAtom
labeled alternative inRelationalParser.expressionAtom()
.Visit a parse tree produced byRelationalParser.assignmentField()
.Visit a parse tree produced by theatomTableItem
labeled alternative inRelationalParser.tableSourceItem()
.Visit a parse tree produced by thebinaryComparisonPredicate
labeled alternative inRelationalParser.predicate()
.Visit a parse tree produced by thebitExpressionAtom
labeled alternative inRelationalParser.expressionAtom()
.Visit a parse tree produced byRelationalParser.bitOperator()
.Visit a parse tree produced by thebitStringConstant
labeled alternative inRelationalParser.constant()
.Visit a parse tree produced by thebooleanConstant
labeled alternative inRelationalParser.constant()
.Visit a parse tree produced byRelationalParser.booleanLiteral()
.Visit a parse tree produced by thebytesConstant
labeled alternative inRelationalParser.constant()
.Visit a parse tree produced byRelationalParser.bytesLiteral()
.Visit a parse tree produced by thecaseExpressionFunctionCall
labeled alternative inRelationalParser.specificFunction()
.Visit a parse tree produced byRelationalParser.caseFuncAlternative()
.Visit a parse tree produced by thecaseFunctionCall
labeled alternative inRelationalParser.specificFunction()
.Visit a parse tree produced by thecharFunctionCall
labeled alternative inRelationalParser.specificFunction()
.Visit a parse tree produced byRelationalParser.charSet()
.Visit a parse tree produced byRelationalParser.charsetName()
.Visit a parse tree produced byRelationalParser.charsetNameBase()
.Visit a parse tree produced byRelationalParser.collationName()
.Visit a parse tree produced by thecollectionDataType
labeled alternative inRelationalParser.dataType()
.Visit a parse tree produced byRelationalParser.collectionOptions()
.Visit a parse tree produced byRelationalParser.columnDefinition()
.Visit a parse tree produced byRelationalParser.columnType()
.Visit a parse tree produced byRelationalParser.commitStatement()
.Visit a parse tree produced byRelationalParser.comparisonOperator()
.Visit a parse tree produced by theconstantExpressionAtom
labeled alternative inRelationalParser.expressionAtom()
.Visit a parse tree produced byRelationalParser.continuation()
.Visit a parse tree produced byRelationalParser.continuationAtom()
.Visit a parse tree produced byRelationalParser.convertedDataType()
.Visit a parse tree produced by thecreateDatabaseStatement
labeled alternative inRelationalParser.createStatement()
.Visit a parse tree produced by thecreateSchemaStatement
labeled alternative inRelationalParser.createStatement()
.Visit a parse tree produced by thecreateSchemaTemplateStatement
labeled alternative inRelationalParser.createStatement()
.Visit a parse tree produced byRelationalParser.ctes()
.Visit a parse tree produced byRelationalParser.currentTimestamp()
.Visit a parse tree produced by thedataTypeFunctionCall
labeled alternative inRelationalParser.specificFunction()
.Visit a parse tree produced byRelationalParser.ddlStatement()
.Visit a parse tree produced by thedecimalConstant
labeled alternative inRelationalParser.constant()
.Visit a parse tree produced byRelationalParser.decimalLiteral()
.Visit a parse tree produced byRelationalParser.defaultValue()
.Visit a parse tree produced byRelationalParser.deleteStatement()
.Visit a parse tree produced by thedescribeConnection
labeled alternative inRelationalParser.describeObjectClause()
.Visit a parse tree produced by thedescribeStatements
labeled alternative inRelationalParser.describeObjectClause()
.Visit a parse tree produced by thedimensionDataType
labeled alternative inRelationalParser.dataType()
.Visit a parse tree produced byRelationalParser.dmlStatement()
.Visit a parse tree produced by thedropDatabaseStatement
labeled alternative inRelationalParser.dropStatement()
.Visit a parse tree produced by thedropSchemaStatement
labeled alternative inRelationalParser.dropStatement()
.Visit a parse tree produced by thedropSchemaTemplateStatement
labeled alternative inRelationalParser.dropStatement()
.Visit a parse tree produced byRelationalParser.enumDefinition()
.Visit a parse tree produced byRelationalParser.executeContinuationStatement()
.Visit a parse tree produced byRelationalParser.executeStatement()
.Visit a parse tree produced by theexistsExpressionAtom
labeled alternative inRelationalParser.expressionAtom()
.Visit a parse tree produced by theexpressionAtomPredicate
labeled alternative inRelationalParser.predicate()
.Visit a parse tree produced byRelationalParser.expressionOrDefault()
.Visit a parse tree produced byRelationalParser.expressions()
.Visit a parse tree produced byRelationalParser.expressionsWithDefaults()
.Visit a parse tree produced byRelationalParser.expressionWithName()
.Visit a parse tree produced byRelationalParser.expressionWithOptionalName()
.Visit a parse tree produced by theextractFunctionCall
labeled alternative inRelationalParser.specificFunction()
.Visit a parse tree produced byRelationalParser.fromClause()
.Visit a parse tree produced byRelationalParser.fullColumnName()
.Visit a parse tree produced by thefullColumnNameExpressionAtom
labeled alternative inRelationalParser.expressionAtom()
.Visit a parse tree produced byRelationalParser.fullDescribeStatement()
.Visit a parse tree produced byRelationalParser.fullId()
.Visit a parse tree produced byRelationalParser.fullIdList()
.Visit a parse tree produced byRelationalParser.functionArg()
.Visit a parse tree produced byRelationalParser.functionArgs()
.Visit a parse tree produced by thefunctionCallExpressionAtom
labeled alternative inRelationalParser.expressionAtom()
.Visit a parse tree produced byRelationalParser.functionNameBase()
.Visit a parse tree produced by thegetFormatFunctionCall
labeled alternative inRelationalParser.specificFunction()
.Visit a parse tree produced byRelationalParser.groupByClause()
.Visit a parse tree produced byRelationalParser.groupByItem()
.Visit a parse tree produced byRelationalParser.havingClause()
.Visit a parse tree produced byRelationalParser.helpStatement()
.Visit a parse tree produced byRelationalParser.ifExists()
.Visit a parse tree produced byRelationalParser.ifNotExists()
.Visit a parse tree produced byRelationalParser.indexAttribute()
.Visit a parse tree produced byRelationalParser.indexAttributes()
.Visit a parse tree produced byRelationalParser.indexColumnName()
.Visit a parse tree produced byRelationalParser.indexColumnNames()
.Visit a parse tree produced byRelationalParser.indexDefinition()
.Visit a parse tree produced byRelationalParser.indexHint()
.Visit a parse tree produced byRelationalParser.indexHintType()
.Visit a parse tree produced byRelationalParser.inList()
.Visit a parse tree produced by theinnerJoin
labeled alternative inRelationalParser.joinPart()
.Visit a parse tree produced by theinPredicate
labeled alternative inRelationalParser.predicate()
.Visit a parse tree produced byRelationalParser.insertStatement()
.Visit a parse tree produced by theinsertStatementValueSelect
labeled alternative inRelationalParser.insertStatementValue()
.Visit a parse tree produced by theinsertStatementValueValues
labeled alternative inRelationalParser.insertStatementValue()
.Visit a parse tree produced by theintervalExpressionAtom
labeled alternative inRelationalParser.expressionAtom()
.Visit a parse tree produced byRelationalParser.intervalType()
.Visit a parse tree produced byRelationalParser.intervalTypeBase()
.Visit a parse tree produced by theisExpression
labeled alternative inRelationalParser.expression()
.Visit a parse tree produced by thejsonExpressionAtom
labeled alternative inRelationalParser.expressionAtom()
.Visit a parse tree produced byRelationalParser.jsonOperator()
.Visit a parse tree produced byRelationalParser.keywordsCanBeId()
.Visit a parse tree produced byRelationalParser.killStatement()
.Visit a parse tree produced byRelationalParser.lengthOneDimension()
.Visit a parse tree produced byRelationalParser.lengthTwoDimension()
.Visit a parse tree produced byRelationalParser.lengthTwoOptionalDimension()
.Visit a parse tree produced byRelationalParser.levelInWeightListElement()
.Visit a parse tree produced by thelevelWeightList
labeled alternative inRelationalParser.levelsInWeightString()
.Visit a parse tree produced by thelevelWeightRange
labeled alternative inRelationalParser.levelsInWeightString()
.Visit a parse tree produced by thelikePredicate
labeled alternative inRelationalParser.expression()
.Visit a parse tree produced byRelationalParser.limitClause()
.Visit a parse tree produced byRelationalParser.limitClauseAtom()
.Visit a parse tree produced byRelationalParser.loadedTableIndexes()
.Visit a parse tree produced by thelogicalExpression
labeled alternative inRelationalParser.expression()
.Visit a parse tree produced byRelationalParser.logicalOperator()
.Visit a parse tree produced by thelongVarbinaryDataType
labeled alternative inRelationalParser.dataType()
.Visit a parse tree produced by thelongVarcharDataType
labeled alternative inRelationalParser.dataType()
.Visit a parse tree produced by themathExpressionAtom
labeled alternative inRelationalParser.expressionAtom()
.Visit a parse tree produced byRelationalParser.mathOperator()
.Visit a parse tree produced byRelationalParser.namedQuery()
.Visit a parse tree produced by thenationalStringDataType
labeled alternative inRelationalParser.dataType()
.Visit a parse tree produced by thenationalVaryingStringDataType
labeled alternative inRelationalParser.dataType()
.Visit a parse tree produced by thenaturalJoin
labeled alternative inRelationalParser.joinPart()
.Visit a parse tree produced by thenegativeDecimalConstant
labeled alternative inRelationalParser.constant()
.Visit a parse tree produced byRelationalParser.nonAggregateWindowedFunction()
.Visit a parse tree produced by thenotExpression
labeled alternative inRelationalParser.expression()
.Visit a parse tree produced by thenullColumnConstraint
labeled alternative inRelationalParser.columnConstraint()
.Visit a parse tree produced by thenullConstant
labeled alternative inRelationalParser.constant()
.Visit a parse tree produced byRelationalParser.nullLiteral()
.Visit a parse tree produced byRelationalParser.nullNotnull()
.Visit a parse tree produced byRelationalParser.ofTypeClause()
.Visit a parse tree produced byRelationalParser.option()
.Visit a parse tree produced byRelationalParser.optionsClause()
.Visit a parse tree produced byRelationalParser.orderByClause()
.Visit a parse tree produced byRelationalParser.orderByExpression()
.Visit a parse tree produced by theouterJoin
labeled alternative inRelationalParser.joinPart()
.Visit a parse tree produced byRelationalParser.overClause()
.Visit a parse tree produced by theparenthesisQuery
labeled alternative inRelationalParser.queryTerm()
.Visit a parse tree produced byRelationalParser.path()
.Visit a parse tree produced by thepositionFunctionCall
labeled alternative inRelationalParser.specificFunction()
.Visit a parse tree produced by thepredicateExpression
labeled alternative inRelationalParser.expression()
.Visit a parse tree produced byRelationalParser.preparedStatement()
.Visit a parse tree produced byRelationalParser.preparedStatementParameter()
.Visit a parse tree produced by thepreparedStatementParameterAtom
labeled alternative inRelationalParser.expressionAtom()
.Visit a parse tree produced byRelationalParser.prepareStatement()
.Visit a parse tree produced byRelationalParser.primaryKeyDefinition()
.Visit a parse tree produced byRelationalParser.primitiveType()
.Visit a parse tree produced byRelationalParser.query()
.Visit a parse tree produced byRelationalParser.queryOption()
.Visit a parse tree produced byRelationalParser.queryOptions()
.Visit a parse tree produced by thequeryTermDefault
labeled alternative inRelationalParser.queryExpressionBody()
.Visit a parse tree produced byRelationalParser.recordConstructor()
.Visit a parse tree produced by therecordConstructorExpressionAtom
labeled alternative inRelationalParser.expressionAtom()
.Visit a parse tree produced byRelationalParser.recordConstructorForInsert()
.Visit a parse tree produced byRelationalParser.resetStatement()
.Visit a parse tree produced byRelationalParser.rollbackStatement()
.Visit a parse tree produced byRelationalParser.root()
.Visit a parse tree produced by thescalarFunctionCall
labeled alternative inRelationalParser.functionCall()
.Visit a parse tree produced byRelationalParser.scalarFunctionName()
.Visit a parse tree produced byRelationalParser.schemaId()
.Visit a parse tree produced byRelationalParser.schemaTemplateId()
.Visit a parse tree produced byRelationalParser.selectElements()
.Visit a parse tree produced by theselectExpressionElement
labeled alternative inRelationalParser.selectElement()
.Visit a parse tree produced by theselectQualifierStarElement
labeled alternative inRelationalParser.selectElement()
.Visit a parse tree produced by theselectStarElement
labeled alternative inRelationalParser.selectElement()
.Visit a parse tree produced byRelationalParser.selectStatement()
.Visit a parse tree produced by thesetAutocommit
labeled alternative inRelationalParser.setStatement()
.Visit a parse tree produced byRelationalParser.setAutocommitStatement()
.Visit a parse tree produced by thesetCharset
labeled alternative inRelationalParser.setStatement()
.Visit a parse tree produced by thesetNames
labeled alternative inRelationalParser.setStatement()
.Visit a parse tree produced by thesetNewValueInsideTrigger
labeled alternative inRelationalParser.setStatement()
.Visit a parse tree produced by thesetQuery
labeled alternative inRelationalParser.queryExpressionBody()
.Visit a parse tree produced by thesetTransaction
labeled alternative inRelationalParser.setStatement()
.Visit a parse tree produced byRelationalParser.setTransactionStatement()
.Visit a parse tree produced by thesetVariable
labeled alternative inRelationalParser.setStatement()
.Visit a parse tree produced by theshowDatabasesStatement
labeled alternative inRelationalParser.showStatement()
.Visit a parse tree produced by theshowSchemaTemplatesStatement
labeled alternative inRelationalParser.showStatement()
.Visit a parse tree produced by thesimpleDataType
labeled alternative inRelationalParser.dataType()
.Visit a parse tree produced by thesimpleDescribeSchemaStatement
labeled alternative inRelationalParser.simpleDescribeStatement()
.visitSimpleDescribeSchemaTemplateStatement
(RelationalParser.SimpleDescribeSchemaTemplateStatementContext ctx) Visit a parse tree produced by thesimpleDescribeSchemaTemplateStatement
labeled alternative inRelationalParser.simpleDescribeStatement()
.Visit a parse tree produced by thesimpleFunctionCall
labeled alternative inRelationalParser.specificFunction()
.Visit a parse tree produced byRelationalParser.simpleId()
.Visit a parse tree produced by thesimpleTable
labeled alternative inRelationalParser.queryTerm()
.Visit a parse tree produced by thespatialDataType
labeled alternative inRelationalParser.dataType()
.Visit a parse tree produced by thespecificFunctionCall
labeled alternative inRelationalParser.functionCall()
.Visit a parse tree produced byRelationalParser.startTransaction()
.Visit a parse tree produced byRelationalParser.statement()
.Visit a parse tree produced byRelationalParser.statements()
.Visit a parse tree produced by thestraightJoin
labeled alternative inRelationalParser.joinPart()
.Visit a parse tree produced by thestringConstant
labeled alternative inRelationalParser.constant()
.Visit a parse tree produced by thestringDataType
labeled alternative inRelationalParser.dataType()
.Visit a parse tree produced byRelationalParser.stringLiteral()
.Visit a parse tree produced byRelationalParser.structDefinition()
.Visit a parse tree produced by thesubqueryExpressionAtom
labeled alternative inRelationalParser.expressionAtom()
.Visit a parse tree produced by thesubqueryTableItem
labeled alternative inRelationalParser.tableSourceItem()
.Visit a parse tree produced by thesubstrFunctionCall
labeled alternative inRelationalParser.specificFunction()
.Visit a parse tree produced byRelationalParser.tableDefinition()
.Visit a parse tree produced byRelationalParser.tableIndexes()
.Visit a parse tree produced byRelationalParser.tableName()
.Visit a parse tree produced byRelationalParser.tables()
.Visit a parse tree produced by thetableSourceBase
labeled alternative inRelationalParser.tableSource()
.Visit a parse tree produced byRelationalParser.tableSources()
.Visit a parse tree produced byRelationalParser.templateClause()
.Visit a parse tree produced byRelationalParser.transactionLevel()
.Visit a parse tree produced byRelationalParser.transactionOption()
.Visit a parse tree produced byRelationalParser.transactionStatement()
.Visit a parse tree produced by thetrimFunctionCall
labeled alternative inRelationalParser.specificFunction()
.Visit a parse tree produced byRelationalParser.uid()
.Visit a parse tree produced byRelationalParser.uidList()
.Visit a parse tree produced byRelationalParser.uidListWithNestings()
.Visit a parse tree produced byRelationalParser.uidListWithNestingsInParens()
.Visit a parse tree produced byRelationalParser.uidWithNestings()
.Visit a parse tree produced byRelationalParser.unaryOperator()
.Visit a parse tree produced byRelationalParser.updatedElement()
.Visit a parse tree produced byRelationalParser.updateStatement()
.Visit a parse tree produced byRelationalParser.userVariables()
.Visit a parse tree produced byRelationalParser.utilityStatement()
.Visit a parse tree produced by thevaluesFunctionCall
labeled alternative inRelationalParser.specificFunction()
.Visit a parse tree produced byRelationalParser.variableClause()
.Visit a parse tree produced by theweightFunctionCall
labeled alternative inRelationalParser.specificFunction()
.Visit a parse tree produced byRelationalParser.whereExpr()
.Visit a parse tree produced byRelationalParser.windowName()
.Methods inherited from class org.antlr.v4.runtime.tree.AbstractParseTreeVisitor
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminal
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.antlr.v4.runtime.tree.ParseTreeVisitor
visit, visitChildren, visitErrorNode, visitTerminal
-
Constructor Details
-
RelationalParserBaseVisitor
public RelationalParserBaseVisitor()
-
-
Method Details
-
visitRoot
Visit a parse tree produced byRelationalParser.root()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitRoot
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitStatements
Visit a parse tree produced byRelationalParser.statements()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitStatements
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitStatement
Visit a parse tree produced byRelationalParser.statement()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitStatement
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDmlStatement
Visit a parse tree produced byRelationalParser.dmlStatement()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitDmlStatement
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDdlStatement
Visit a parse tree produced byRelationalParser.ddlStatement()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitDdlStatement
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTransactionStatement
Visit a parse tree produced byRelationalParser.transactionStatement()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitTransactionStatement
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPreparedStatement
Visit a parse tree produced byRelationalParser.preparedStatement()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitPreparedStatement
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitAdministrationStatement
Visit a parse tree produced byRelationalParser.administrationStatement()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitAdministrationStatement
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitUtilityStatement
Visit a parse tree produced byRelationalParser.utilityStatement()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitUtilityStatement
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTemplateClause
Visit a parse tree produced byRelationalParser.templateClause()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitTemplateClause
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCreateSchemaStatement
Visit a parse tree produced by thecreateSchemaStatement
labeled alternative inRelationalParser.createStatement()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitCreateSchemaStatement
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCreateSchemaTemplateStatement
public T visitCreateSchemaTemplateStatement(RelationalParser.CreateSchemaTemplateStatementContext ctx) Visit a parse tree produced by thecreateSchemaTemplateStatement
labeled alternative inRelationalParser.createStatement()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitCreateSchemaTemplateStatement
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCreateDatabaseStatement
Visit a parse tree produced by thecreateDatabaseStatement
labeled alternative inRelationalParser.createStatement()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitCreateDatabaseStatement
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOptionsClause
Visit a parse tree produced byRelationalParser.optionsClause()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOptionsClause
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOption
Visit a parse tree produced byRelationalParser.option()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOption
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDropDatabaseStatement
Visit a parse tree produced by thedropDatabaseStatement
labeled alternative inRelationalParser.dropStatement()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitDropDatabaseStatement
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDropSchemaTemplateStatement
Visit a parse tree produced by thedropSchemaTemplateStatement
labeled alternative inRelationalParser.dropStatement()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitDropSchemaTemplateStatement
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDropSchemaStatement
Visit a parse tree produced by thedropSchemaStatement
labeled alternative inRelationalParser.dropStatement()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitDropSchemaStatement
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitStructDefinition
Visit a parse tree produced byRelationalParser.structDefinition()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitStructDefinition
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTableDefinition
Visit a parse tree produced byRelationalParser.tableDefinition()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitTableDefinition
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitColumnDefinition
Visit a parse tree produced byRelationalParser.columnDefinition()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitColumnDefinition
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitColumnType
Visit a parse tree produced byRelationalParser.columnType()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitColumnType
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPrimitiveType
Visit a parse tree produced byRelationalParser.primitiveType()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitPrimitiveType
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitNullColumnConstraint
Visit a parse tree produced by thenullColumnConstraint
labeled alternative inRelationalParser.columnConstraint()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitNullColumnConstraint
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPrimaryKeyDefinition
Visit a parse tree produced byRelationalParser.primaryKeyDefinition()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitPrimaryKeyDefinition
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFullIdList
Visit a parse tree produced byRelationalParser.fullIdList()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitFullIdList
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitEnumDefinition
Visit a parse tree produced byRelationalParser.enumDefinition()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitEnumDefinition
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitIndexDefinition
Visit a parse tree produced byRelationalParser.indexDefinition()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitIndexDefinition
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitIndexAttributes
Visit a parse tree produced byRelationalParser.indexAttributes()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitIndexAttributes
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitIndexAttribute
Visit a parse tree produced byRelationalParser.indexAttribute()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitIndexAttribute
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCharSet
Visit a parse tree produced byRelationalParser.charSet()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitCharSet
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitIntervalType
Visit a parse tree produced byRelationalParser.intervalType()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitIntervalType
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSchemaId
Visit a parse tree produced byRelationalParser.schemaId()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitSchemaId
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPath
Visit a parse tree produced byRelationalParser.path()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitPath
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSchemaTemplateId
Visit a parse tree produced byRelationalParser.schemaTemplateId()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitSchemaTemplateId
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDeleteStatement
Visit a parse tree produced byRelationalParser.deleteStatement()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitDeleteStatement
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitInsertStatement
Visit a parse tree produced byRelationalParser.insertStatement()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitInsertStatement
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitContinuationAtom
Visit a parse tree produced byRelationalParser.continuationAtom()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitContinuationAtom
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSelectStatement
Visit a parse tree produced byRelationalParser.selectStatement()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitSelectStatement
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitQuery
Visit a parse tree produced byRelationalParser.query()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitQuery
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCtes
Visit a parse tree produced byRelationalParser.ctes()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitCtes
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitNamedQuery
Visit a parse tree produced byRelationalParser.namedQuery()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitNamedQuery
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitContinuation
Visit a parse tree produced byRelationalParser.continuation()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitContinuation
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitQueryTermDefault
Visit a parse tree produced by thequeryTermDefault
labeled alternative inRelationalParser.queryExpressionBody()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitQueryTermDefault
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSetQuery
Visit a parse tree produced by thesetQuery
labeled alternative inRelationalParser.queryExpressionBody()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitSetQuery
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitInsertStatementValueSelect
Visit a parse tree produced by theinsertStatementValueSelect
labeled alternative inRelationalParser.insertStatementValue()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitInsertStatementValueSelect
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitInsertStatementValueValues
Visit a parse tree produced by theinsertStatementValueValues
labeled alternative inRelationalParser.insertStatementValue()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitInsertStatementValueValues
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitUpdatedElement
Visit a parse tree produced byRelationalParser.updatedElement()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitUpdatedElement
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitAssignmentField
Visit a parse tree produced byRelationalParser.assignmentField()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitAssignmentField
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitUpdateStatement
Visit a parse tree produced byRelationalParser.updateStatement()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitUpdateStatement
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOrderByClause
Visit a parse tree produced byRelationalParser.orderByClause()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOrderByClause
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOrderByExpression
Visit a parse tree produced byRelationalParser.orderByExpression()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOrderByExpression
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTableSources
Visit a parse tree produced byRelationalParser.tableSources()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitTableSources
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTableSourceBase
Visit a parse tree produced by thetableSourceBase
labeled alternative inRelationalParser.tableSource()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitTableSourceBase
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitAtomTableItem
Visit a parse tree produced by theatomTableItem
labeled alternative inRelationalParser.tableSourceItem()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitAtomTableItem
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSubqueryTableItem
Visit a parse tree produced by thesubqueryTableItem
labeled alternative inRelationalParser.tableSourceItem()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitSubqueryTableItem
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitIndexHint
Visit a parse tree produced byRelationalParser.indexHint()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitIndexHint
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitIndexHintType
Visit a parse tree produced byRelationalParser.indexHintType()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitIndexHintType
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitInnerJoin
Visit a parse tree produced by theinnerJoin
labeled alternative inRelationalParser.joinPart()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitInnerJoin
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitStraightJoin
Visit a parse tree produced by thestraightJoin
labeled alternative inRelationalParser.joinPart()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitStraightJoin
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOuterJoin
Visit a parse tree produced by theouterJoin
labeled alternative inRelationalParser.joinPart()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOuterJoin
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitNaturalJoin
Visit a parse tree produced by thenaturalJoin
labeled alternative inRelationalParser.joinPart()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitNaturalJoin
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSimpleTable
Visit a parse tree produced by thesimpleTable
labeled alternative inRelationalParser.queryTerm()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitSimpleTable
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitParenthesisQuery
Visit a parse tree produced by theparenthesisQuery
labeled alternative inRelationalParser.queryTerm()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitParenthesisQuery
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSelectElements
Visit a parse tree produced byRelationalParser.selectElements()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitSelectElements
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSelectStarElement
Visit a parse tree produced by theselectStarElement
labeled alternative inRelationalParser.selectElement()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitSelectStarElement
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSelectQualifierStarElement
Visit a parse tree produced by theselectQualifierStarElement
labeled alternative inRelationalParser.selectElement()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitSelectQualifierStarElement
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSelectExpressionElement
Visit a parse tree produced by theselectExpressionElement
labeled alternative inRelationalParser.selectElement()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitSelectExpressionElement
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFromClause
Visit a parse tree produced byRelationalParser.fromClause()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitFromClause
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitGroupByClause
Visit a parse tree produced byRelationalParser.groupByClause()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitGroupByClause
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitWhereExpr
Visit a parse tree produced byRelationalParser.whereExpr()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitWhereExpr
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHavingClause
Visit a parse tree produced byRelationalParser.havingClause()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitHavingClause
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitGroupByItem
Visit a parse tree produced byRelationalParser.groupByItem()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitGroupByItem
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitLimitClause
Visit a parse tree produced byRelationalParser.limitClause()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitLimitClause
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitLimitClauseAtom
Visit a parse tree produced byRelationalParser.limitClauseAtom()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitLimitClauseAtom
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitQueryOptions
Visit a parse tree produced byRelationalParser.queryOptions()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitQueryOptions
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitQueryOption
Visit a parse tree produced byRelationalParser.queryOption()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitQueryOption
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitStartTransaction
Visit a parse tree produced byRelationalParser.startTransaction()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitStartTransaction
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCommitStatement
Visit a parse tree produced byRelationalParser.commitStatement()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitCommitStatement
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitRollbackStatement
Visit a parse tree produced byRelationalParser.rollbackStatement()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitRollbackStatement
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSetAutocommitStatement
Visit a parse tree produced byRelationalParser.setAutocommitStatement()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitSetAutocommitStatement
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSetTransactionStatement
Visit a parse tree produced byRelationalParser.setTransactionStatement()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitSetTransactionStatement
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTransactionOption
Visit a parse tree produced byRelationalParser.transactionOption()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitTransactionOption
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTransactionLevel
Visit a parse tree produced byRelationalParser.transactionLevel()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitTransactionLevel
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPrepareStatement
Visit a parse tree produced byRelationalParser.prepareStatement()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitPrepareStatement
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitExecuteStatement
Visit a parse tree produced byRelationalParser.executeStatement()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitExecuteStatement
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitShowDatabasesStatement
Visit a parse tree produced by theshowDatabasesStatement
labeled alternative inRelationalParser.showStatement()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitShowDatabasesStatement
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitShowSchemaTemplatesStatement
public T visitShowSchemaTemplatesStatement(RelationalParser.ShowSchemaTemplatesStatementContext ctx) Visit a parse tree produced by theshowSchemaTemplatesStatement
labeled alternative inRelationalParser.showStatement()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitShowSchemaTemplatesStatement
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSetVariable
Visit a parse tree produced by thesetVariable
labeled alternative inRelationalParser.setStatement()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitSetVariable
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSetCharset
Visit a parse tree produced by thesetCharset
labeled alternative inRelationalParser.setStatement()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitSetCharset
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSetNames
Visit a parse tree produced by thesetNames
labeled alternative inRelationalParser.setStatement()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitSetNames
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSetTransaction
Visit a parse tree produced by thesetTransaction
labeled alternative inRelationalParser.setStatement()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitSetTransaction
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSetAutocommit
Visit a parse tree produced by thesetAutocommit
labeled alternative inRelationalParser.setStatement()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitSetAutocommit
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSetNewValueInsideTrigger
Visit a parse tree produced by thesetNewValueInsideTrigger
labeled alternative inRelationalParser.setStatement()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitSetNewValueInsideTrigger
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitVariableClause
Visit a parse tree produced byRelationalParser.variableClause()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitVariableClause
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitKillStatement
Visit a parse tree produced byRelationalParser.killStatement()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitKillStatement
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitResetStatement
Visit a parse tree produced byRelationalParser.resetStatement()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitResetStatement
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitExecuteContinuationStatement
public T visitExecuteContinuationStatement(RelationalParser.ExecuteContinuationStatementContext ctx) Visit a parse tree produced byRelationalParser.executeContinuationStatement()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitExecuteContinuationStatement
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTableIndexes
Visit a parse tree produced byRelationalParser.tableIndexes()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitTableIndexes
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitLoadedTableIndexes
Visit a parse tree produced byRelationalParser.loadedTableIndexes()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitLoadedTableIndexes
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSimpleDescribeSchemaStatement
public T visitSimpleDescribeSchemaStatement(RelationalParser.SimpleDescribeSchemaStatementContext ctx) Visit a parse tree produced by thesimpleDescribeSchemaStatement
labeled alternative inRelationalParser.simpleDescribeStatement()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitSimpleDescribeSchemaStatement
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSimpleDescribeSchemaTemplateStatement
public T visitSimpleDescribeSchemaTemplateStatement(RelationalParser.SimpleDescribeSchemaTemplateStatementContext ctx) Visit a parse tree produced by thesimpleDescribeSchemaTemplateStatement
labeled alternative inRelationalParser.simpleDescribeStatement()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitSimpleDescribeSchemaTemplateStatement
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFullDescribeStatement
Visit a parse tree produced byRelationalParser.fullDescribeStatement()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitFullDescribeStatement
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHelpStatement
Visit a parse tree produced byRelationalParser.helpStatement()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitHelpStatement
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDescribeStatements
Visit a parse tree produced by thedescribeStatements
labeled alternative inRelationalParser.describeObjectClause()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitDescribeStatements
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDescribeConnection
Visit a parse tree produced by thedescribeConnection
labeled alternative inRelationalParser.describeObjectClause()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitDescribeConnection
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFullId
Visit a parse tree produced byRelationalParser.fullId()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitFullId
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTableName
Visit a parse tree produced byRelationalParser.tableName()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitTableName
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFullColumnName
Visit a parse tree produced byRelationalParser.fullColumnName()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitFullColumnName
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitIndexColumnName
Visit a parse tree produced byRelationalParser.indexColumnName()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitIndexColumnName
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCharsetName
Visit a parse tree produced byRelationalParser.charsetName()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitCharsetName
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCollationName
Visit a parse tree produced byRelationalParser.collationName()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitCollationName
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitUid
Visit a parse tree produced byRelationalParser.uid()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitUid
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSimpleId
Visit a parse tree produced byRelationalParser.simpleId()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitSimpleId
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitNullNotnull
Visit a parse tree produced byRelationalParser.nullNotnull()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitNullNotnull
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDecimalLiteral
Visit a parse tree produced byRelationalParser.decimalLiteral()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitDecimalLiteral
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitStringLiteral
Visit a parse tree produced byRelationalParser.stringLiteral()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitStringLiteral
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitBooleanLiteral
Visit a parse tree produced byRelationalParser.booleanLiteral()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitBooleanLiteral
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitBytesLiteral
Visit a parse tree produced byRelationalParser.bytesLiteral()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitBytesLiteral
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitNullLiteral
Visit a parse tree produced byRelationalParser.nullLiteral()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitNullLiteral
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitStringConstant
Visit a parse tree produced by thestringConstant
labeled alternative inRelationalParser.constant()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitStringConstant
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDecimalConstant
Visit a parse tree produced by thedecimalConstant
labeled alternative inRelationalParser.constant()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitDecimalConstant
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitNegativeDecimalConstant
Visit a parse tree produced by thenegativeDecimalConstant
labeled alternative inRelationalParser.constant()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitNegativeDecimalConstant
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitBytesConstant
Visit a parse tree produced by thebytesConstant
labeled alternative inRelationalParser.constant()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitBytesConstant
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitBooleanConstant
Visit a parse tree produced by thebooleanConstant
labeled alternative inRelationalParser.constant()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitBooleanConstant
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitBitStringConstant
Visit a parse tree produced by thebitStringConstant
labeled alternative inRelationalParser.constant()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitBitStringConstant
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitNullConstant
Visit a parse tree produced by thenullConstant
labeled alternative inRelationalParser.constant()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitNullConstant
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitStringDataType
Visit a parse tree produced by thestringDataType
labeled alternative inRelationalParser.dataType()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitStringDataType
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitNationalStringDataType
Visit a parse tree produced by thenationalStringDataType
labeled alternative inRelationalParser.dataType()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitNationalStringDataType
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitNationalVaryingStringDataType
public T visitNationalVaryingStringDataType(RelationalParser.NationalVaryingStringDataTypeContext ctx) Visit a parse tree produced by thenationalVaryingStringDataType
labeled alternative inRelationalParser.dataType()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitNationalVaryingStringDataType
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDimensionDataType
Visit a parse tree produced by thedimensionDataType
labeled alternative inRelationalParser.dataType()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitDimensionDataType
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSimpleDataType
Visit a parse tree produced by thesimpleDataType
labeled alternative inRelationalParser.dataType()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitSimpleDataType
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCollectionDataType
Visit a parse tree produced by thecollectionDataType
labeled alternative inRelationalParser.dataType()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitCollectionDataType
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSpatialDataType
Visit a parse tree produced by thespatialDataType
labeled alternative inRelationalParser.dataType()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitSpatialDataType
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitLongVarcharDataType
Visit a parse tree produced by thelongVarcharDataType
labeled alternative inRelationalParser.dataType()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitLongVarcharDataType
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitLongVarbinaryDataType
Visit a parse tree produced by thelongVarbinaryDataType
labeled alternative inRelationalParser.dataType()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitLongVarbinaryDataType
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCollectionOptions
Visit a parse tree produced byRelationalParser.collectionOptions()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitCollectionOptions
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitConvertedDataType
Visit a parse tree produced byRelationalParser.convertedDataType()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitConvertedDataType
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitLengthOneDimension
Visit a parse tree produced byRelationalParser.lengthOneDimension()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitLengthOneDimension
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitLengthTwoDimension
Visit a parse tree produced byRelationalParser.lengthTwoDimension()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitLengthTwoDimension
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitLengthTwoOptionalDimension
Visit a parse tree produced byRelationalParser.lengthTwoOptionalDimension()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitLengthTwoOptionalDimension
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitUidList
Visit a parse tree produced byRelationalParser.uidList()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitUidList
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitUidWithNestings
Visit a parse tree produced byRelationalParser.uidWithNestings()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitUidWithNestings
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitUidListWithNestingsInParens
Visit a parse tree produced byRelationalParser.uidListWithNestingsInParens()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitUidListWithNestingsInParens
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitUidListWithNestings
Visit a parse tree produced byRelationalParser.uidListWithNestings()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitUidListWithNestings
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTables
Visit a parse tree produced byRelationalParser.tables()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitTables
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitIndexColumnNames
Visit a parse tree produced byRelationalParser.indexColumnNames()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitIndexColumnNames
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitExpressions
Visit a parse tree produced byRelationalParser.expressions()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitExpressions
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitExpressionsWithDefaults
Visit a parse tree produced byRelationalParser.expressionsWithDefaults()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitExpressionsWithDefaults
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitRecordConstructorForInsert
Visit a parse tree produced byRelationalParser.recordConstructorForInsert()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitRecordConstructorForInsert
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitRecordConstructor
Visit a parse tree produced byRelationalParser.recordConstructor()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitRecordConstructor
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOfTypeClause
Visit a parse tree produced byRelationalParser.ofTypeClause()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOfTypeClause
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitArrayConstructor
Visit a parse tree produced byRelationalParser.arrayConstructor()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitArrayConstructor
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitUserVariables
Visit a parse tree produced byRelationalParser.userVariables()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitUserVariables
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDefaultValue
Visit a parse tree produced byRelationalParser.defaultValue()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitDefaultValue
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCurrentTimestamp
Visit a parse tree produced byRelationalParser.currentTimestamp()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitCurrentTimestamp
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitExpressionOrDefault
Visit a parse tree produced byRelationalParser.expressionOrDefault()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitExpressionOrDefault
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitExpressionWithName
Visit a parse tree produced byRelationalParser.expressionWithName()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitExpressionWithName
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitExpressionWithOptionalName
Visit a parse tree produced byRelationalParser.expressionWithOptionalName()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitExpressionWithOptionalName
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitIfExists
Visit a parse tree produced byRelationalParser.ifExists()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitIfExists
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitIfNotExists
Visit a parse tree produced byRelationalParser.ifNotExists()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitIfNotExists
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitAggregateFunctionCall
Visit a parse tree produced by theaggregateFunctionCall
labeled alternative inRelationalParser.functionCall()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitAggregateFunctionCall
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSpecificFunctionCall
Visit a parse tree produced by thespecificFunctionCall
labeled alternative inRelationalParser.functionCall()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitSpecificFunctionCall
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitScalarFunctionCall
Visit a parse tree produced by thescalarFunctionCall
labeled alternative inRelationalParser.functionCall()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitScalarFunctionCall
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSimpleFunctionCall
Visit a parse tree produced by thesimpleFunctionCall
labeled alternative inRelationalParser.specificFunction()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitSimpleFunctionCall
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDataTypeFunctionCall
Visit a parse tree produced by thedataTypeFunctionCall
labeled alternative inRelationalParser.specificFunction()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitDataTypeFunctionCall
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitValuesFunctionCall
Visit a parse tree produced by thevaluesFunctionCall
labeled alternative inRelationalParser.specificFunction()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitValuesFunctionCall
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCaseExpressionFunctionCall
Visit a parse tree produced by thecaseExpressionFunctionCall
labeled alternative inRelationalParser.specificFunction()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitCaseExpressionFunctionCall
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCaseFunctionCall
Visit a parse tree produced by thecaseFunctionCall
labeled alternative inRelationalParser.specificFunction()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitCaseFunctionCall
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCharFunctionCall
Visit a parse tree produced by thecharFunctionCall
labeled alternative inRelationalParser.specificFunction()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitCharFunctionCall
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPositionFunctionCall
Visit a parse tree produced by thepositionFunctionCall
labeled alternative inRelationalParser.specificFunction()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitPositionFunctionCall
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSubstrFunctionCall
Visit a parse tree produced by thesubstrFunctionCall
labeled alternative inRelationalParser.specificFunction()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitSubstrFunctionCall
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTrimFunctionCall
Visit a parse tree produced by thetrimFunctionCall
labeled alternative inRelationalParser.specificFunction()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitTrimFunctionCall
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitWeightFunctionCall
Visit a parse tree produced by theweightFunctionCall
labeled alternative inRelationalParser.specificFunction()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitWeightFunctionCall
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitExtractFunctionCall
Visit a parse tree produced by theextractFunctionCall
labeled alternative inRelationalParser.specificFunction()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitExtractFunctionCall
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitGetFormatFunctionCall
Visit a parse tree produced by thegetFormatFunctionCall
labeled alternative inRelationalParser.specificFunction()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitGetFormatFunctionCall
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCaseFuncAlternative
Visit a parse tree produced byRelationalParser.caseFuncAlternative()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitCaseFuncAlternative
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitLevelWeightList
Visit a parse tree produced by thelevelWeightList
labeled alternative inRelationalParser.levelsInWeightString()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitLevelWeightList
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitLevelWeightRange
Visit a parse tree produced by thelevelWeightRange
labeled alternative inRelationalParser.levelsInWeightString()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitLevelWeightRange
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitLevelInWeightListElement
Visit a parse tree produced byRelationalParser.levelInWeightListElement()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitLevelInWeightListElement
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitAggregateWindowedFunction
Visit a parse tree produced byRelationalParser.aggregateWindowedFunction()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitAggregateWindowedFunction
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitNonAggregateWindowedFunction
public T visitNonAggregateWindowedFunction(RelationalParser.NonAggregateWindowedFunctionContext ctx) Visit a parse tree produced byRelationalParser.nonAggregateWindowedFunction()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitNonAggregateWindowedFunction
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOverClause
Visit a parse tree produced byRelationalParser.overClause()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOverClause
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitWindowName
Visit a parse tree produced byRelationalParser.windowName()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitWindowName
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitScalarFunctionName
Visit a parse tree produced byRelationalParser.scalarFunctionName()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitScalarFunctionName
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFunctionArgs
Visit a parse tree produced byRelationalParser.functionArgs()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitFunctionArgs
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFunctionArg
Visit a parse tree produced byRelationalParser.functionArg()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitFunctionArg
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitIsExpression
Visit a parse tree produced by theisExpression
labeled alternative inRelationalParser.expression()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitIsExpression
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitNotExpression
Visit a parse tree produced by thenotExpression
labeled alternative inRelationalParser.expression()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitNotExpression
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitLikePredicate
Visit a parse tree produced by thelikePredicate
labeled alternative inRelationalParser.expression()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitLikePredicate
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitLogicalExpression
Visit a parse tree produced by thelogicalExpression
labeled alternative inRelationalParser.expression()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitLogicalExpression
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPredicateExpression
Visit a parse tree produced by thepredicateExpression
labeled alternative inRelationalParser.expression()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitPredicateExpression
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitExpressionAtomPredicate
Visit a parse tree produced by theexpressionAtomPredicate
labeled alternative inRelationalParser.predicate()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitExpressionAtomPredicate
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitBinaryComparisonPredicate
Visit a parse tree produced by thebinaryComparisonPredicate
labeled alternative inRelationalParser.predicate()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitBinaryComparisonPredicate
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitInPredicate
Visit a parse tree produced by theinPredicate
labeled alternative inRelationalParser.predicate()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitInPredicate
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitInList
Visit a parse tree produced byRelationalParser.inList()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitInList
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitJsonExpressionAtom
Visit a parse tree produced by thejsonExpressionAtom
labeled alternative inRelationalParser.expressionAtom()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitJsonExpressionAtom
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSubqueryExpressionAtom
Visit a parse tree produced by thesubqueryExpressionAtom
labeled alternative inRelationalParser.expressionAtom()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitSubqueryExpressionAtom
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitConstantExpressionAtom
Visit a parse tree produced by theconstantExpressionAtom
labeled alternative inRelationalParser.expressionAtom()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitConstantExpressionAtom
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFunctionCallExpressionAtom
Visit a parse tree produced by thefunctionCallExpressionAtom
labeled alternative inRelationalParser.expressionAtom()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitFunctionCallExpressionAtom
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFullColumnNameExpressionAtom
public T visitFullColumnNameExpressionAtom(RelationalParser.FullColumnNameExpressionAtomContext ctx) Visit a parse tree produced by thefullColumnNameExpressionAtom
labeled alternative inRelationalParser.expressionAtom()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitFullColumnNameExpressionAtom
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitBitExpressionAtom
Visit a parse tree produced by thebitExpressionAtom
labeled alternative inRelationalParser.expressionAtom()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitBitExpressionAtom
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPreparedStatementParameterAtom
public T visitPreparedStatementParameterAtom(RelationalParser.PreparedStatementParameterAtomContext ctx) Visit a parse tree produced by thepreparedStatementParameterAtom
labeled alternative inRelationalParser.expressionAtom()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitPreparedStatementParameterAtom
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitRecordConstructorExpressionAtom
public T visitRecordConstructorExpressionAtom(RelationalParser.RecordConstructorExpressionAtomContext ctx) Visit a parse tree produced by therecordConstructorExpressionAtom
labeled alternative inRelationalParser.expressionAtom()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitRecordConstructorExpressionAtom
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitArrayConstructorExpressionAtom
public T visitArrayConstructorExpressionAtom(RelationalParser.ArrayConstructorExpressionAtomContext ctx) Visit a parse tree produced by thearrayConstructorExpressionAtom
labeled alternative inRelationalParser.expressionAtom()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitArrayConstructorExpressionAtom
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitMathExpressionAtom
Visit a parse tree produced by themathExpressionAtom
labeled alternative inRelationalParser.expressionAtom()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitMathExpressionAtom
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitExistsExpressionAtom
Visit a parse tree produced by theexistsExpressionAtom
labeled alternative inRelationalParser.expressionAtom()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitExistsExpressionAtom
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitIntervalExpressionAtom
Visit a parse tree produced by theintervalExpressionAtom
labeled alternative inRelationalParser.expressionAtom()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitIntervalExpressionAtom
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPreparedStatementParameter
Visit a parse tree produced byRelationalParser.preparedStatementParameter()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitPreparedStatementParameter
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitUnaryOperator
Visit a parse tree produced byRelationalParser.unaryOperator()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitUnaryOperator
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitComparisonOperator
Visit a parse tree produced byRelationalParser.comparisonOperator()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitComparisonOperator
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitLogicalOperator
Visit a parse tree produced byRelationalParser.logicalOperator()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitLogicalOperator
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitBitOperator
Visit a parse tree produced byRelationalParser.bitOperator()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitBitOperator
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitMathOperator
Visit a parse tree produced byRelationalParser.mathOperator()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitMathOperator
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitJsonOperator
Visit a parse tree produced byRelationalParser.jsonOperator()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitJsonOperator
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCharsetNameBase
Visit a parse tree produced byRelationalParser.charsetNameBase()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitCharsetNameBase
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitIntervalTypeBase
Visit a parse tree produced byRelationalParser.intervalTypeBase()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitIntervalTypeBase
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitKeywordsCanBeId
Visit a parse tree produced byRelationalParser.keywordsCanBeId()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitKeywordsCanBeId
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFunctionNameBase
Visit a parse tree produced byRelationalParser.functionNameBase()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitFunctionNameBase
in interfaceRelationalParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-