Class SQL92StatementBaseVisitor<T>
- java.lang.Object
-
- org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T>
-
- org.apache.shardingsphere.sql.parser.autogen.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:
SQL92StatementVisitor
public class SQL92StatementBaseVisitor<T> extends org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T> implements SQL92StatementVisitor<T>
This class provides an empty implementation ofSQL92StatementVisitor, which can be extended to create a visitor which only needs to handle a subset of the available methods.
-
-
Constructor Summary
Constructors Constructor Description SQL92StatementBaseVisitor()
-
Method Summary
-
Methods inherited from class org.antlr.v4.runtime.tree.AbstractParseTreeVisitor
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminal
-
-
-
-
Method Detail
-
visitExecute
public T visitExecute(SQL92StatementParser.ExecuteContext ctx)
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
public T visitCreateTable(SQL92StatementParser.CreateTableContext ctx)
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
public T visitAlterTable(SQL92StatementParser.AlterTableContext ctx)
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
public T visitDropTable(SQL92StatementParser.DropTableContext ctx)
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
public T visitCreateDatabase(SQL92StatementParser.CreateDatabaseContext ctx)
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
public T visitDropDatabase(SQL92StatementParser.DropDatabaseContext ctx)
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
public T visitCreateView(SQL92StatementParser.CreateViewContext ctx)
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
public T visitDropView(SQL92StatementParser.DropViewContext ctx)
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
public T visitCreateTableSpecification(SQL92StatementParser.CreateTableSpecificationContext ctx)
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
public T visitCreateDefinitionClause(SQL92StatementParser.CreateDefinitionClauseContext ctx)
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
public T visitCreateDefinition(SQL92StatementParser.CreateDefinitionContext ctx)
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
public T visitColumnDefinition(SQL92StatementParser.ColumnDefinitionContext ctx)
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
public T visitDataTypeOption(SQL92StatementParser.DataTypeOptionContext ctx)
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
public T visitCheckConstraintDefinition(SQL92StatementParser.CheckConstraintDefinitionContext ctx)
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
public T visitReferenceDefinition(SQL92StatementParser.ReferenceDefinitionContext ctx)
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
public T visitReferenceOption(SQL92StatementParser.ReferenceOptionContext ctx)
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
public T visitKeyParts(SQL92StatementParser.KeyPartsContext ctx)
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
public T visitKeyPart(SQL92StatementParser.KeyPartContext ctx)
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
public T visitConstraintDefinition(SQL92StatementParser.ConstraintDefinitionContext ctx)
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
public T visitPrimaryKeyOption(SQL92StatementParser.PrimaryKeyOptionContext ctx)
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
public T visitPrimaryKey(SQL92StatementParser.PrimaryKeyContext ctx)
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
public T visitUniqueOption(SQL92StatementParser.UniqueOptionContext ctx)
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
public T visitForeignKeyOption(SQL92StatementParser.ForeignKeyOptionContext ctx)
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
public T visitCreateLikeClause(SQL92StatementParser.CreateLikeClauseContext ctx)
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
public T visitAlterDefinitionClause(SQL92StatementParser.AlterDefinitionClauseContext ctx)
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
public T visitAddColumnSpecification(SQL92StatementParser.AddColumnSpecificationContext ctx)
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
public T visitModifyColumnSpecification(SQL92StatementParser.ModifyColumnSpecificationContext ctx)
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
public T visitDropColumnSpecification(SQL92StatementParser.DropColumnSpecificationContext ctx)
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
public T visitInsert(SQL92StatementParser.InsertContext ctx)
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
public T visitInsertValuesClause(SQL92StatementParser.InsertValuesClauseContext ctx)
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
public T visitInsertSelectClause(SQL92StatementParser.InsertSelectClauseContext ctx)
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
public T visitUpdate(SQL92StatementParser.UpdateContext ctx)
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
public T visitAssignment(SQL92StatementParser.AssignmentContext ctx)
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
public T visitSetAssignmentsClause(SQL92StatementParser.SetAssignmentsClauseContext ctx)
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
public T visitAssignmentValues(SQL92StatementParser.AssignmentValuesContext ctx)
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
public T visitAssignmentValue(SQL92StatementParser.AssignmentValueContext ctx)
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
public T visitBlobValue(SQL92StatementParser.BlobValueContext ctx)
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
public T visitDelete(SQL92StatementParser.DeleteContext ctx)
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
public T visitSingleTableClause(SQL92StatementParser.SingleTableClauseContext ctx)
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
public T visitSelect(SQL92StatementParser.SelectContext ctx)
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
public T visitCombineClause(SQL92StatementParser.CombineClauseContext ctx)
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
public T visitSelectClause(SQL92StatementParser.SelectClauseContext ctx)
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
public T visitSelectSpecification(SQL92StatementParser.SelectSpecificationContext ctx)
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
public T visitDuplicateSpecification(SQL92StatementParser.DuplicateSpecificationContext ctx)
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
public T visitProjections(SQL92StatementParser.ProjectionsContext ctx)
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
public T visitProjection(SQL92StatementParser.ProjectionContext ctx)
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
public T visitAlias(SQL92StatementParser.AliasContext ctx)
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
public T visitUnqualifiedShorthand(SQL92StatementParser.UnqualifiedShorthandContext ctx)
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
public T visitQualifiedShorthand(SQL92StatementParser.QualifiedShorthandContext ctx)
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
public T visitFromClause(SQL92StatementParser.FromClauseContext ctx)
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
public T visitTableReferences(SQL92StatementParser.TableReferencesContext ctx)
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
public T visitEscapedTableReference(SQL92StatementParser.EscapedTableReferenceContext ctx)
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
public T visitTableReference(SQL92StatementParser.TableReferenceContext ctx)
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
public T visitTableFactor(SQL92StatementParser.TableFactorContext ctx)
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
public T visitJoinedTable(SQL92StatementParser.JoinedTableContext ctx)
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
public T visitJoinSpecification(SQL92StatementParser.JoinSpecificationContext ctx)
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
public T visitWhereClause(SQL92StatementParser.WhereClauseContext ctx)
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
public T visitGroupByClause(SQL92StatementParser.GroupByClauseContext ctx)
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
public T visitHavingClause(SQL92StatementParser.HavingClauseContext ctx)
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
public T visitLimitClause(SQL92StatementParser.LimitClauseContext ctx)
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
public T visitLimitRowCount(SQL92StatementParser.LimitRowCountContext ctx)
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
public T visitLimitOffset(SQL92StatementParser.LimitOffsetContext ctx)
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
public T visitSubquery(SQL92StatementParser.SubqueryContext ctx)
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
public T visitParameterMarker(SQL92StatementParser.ParameterMarkerContext ctx)
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
public T visitLiterals(SQL92StatementParser.LiteralsContext ctx)
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
public T visitStringLiterals(SQL92StatementParser.StringLiteralsContext ctx)
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
public T visitNumberLiterals(SQL92StatementParser.NumberLiteralsContext ctx)
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
public T visitDateTimeLiterals(SQL92StatementParser.DateTimeLiteralsContext ctx)
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
public T visitHexadecimalLiterals(SQL92StatementParser.HexadecimalLiteralsContext ctx)
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
public T visitBitValueLiterals(SQL92StatementParser.BitValueLiteralsContext ctx)
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
public T visitBooleanLiterals(SQL92StatementParser.BooleanLiteralsContext ctx)
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
public T visitNullValueLiterals(SQL92StatementParser.NullValueLiteralsContext ctx)
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
public T visitIdentifier(SQL92StatementParser.IdentifierContext ctx)
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
public T visitUnreservedWord(SQL92StatementParser.UnreservedWordContext ctx)
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
public T visitVariable(SQL92StatementParser.VariableContext ctx)
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
public T visitSchemaName(SQL92StatementParser.SchemaNameContext ctx)
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
public T visitTableName(SQL92StatementParser.TableNameContext ctx)
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
public T visitColumnName(SQL92StatementParser.ColumnNameContext ctx)
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
public T visitViewName(SQL92StatementParser.ViewNameContext ctx)
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
public T visitOwner(SQL92StatementParser.OwnerContext ctx)
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
public T visitName(SQL92StatementParser.NameContext ctx)
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
public T visitConstraintName(SQL92StatementParser.ConstraintNameContext ctx)
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
public T visitColumnNames(SQL92StatementParser.ColumnNamesContext ctx)
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
public T visitTableNames(SQL92StatementParser.TableNamesContext ctx)
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
public T visitCharacterSetName(SQL92StatementParser.CharacterSetNameContext ctx)
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
public T visitExpr(SQL92StatementParser.ExprContext ctx)
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
public T visitAndOperator(SQL92StatementParser.AndOperatorContext ctx)
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
public T visitOrOperator(SQL92StatementParser.OrOperatorContext ctx)
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
public T visitNotOperator(SQL92StatementParser.NotOperatorContext ctx)
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
public T visitBooleanPrimary(SQL92StatementParser.BooleanPrimaryContext ctx)
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
public T visitComparisonOperator(SQL92StatementParser.ComparisonOperatorContext ctx)
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
public T visitPredicate(SQL92StatementParser.PredicateContext ctx)
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
public T visitBitExpr(SQL92StatementParser.BitExprContext ctx)
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
public T visitSimpleExpr(SQL92StatementParser.SimpleExprContext ctx)
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
public T visitFunctionCall(SQL92StatementParser.FunctionCallContext ctx)
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
public T visitAggregationFunction(SQL92StatementParser.AggregationFunctionContext ctx)
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
public T visitAggregationFunctionName(SQL92StatementParser.AggregationFunctionNameContext ctx)
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
public T visitDistinct(SQL92StatementParser.DistinctContext ctx)
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
public T visitSpecialFunction(SQL92StatementParser.SpecialFunctionContext ctx)
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
public T visitCastFunction(SQL92StatementParser.CastFunctionContext ctx)
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
public T visitConvertFunction(SQL92StatementParser.ConvertFunctionContext ctx)
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
public T visitPositionFunction(SQL92StatementParser.PositionFunctionContext ctx)
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
public T visitSubstringFunction(SQL92StatementParser.SubstringFunctionContext ctx)
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
public T visitExtractFunction(SQL92StatementParser.ExtractFunctionContext ctx)
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
public T visitTrimFunction(SQL92StatementParser.TrimFunctionContext ctx)
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
public T visitRegularFunction(SQL92StatementParser.RegularFunctionContext ctx)
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
public T visitRegularFunctionName(SQL92StatementParser.RegularFunctionNameContext ctx)
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
public T visitMatchExpression(SQL92StatementParser.MatchExpressionContext ctx)
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
public T visitCaseExpression(SQL92StatementParser.CaseExpressionContext ctx)
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
public T visitCaseWhen(SQL92StatementParser.CaseWhenContext ctx)
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
public T visitCaseElse(SQL92StatementParser.CaseElseContext ctx)
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
public T visitIntervalExpression(SQL92StatementParser.IntervalExpressionContext ctx)
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
public T visitIntervalUnit(SQL92StatementParser.IntervalUnitContext ctx)
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
public T visitOrderByClause(SQL92StatementParser.OrderByClauseContext ctx)
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
public T visitOrderByItem(SQL92StatementParser.OrderByItemContext ctx)
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
public T visitDataType(SQL92StatementParser.DataTypeContext ctx)
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
public T visitDataTypeName(SQL92StatementParser.DataTypeNameContext ctx)
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
public T visitDataTypeLength(SQL92StatementParser.DataTypeLengthContext ctx)
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
public T visitCharacterSet(SQL92StatementParser.CharacterSetContext ctx)
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
public T visitCollateClause(SQL92StatementParser.CollateClauseContext ctx)
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
public T visitIgnoredIdentifier(SQL92StatementParser.IgnoredIdentifierContext ctx)
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
public T visitDropBehaviour(SQL92StatementParser.DropBehaviourContext ctx)
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
public T visitSetTransaction(SQL92StatementParser.SetTransactionContext ctx)
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
public T visitCommit(SQL92StatementParser.CommitContext ctx)
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
public T visitRollback(SQL92StatementParser.RollbackContext ctx)
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
public T visitLevelOfIsolation(SQL92StatementParser.LevelOfIsolationContext ctx)
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
public T visitGrant(SQL92StatementParser.GrantContext ctx)
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
public T visitRevoke(SQL92StatementParser.RevokeContext ctx)
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
public T visitPrivilegeClause(SQL92StatementParser.PrivilegeClauseContext ctx)
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
public T visitPrivileges(SQL92StatementParser.PrivilegesContext ctx)
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
public T visitPrivilegeType(SQL92StatementParser.PrivilegeTypeContext ctx)
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
public T visitGrantee(SQL92StatementParser.GranteeContext ctx)
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
public T visitOnObjectClause(SQL92StatementParser.OnObjectClauseContext ctx)
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
public T visitObjectType(SQL92StatementParser.ObjectTypeContext ctx)
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
public T visitPrivilegeLevel(SQL92StatementParser.PrivilegeLevelContext ctx)
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
-
-