Class SQL92StatementBaseVisitor<T>
- Type Parameters:
T- The return type of the visit operation. UseVoidfor operations with no return type.
- All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTreeVisitor<T>,SQL92StatementVisitor<T>
- Direct Known Subclasses:
SQL92StatementSQLVisitor
SQL92StatementVisitor,
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 bySQL92StatementParser.addColumnSpecification().Visit a parse tree produced bySQL92StatementParser.addConstraintSpecification().Visit a parse tree produced bySQL92StatementParser.aggregationFunction().Visit a parse tree produced bySQL92StatementParser.aggregationFunctionName().Visit a parse tree produced bySQL92StatementParser.alias().Visit a parse tree produced bySQL92StatementParser.alterDefinitionClause().Visit a parse tree produced bySQL92StatementParser.alterTable().Visit a parse tree produced bySQL92StatementParser.andOperator().Visit a parse tree produced bySQL92StatementParser.assignment().Visit a parse tree produced bySQL92StatementParser.assignmentValue().Visit a parse tree produced bySQL92StatementParser.assignmentValues().Visit a parse tree produced bySQL92StatementParser.bitExpr().Visit a parse tree produced bySQL92StatementParser.bitValueLiterals().Visit a parse tree produced bySQL92StatementParser.blobValue().Visit a parse tree produced bySQL92StatementParser.booleanLiterals().Visit a parse tree produced bySQL92StatementParser.booleanPrimary().Visit a parse tree produced bySQL92StatementParser.caseElse().Visit a parse tree produced bySQL92StatementParser.caseExpression().Visit a parse tree produced bySQL92StatementParser.caseWhen().Visit a parse tree produced bySQL92StatementParser.castFunction().Visit a parse tree produced bySQL92StatementParser.characterSet().Visit a parse tree produced bySQL92StatementParser.characterSetName().Visit a parse tree produced bySQL92StatementParser.checkConstraintDefinition().Visit a parse tree produced bySQL92StatementParser.collateClause().Visit a parse tree produced bySQL92StatementParser.columnDefinition().Visit a parse tree produced bySQL92StatementParser.columnName().Visit a parse tree produced bySQL92StatementParser.columnNames().Visit a parse tree produced bySQL92StatementParser.combineClause().Visit a parse tree produced bySQL92StatementParser.commit().Visit a parse tree produced bySQL92StatementParser.comparisonOperator().Visit a parse tree produced bySQL92StatementParser.constraintDefinition().Visit a parse tree produced bySQL92StatementParser.constraintName().Visit a parse tree produced bySQL92StatementParser.convertFunction().Visit a parse tree produced bySQL92StatementParser.createDatabase().Visit a parse tree produced bySQL92StatementParser.createDatabaseSpecification_().Visit a parse tree produced bySQL92StatementParser.createDefinition().Visit a parse tree produced bySQL92StatementParser.createDefinitionClause().Visit a parse tree produced bySQL92StatementParser.createLikeClause().Visit a parse tree produced bySQL92StatementParser.createTable().Visit a parse tree produced bySQL92StatementParser.createTableSpecification().Visit a parse tree produced bySQL92StatementParser.createView().Visit a parse tree produced bySQL92StatementParser.dataType().Visit a parse tree produced bySQL92StatementParser.dataTypeLength().Visit a parse tree produced bySQL92StatementParser.dataTypeName().Visit a parse tree produced bySQL92StatementParser.dataTypeOption().Visit a parse tree produced bySQL92StatementParser.dateTimeLiterals().Visit a parse tree produced bySQL92StatementParser.delete().Visit a parse tree produced bySQL92StatementParser.distinct().Visit a parse tree produced bySQL92StatementParser.dropBehaviour().Visit a parse tree produced bySQL92StatementParser.dropColumnSpecification().Visit a parse tree produced bySQL92StatementParser.dropConstraintSpecification().Visit a parse tree produced bySQL92StatementParser.dropDatabase().Visit a parse tree produced bySQL92StatementParser.dropTable().Visit a parse tree produced bySQL92StatementParser.dropView().Visit a parse tree produced bySQL92StatementParser.duplicateSpecification().Visit a parse tree produced bySQL92StatementParser.escapedTableReference().Visit a parse tree produced bySQL92StatementParser.execute().Visit a parse tree produced bySQL92StatementParser.expr().Visit a parse tree produced bySQL92StatementParser.extractFunction().Visit a parse tree produced bySQL92StatementParser.foreignKeyOption().Visit a parse tree produced bySQL92StatementParser.fromClause().Visit a parse tree produced bySQL92StatementParser.functionCall().Visit a parse tree produced bySQL92StatementParser.grant().Visit a parse tree produced bySQL92StatementParser.grantee().Visit a parse tree produced bySQL92StatementParser.groupByClause().Visit a parse tree produced bySQL92StatementParser.havingClause().Visit a parse tree produced bySQL92StatementParser.hexadecimalLiterals().Visit a parse tree produced bySQL92StatementParser.identifier().Visit a parse tree produced bySQL92StatementParser.ignoredIdentifier().Visit a parse tree produced bySQL92StatementParser.insert().Visit a parse tree produced bySQL92StatementParser.insertSelectClause().Visit a parse tree produced bySQL92StatementParser.insertValuesClause().Visit a parse tree produced bySQL92StatementParser.intervalExpression().Visit a parse tree produced bySQL92StatementParser.intervalUnit().Visit a parse tree produced bySQL92StatementParser.joinedTable().Visit a parse tree produced bySQL92StatementParser.joinSpecification().Visit a parse tree produced bySQL92StatementParser.keyPart().Visit a parse tree produced bySQL92StatementParser.keyParts().Visit a parse tree produced bySQL92StatementParser.levelOfIsolation().Visit a parse tree produced bySQL92StatementParser.limitClause().Visit a parse tree produced bySQL92StatementParser.limitOffset().Visit a parse tree produced bySQL92StatementParser.limitRowCount().Visit a parse tree produced bySQL92StatementParser.literals().Visit a parse tree produced bySQL92StatementParser.matchExpression().Visit a parse tree produced bySQL92StatementParser.modifyColumnSpecification().Visit a parse tree produced bySQL92StatementParser.name().Visit a parse tree produced bySQL92StatementParser.notOperator().Visit a parse tree produced bySQL92StatementParser.nullValueLiterals().Visit a parse tree produced bySQL92StatementParser.numberLiterals().Visit a parse tree produced bySQL92StatementParser.objectType().Visit a parse tree produced bySQL92StatementParser.onObjectClause().Visit a parse tree produced bySQL92StatementParser.orderByClause().Visit a parse tree produced bySQL92StatementParser.orderByItem().Visit a parse tree produced bySQL92StatementParser.orOperator().Visit a parse tree produced bySQL92StatementParser.owner().Visit a parse tree produced bySQL92StatementParser.parameterMarker().Visit a parse tree produced bySQL92StatementParser.positionFunction().Visit a parse tree produced bySQL92StatementParser.predicate().Visit a parse tree produced bySQL92StatementParser.primaryKey().Visit a parse tree produced bySQL92StatementParser.primaryKeyOption().Visit a parse tree produced bySQL92StatementParser.privilegeClause().Visit a parse tree produced bySQL92StatementParser.privilegeLevel().Visit a parse tree produced bySQL92StatementParser.privileges().Visit a parse tree produced bySQL92StatementParser.privilegeType().Visit a parse tree produced bySQL92StatementParser.projection().Visit a parse tree produced bySQL92StatementParser.projections().Visit a parse tree produced bySQL92StatementParser.qualifiedShorthand().Visit a parse tree produced bySQL92StatementParser.referenceDefinition().Visit a parse tree produced bySQL92StatementParser.referenceOption().Visit a parse tree produced bySQL92StatementParser.regularFunction().Visit a parse tree produced bySQL92StatementParser.regularFunctionName().Visit a parse tree produced bySQL92StatementParser.revoke().Visit a parse tree produced bySQL92StatementParser.rollback().Visit a parse tree produced bySQL92StatementParser.schemaName().Visit a parse tree produced bySQL92StatementParser.select().Visit a parse tree produced bySQL92StatementParser.selectClause().Visit a parse tree produced bySQL92StatementParser.selectSpecification().Visit a parse tree produced bySQL92StatementParser.setAssignmentsClause().Visit a parse tree produced bySQL92StatementParser.setTransaction().Visit a parse tree produced bySQL92StatementParser.simpleExpr().Visit a parse tree produced bySQL92StatementParser.singleTableClause().Visit a parse tree produced bySQL92StatementParser.specialFunction().Visit a parse tree produced bySQL92StatementParser.stringLiterals().Visit a parse tree produced bySQL92StatementParser.subquery().Visit a parse tree produced bySQL92StatementParser.substringFunction().Visit a parse tree produced bySQL92StatementParser.tableFactor().Visit a parse tree produced bySQL92StatementParser.tableName().Visit a parse tree produced bySQL92StatementParser.tableNames().Visit a parse tree produced bySQL92StatementParser.tableReference().Visit a parse tree produced bySQL92StatementParser.tableReferences().Visit a parse tree produced bySQL92StatementParser.trimFunction().Visit a parse tree produced bySQL92StatementParser.uniqueOption().Visit a parse tree produced bySQL92StatementParser.unqualifiedShorthand().Visit a parse tree produced bySQL92StatementParser.unreservedWord().Visit a parse tree produced bySQL92StatementParser.update().Visit a parse tree produced bySQL92StatementParser.variable().Visit a parse tree produced bySQL92StatementParser.viewName().Visit a parse tree produced bySQL92StatementParser.whereClause().Methods inherited from class org.antlr.v4.runtime.tree.AbstractParseTreeVisitor
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminalMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.antlr.v4.runtime.tree.ParseTreeVisitor
visit, visitChildren, visitErrorNode, visitTerminal
-
Constructor Details
-
SQL92StatementBaseVisitor
public SQL92StatementBaseVisitor()
-
-
Method Details
-
visitExecute
Visit a parse tree produced bySQL92StatementParser.execute().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExecutein interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateTable
Visit a parse tree produced bySQL92StatementParser.createTable().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateTablein interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterTable
Visit a parse tree produced bySQL92StatementParser.alterTable().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterTablein interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropTable
Visit a parse tree produced bySQL92StatementParser.dropTable().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropTablein interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateDatabase
Visit a parse tree produced bySQL92StatementParser.createDatabase().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateDatabasein interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropDatabase
Visit a parse tree produced bySQL92StatementParser.dropDatabase().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropDatabasein interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateView
Visit a parse tree produced bySQL92StatementParser.createView().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateViewin interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropView
Visit a parse tree produced bySQL92StatementParser.dropView().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropViewin interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateTableSpecification
Visit a parse tree produced bySQL92StatementParser.createTableSpecification().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateTableSpecificationin interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateDefinitionClause
Visit a parse tree produced bySQL92StatementParser.createDefinitionClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateDefinitionClausein interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateDatabaseSpecification_
public T visitCreateDatabaseSpecification_(SQL92StatementParser.CreateDatabaseSpecification_Context ctx) Visit a parse tree produced bySQL92StatementParser.createDatabaseSpecification_().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateDatabaseSpecification_in interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateDefinition
Visit a parse tree produced bySQL92StatementParser.createDefinition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateDefinitionin interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColumnDefinition
Visit a parse tree produced bySQL92StatementParser.columnDefinition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitColumnDefinitionin interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDataTypeOption
Visit a parse tree produced bySQL92StatementParser.dataTypeOption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDataTypeOptionin interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCheckConstraintDefinition
Visit a parse tree produced bySQL92StatementParser.checkConstraintDefinition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCheckConstraintDefinitionin interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReferenceDefinition
Visit a parse tree produced bySQL92StatementParser.referenceDefinition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitReferenceDefinitionin interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReferenceOption
Visit a parse tree produced bySQL92StatementParser.referenceOption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitReferenceOptionin interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitKeyParts
Visit a parse tree produced bySQL92StatementParser.keyParts().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitKeyPartsin interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitKeyPart
Visit a parse tree produced bySQL92StatementParser.keyPart().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitKeyPartin interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConstraintDefinition
Visit a parse tree produced bySQL92StatementParser.constraintDefinition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitConstraintDefinitionin interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrimaryKeyOption
Visit a parse tree produced bySQL92StatementParser.primaryKeyOption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPrimaryKeyOptionin interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrimaryKey
Visit a parse tree produced bySQL92StatementParser.primaryKey().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPrimaryKeyin interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUniqueOption
Visit a parse tree produced bySQL92StatementParser.uniqueOption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUniqueOptionin interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitForeignKeyOption
Visit a parse tree produced bySQL92StatementParser.foreignKeyOption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitForeignKeyOptionin interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateLikeClause
Visit a parse tree produced bySQL92StatementParser.createLikeClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateLikeClausein interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterDefinitionClause
Visit a parse tree produced bySQL92StatementParser.alterDefinitionClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterDefinitionClausein interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAddColumnSpecification
Visit a parse tree produced bySQL92StatementParser.addColumnSpecification().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAddColumnSpecificationin interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitModifyColumnSpecification
Visit a parse tree produced bySQL92StatementParser.modifyColumnSpecification().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitModifyColumnSpecificationin interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropColumnSpecification
Visit a parse tree produced bySQL92StatementParser.dropColumnSpecification().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropColumnSpecificationin interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAddConstraintSpecification
public T visitAddConstraintSpecification(SQL92StatementParser.AddConstraintSpecificationContext ctx) Visit a parse tree produced bySQL92StatementParser.addConstraintSpecification().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAddConstraintSpecificationin interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropConstraintSpecification
public T visitDropConstraintSpecification(SQL92StatementParser.DropConstraintSpecificationContext ctx) Visit a parse tree produced bySQL92StatementParser.dropConstraintSpecification().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropConstraintSpecificationin interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInsert
Visit a parse tree produced bySQL92StatementParser.insert().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInsertin interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInsertValuesClause
Visit a parse tree produced bySQL92StatementParser.insertValuesClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInsertValuesClausein interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInsertSelectClause
Visit a parse tree produced bySQL92StatementParser.insertSelectClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInsertSelectClausein interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUpdate
Visit a parse tree produced bySQL92StatementParser.update().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUpdatein interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAssignment
Visit a parse tree produced bySQL92StatementParser.assignment().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAssignmentin interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSetAssignmentsClause
Visit a parse tree produced bySQL92StatementParser.setAssignmentsClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSetAssignmentsClausein interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAssignmentValues
Visit a parse tree produced bySQL92StatementParser.assignmentValues().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAssignmentValuesin interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAssignmentValue
Visit a parse tree produced bySQL92StatementParser.assignmentValue().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAssignmentValuein interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBlobValue
Visit a parse tree produced bySQL92StatementParser.blobValue().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBlobValuein interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDelete
Visit a parse tree produced bySQL92StatementParser.delete().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDeletein interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSingleTableClause
Visit a parse tree produced bySQL92StatementParser.singleTableClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSingleTableClausein interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSelect
Visit a parse tree produced bySQL92StatementParser.select().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSelectin interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCombineClause
Visit a parse tree produced bySQL92StatementParser.combineClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCombineClausein interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSelectClause
Visit a parse tree produced bySQL92StatementParser.selectClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSelectClausein interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSelectSpecification
Visit a parse tree produced bySQL92StatementParser.selectSpecification().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSelectSpecificationin interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDuplicateSpecification
Visit a parse tree produced bySQL92StatementParser.duplicateSpecification().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDuplicateSpecificationin interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitProjections
Visit a parse tree produced bySQL92StatementParser.projections().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitProjectionsin interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitProjection
Visit a parse tree produced bySQL92StatementParser.projection().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitProjectionin interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlias
Visit a parse tree produced bySQL92StatementParser.alias().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAliasin interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUnqualifiedShorthand
Visit a parse tree produced bySQL92StatementParser.unqualifiedShorthand().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUnqualifiedShorthandin interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQualifiedShorthand
Visit a parse tree produced bySQL92StatementParser.qualifiedShorthand().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitQualifiedShorthandin interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFromClause
Visit a parse tree produced bySQL92StatementParser.fromClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFromClausein interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTableReferences
Visit a parse tree produced bySQL92StatementParser.tableReferences().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTableReferencesin interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEscapedTableReference
Visit a parse tree produced bySQL92StatementParser.escapedTableReference().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEscapedTableReferencein interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTableReference
Visit a parse tree produced bySQL92StatementParser.tableReference().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTableReferencein interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTableFactor
Visit a parse tree produced bySQL92StatementParser.tableFactor().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTableFactorin interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJoinedTable
Visit a parse tree produced bySQL92StatementParser.joinedTable().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitJoinedTablein interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJoinSpecification
Visit a parse tree produced bySQL92StatementParser.joinSpecification().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitJoinSpecificationin interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWhereClause
Visit a parse tree produced bySQL92StatementParser.whereClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWhereClausein interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGroupByClause
Visit a parse tree produced bySQL92StatementParser.groupByClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGroupByClausein interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHavingClause
Visit a parse tree produced bySQL92StatementParser.havingClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitHavingClausein interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLimitClause
Visit a parse tree produced bySQL92StatementParser.limitClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLimitClausein interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLimitRowCount
Visit a parse tree produced bySQL92StatementParser.limitRowCount().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLimitRowCountin interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLimitOffset
Visit a parse tree produced bySQL92StatementParser.limitOffset().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLimitOffsetin interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSubquery
Visit a parse tree produced bySQL92StatementParser.subquery().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSubqueryin interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitParameterMarker
Visit a parse tree produced bySQL92StatementParser.parameterMarker().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitParameterMarkerin interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLiterals
Visit a parse tree produced bySQL92StatementParser.literals().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLiteralsin interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStringLiterals
Visit a parse tree produced bySQL92StatementParser.stringLiterals().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStringLiteralsin interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNumberLiterals
Visit a parse tree produced bySQL92StatementParser.numberLiterals().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNumberLiteralsin interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDateTimeLiterals
Visit a parse tree produced bySQL92StatementParser.dateTimeLiterals().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDateTimeLiteralsin interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHexadecimalLiterals
Visit a parse tree produced bySQL92StatementParser.hexadecimalLiterals().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitHexadecimalLiteralsin interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBitValueLiterals
Visit a parse tree produced bySQL92StatementParser.bitValueLiterals().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBitValueLiteralsin interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBooleanLiterals
Visit a parse tree produced bySQL92StatementParser.booleanLiterals().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBooleanLiteralsin interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNullValueLiterals
Visit a parse tree produced bySQL92StatementParser.nullValueLiterals().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNullValueLiteralsin interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIdentifier
Visit a parse tree produced bySQL92StatementParser.identifier().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIdentifierin interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUnreservedWord
Visit a parse tree produced bySQL92StatementParser.unreservedWord().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUnreservedWordin interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVariable
Visit a parse tree produced bySQL92StatementParser.variable().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitVariablein interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSchemaName
Visit a parse tree produced bySQL92StatementParser.schemaName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSchemaNamein interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTableName
Visit a parse tree produced bySQL92StatementParser.tableName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTableNamein interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColumnName
Visit a parse tree produced bySQL92StatementParser.columnName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitColumnNamein interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitViewName
Visit a parse tree produced bySQL92StatementParser.viewName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitViewNamein interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOwner
Visit a parse tree produced bySQL92StatementParser.owner().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOwnerin interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitName
Visit a parse tree produced bySQL92StatementParser.name().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNamein interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConstraintName
Visit a parse tree produced bySQL92StatementParser.constraintName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitConstraintNamein interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColumnNames
Visit a parse tree produced bySQL92StatementParser.columnNames().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitColumnNamesin interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTableNames
Visit a parse tree produced bySQL92StatementParser.tableNames().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTableNamesin interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCharacterSetName
Visit a parse tree produced bySQL92StatementParser.characterSetName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCharacterSetNamein interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExpr
Visit a parse tree produced bySQL92StatementParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExprin interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAndOperator
Visit a parse tree produced bySQL92StatementParser.andOperator().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAndOperatorin interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOrOperator
Visit a parse tree produced bySQL92StatementParser.orOperator().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOrOperatorin interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNotOperator
Visit a parse tree produced bySQL92StatementParser.notOperator().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNotOperatorin interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBooleanPrimary
Visit a parse tree produced bySQL92StatementParser.booleanPrimary().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBooleanPrimaryin interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitComparisonOperator
Visit a parse tree produced bySQL92StatementParser.comparisonOperator().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitComparisonOperatorin interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPredicate
Visit a parse tree produced bySQL92StatementParser.predicate().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPredicatein interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBitExpr
Visit a parse tree produced bySQL92StatementParser.bitExpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBitExprin interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSimpleExpr
Visit a parse tree produced bySQL92StatementParser.simpleExpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSimpleExprin interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunctionCall
Visit a parse tree produced bySQL92StatementParser.functionCall().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFunctionCallin interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAggregationFunction
Visit a parse tree produced bySQL92StatementParser.aggregationFunction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAggregationFunctionin interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAggregationFunctionName
Visit a parse tree produced bySQL92StatementParser.aggregationFunctionName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAggregationFunctionNamein interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDistinct
Visit a parse tree produced bySQL92StatementParser.distinct().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDistinctin interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSpecialFunction
Visit a parse tree produced bySQL92StatementParser.specialFunction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSpecialFunctionin interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCastFunction
Visit a parse tree produced bySQL92StatementParser.castFunction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCastFunctionin interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConvertFunction
Visit a parse tree produced bySQL92StatementParser.convertFunction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitConvertFunctionin interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPositionFunction
Visit a parse tree produced bySQL92StatementParser.positionFunction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPositionFunctionin interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSubstringFunction
Visit a parse tree produced bySQL92StatementParser.substringFunction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSubstringFunctionin interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExtractFunction
Visit a parse tree produced bySQL92StatementParser.extractFunction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExtractFunctionin interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTrimFunction
Visit a parse tree produced bySQL92StatementParser.trimFunction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTrimFunctionin interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRegularFunction
Visit a parse tree produced bySQL92StatementParser.regularFunction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRegularFunctionin interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRegularFunctionName
Visit a parse tree produced bySQL92StatementParser.regularFunctionName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRegularFunctionNamein interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMatchExpression
Visit a parse tree produced bySQL92StatementParser.matchExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMatchExpressionin interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCaseExpression
Visit a parse tree produced bySQL92StatementParser.caseExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCaseExpressionin interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCaseWhen
Visit a parse tree produced bySQL92StatementParser.caseWhen().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCaseWhenin interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCaseElse
Visit a parse tree produced bySQL92StatementParser.caseElse().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCaseElsein interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIntervalExpression
Visit a parse tree produced bySQL92StatementParser.intervalExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIntervalExpressionin interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIntervalUnit
Visit a parse tree produced bySQL92StatementParser.intervalUnit().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIntervalUnitin interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOrderByClause
Visit a parse tree produced bySQL92StatementParser.orderByClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOrderByClausein interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOrderByItem
Visit a parse tree produced bySQL92StatementParser.orderByItem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOrderByItemin interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDataType
Visit a parse tree produced bySQL92StatementParser.dataType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDataTypein interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDataTypeName
Visit a parse tree produced bySQL92StatementParser.dataTypeName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDataTypeNamein interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDataTypeLength
Visit a parse tree produced bySQL92StatementParser.dataTypeLength().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDataTypeLengthin interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCharacterSet
Visit a parse tree produced bySQL92StatementParser.characterSet().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCharacterSetin interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCollateClause
Visit a parse tree produced bySQL92StatementParser.collateClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCollateClausein interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIgnoredIdentifier
Visit a parse tree produced bySQL92StatementParser.ignoredIdentifier().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIgnoredIdentifierin interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropBehaviour
Visit a parse tree produced bySQL92StatementParser.dropBehaviour().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropBehaviourin interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSetTransaction
Visit a parse tree produced bySQL92StatementParser.setTransaction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSetTransactionin interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCommit
Visit a parse tree produced bySQL92StatementParser.commit().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCommitin interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRollback
Visit a parse tree produced bySQL92StatementParser.rollback().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRollbackin interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLevelOfIsolation
Visit a parse tree produced bySQL92StatementParser.levelOfIsolation().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLevelOfIsolationin interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGrant
Visit a parse tree produced bySQL92StatementParser.grant().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGrantin interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRevoke
Visit a parse tree produced bySQL92StatementParser.revoke().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRevokein interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrivilegeClause
Visit a parse tree produced bySQL92StatementParser.privilegeClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPrivilegeClausein interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrivileges
Visit a parse tree produced bySQL92StatementParser.privileges().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPrivilegesin interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrivilegeType
Visit a parse tree produced bySQL92StatementParser.privilegeType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPrivilegeTypein interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGrantee
Visit a parse tree produced bySQL92StatementParser.grantee().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGranteein interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOnObjectClause
Visit a parse tree produced bySQL92StatementParser.onObjectClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOnObjectClausein interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitObjectType
Visit a parse tree produced bySQL92StatementParser.objectType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitObjectTypein interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrivilegeLevel
Visit a parse tree produced bySQL92StatementParser.privilegeLevel().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPrivilegeLevelin interfaceSQL92StatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-