T - The return type of the visit operation. Use Void for
operations with no return type.public interface SQL92StatementVisitor<T>
extends org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
SQL92StatementParser.T visitExecute(SQL92StatementParser.ExecuteContext ctx)
SQL92StatementParser.execute().ctx - the parse treeT visitCreateTable(SQL92StatementParser.CreateTableContext ctx)
SQL92StatementParser.createTable().ctx - the parse treeT visitAlterTable(SQL92StatementParser.AlterTableContext ctx)
SQL92StatementParser.alterTable().ctx - the parse treeT visitDropTable(SQL92StatementParser.DropTableContext ctx)
SQL92StatementParser.dropTable().ctx - the parse treeT visitCreateDatabase(SQL92StatementParser.CreateDatabaseContext ctx)
SQL92StatementParser.createDatabase().ctx - the parse treeT visitDropDatabase(SQL92StatementParser.DropDatabaseContext ctx)
SQL92StatementParser.dropDatabase().ctx - the parse treeT visitCreateView(SQL92StatementParser.CreateViewContext ctx)
SQL92StatementParser.createView().ctx - the parse treeT visitDropView(SQL92StatementParser.DropViewContext ctx)
SQL92StatementParser.dropView().ctx - the parse treeT visitCreateTableSpecification(SQL92StatementParser.CreateTableSpecificationContext ctx)
SQL92StatementParser.createTableSpecification().ctx - the parse treeT visitCreateDefinitionClause(SQL92StatementParser.CreateDefinitionClauseContext ctx)
SQL92StatementParser.createDefinitionClause().ctx - the parse treeT visitCreateDatabaseSpecification_(SQL92StatementParser.CreateDatabaseSpecification_Context ctx)
SQL92StatementParser.createDatabaseSpecification_().ctx - the parse treeT visitCreateDefinition(SQL92StatementParser.CreateDefinitionContext ctx)
SQL92StatementParser.createDefinition().ctx - the parse treeT visitColumnDefinition(SQL92StatementParser.ColumnDefinitionContext ctx)
SQL92StatementParser.columnDefinition().ctx - the parse treeT visitDataTypeOption(SQL92StatementParser.DataTypeOptionContext ctx)
SQL92StatementParser.dataTypeOption().ctx - the parse treeT visitCheckConstraintDefinition(SQL92StatementParser.CheckConstraintDefinitionContext ctx)
SQL92StatementParser.checkConstraintDefinition().ctx - the parse treeT visitReferenceDefinition(SQL92StatementParser.ReferenceDefinitionContext ctx)
SQL92StatementParser.referenceDefinition().ctx - the parse treeT visitReferenceOption(SQL92StatementParser.ReferenceOptionContext ctx)
SQL92StatementParser.referenceOption().ctx - the parse treeT visitKeyParts(SQL92StatementParser.KeyPartsContext ctx)
SQL92StatementParser.keyParts().ctx - the parse treeT visitKeyPart(SQL92StatementParser.KeyPartContext ctx)
SQL92StatementParser.keyPart().ctx - the parse treeT visitConstraintDefinition(SQL92StatementParser.ConstraintDefinitionContext ctx)
SQL92StatementParser.constraintDefinition().ctx - the parse treeT visitPrimaryKeyOption(SQL92StatementParser.PrimaryKeyOptionContext ctx)
SQL92StatementParser.primaryKeyOption().ctx - the parse treeT visitPrimaryKey(SQL92StatementParser.PrimaryKeyContext ctx)
SQL92StatementParser.primaryKey().ctx - the parse treeT visitUniqueOption(SQL92StatementParser.UniqueOptionContext ctx)
SQL92StatementParser.uniqueOption().ctx - the parse treeT visitForeignKeyOption(SQL92StatementParser.ForeignKeyOptionContext ctx)
SQL92StatementParser.foreignKeyOption().ctx - the parse treeT visitCreateLikeClause(SQL92StatementParser.CreateLikeClauseContext ctx)
SQL92StatementParser.createLikeClause().ctx - the parse treeT visitAlterDefinitionClause(SQL92StatementParser.AlterDefinitionClauseContext ctx)
SQL92StatementParser.alterDefinitionClause().ctx - the parse treeT visitAddColumnSpecification(SQL92StatementParser.AddColumnSpecificationContext ctx)
SQL92StatementParser.addColumnSpecification().ctx - the parse treeT visitModifyColumnSpecification(SQL92StatementParser.ModifyColumnSpecificationContext ctx)
SQL92StatementParser.modifyColumnSpecification().ctx - the parse treeT visitDropColumnSpecification(SQL92StatementParser.DropColumnSpecificationContext ctx)
SQL92StatementParser.dropColumnSpecification().ctx - the parse treeT visitAddConstraintSpecification(SQL92StatementParser.AddConstraintSpecificationContext ctx)
SQL92StatementParser.addConstraintSpecification().ctx - the parse treeT visitDropConstraintSpecification(SQL92StatementParser.DropConstraintSpecificationContext ctx)
SQL92StatementParser.dropConstraintSpecification().ctx - the parse treeT visitInsert(SQL92StatementParser.InsertContext ctx)
SQL92StatementParser.insert().ctx - the parse treeT visitInsertValuesClause(SQL92StatementParser.InsertValuesClauseContext ctx)
SQL92StatementParser.insertValuesClause().ctx - the parse treeT visitInsertSelectClause(SQL92StatementParser.InsertSelectClauseContext ctx)
SQL92StatementParser.insertSelectClause().ctx - the parse treeT visitUpdate(SQL92StatementParser.UpdateContext ctx)
SQL92StatementParser.update().ctx - the parse treeT visitAssignment(SQL92StatementParser.AssignmentContext ctx)
SQL92StatementParser.assignment().ctx - the parse treeT visitSetAssignmentsClause(SQL92StatementParser.SetAssignmentsClauseContext ctx)
SQL92StatementParser.setAssignmentsClause().ctx - the parse treeT visitAssignmentValues(SQL92StatementParser.AssignmentValuesContext ctx)
SQL92StatementParser.assignmentValues().ctx - the parse treeT visitAssignmentValue(SQL92StatementParser.AssignmentValueContext ctx)
SQL92StatementParser.assignmentValue().ctx - the parse treeT visitBlobValue(SQL92StatementParser.BlobValueContext ctx)
SQL92StatementParser.blobValue().ctx - the parse treeT visitDelete(SQL92StatementParser.DeleteContext ctx)
SQL92StatementParser.delete().ctx - the parse treeT visitSingleTableClause(SQL92StatementParser.SingleTableClauseContext ctx)
SQL92StatementParser.singleTableClause().ctx - the parse treeT visitSelect(SQL92StatementParser.SelectContext ctx)
SQL92StatementParser.select().ctx - the parse treeT visitCombineClause(SQL92StatementParser.CombineClauseContext ctx)
SQL92StatementParser.combineClause().ctx - the parse treeT visitSelectClause(SQL92StatementParser.SelectClauseContext ctx)
SQL92StatementParser.selectClause().ctx - the parse treeT visitSelectSpecification(SQL92StatementParser.SelectSpecificationContext ctx)
SQL92StatementParser.selectSpecification().ctx - the parse treeT visitDuplicateSpecification(SQL92StatementParser.DuplicateSpecificationContext ctx)
SQL92StatementParser.duplicateSpecification().ctx - the parse treeT visitProjections(SQL92StatementParser.ProjectionsContext ctx)
SQL92StatementParser.projections().ctx - the parse treeT visitProjection(SQL92StatementParser.ProjectionContext ctx)
SQL92StatementParser.projection().ctx - the parse treeT visitAlias(SQL92StatementParser.AliasContext ctx)
SQL92StatementParser.alias().ctx - the parse treeT visitUnqualifiedShorthand(SQL92StatementParser.UnqualifiedShorthandContext ctx)
SQL92StatementParser.unqualifiedShorthand().ctx - the parse treeT visitQualifiedShorthand(SQL92StatementParser.QualifiedShorthandContext ctx)
SQL92StatementParser.qualifiedShorthand().ctx - the parse treeT visitFromClause(SQL92StatementParser.FromClauseContext ctx)
SQL92StatementParser.fromClause().ctx - the parse treeT visitTableReferences(SQL92StatementParser.TableReferencesContext ctx)
SQL92StatementParser.tableReferences().ctx - the parse treeT visitEscapedTableReference(SQL92StatementParser.EscapedTableReferenceContext ctx)
SQL92StatementParser.escapedTableReference().ctx - the parse treeT visitTableReference(SQL92StatementParser.TableReferenceContext ctx)
SQL92StatementParser.tableReference().ctx - the parse treeT visitTableFactor(SQL92StatementParser.TableFactorContext ctx)
SQL92StatementParser.tableFactor().ctx - the parse treeT visitJoinedTable(SQL92StatementParser.JoinedTableContext ctx)
SQL92StatementParser.joinedTable().ctx - the parse treeT visitJoinSpecification(SQL92StatementParser.JoinSpecificationContext ctx)
SQL92StatementParser.joinSpecification().ctx - the parse treeT visitWhereClause(SQL92StatementParser.WhereClauseContext ctx)
SQL92StatementParser.whereClause().ctx - the parse treeT visitGroupByClause(SQL92StatementParser.GroupByClauseContext ctx)
SQL92StatementParser.groupByClause().ctx - the parse treeT visitHavingClause(SQL92StatementParser.HavingClauseContext ctx)
SQL92StatementParser.havingClause().ctx - the parse treeT visitLimitClause(SQL92StatementParser.LimitClauseContext ctx)
SQL92StatementParser.limitClause().ctx - the parse treeT visitLimitRowCount(SQL92StatementParser.LimitRowCountContext ctx)
SQL92StatementParser.limitRowCount().ctx - the parse treeT visitLimitOffset(SQL92StatementParser.LimitOffsetContext ctx)
SQL92StatementParser.limitOffset().ctx - the parse treeT visitSubquery(SQL92StatementParser.SubqueryContext ctx)
SQL92StatementParser.subquery().ctx - the parse treeT visitParameterMarker(SQL92StatementParser.ParameterMarkerContext ctx)
SQL92StatementParser.parameterMarker().ctx - the parse treeT visitLiterals(SQL92StatementParser.LiteralsContext ctx)
SQL92StatementParser.literals().ctx - the parse treeT visitStringLiterals(SQL92StatementParser.StringLiteralsContext ctx)
SQL92StatementParser.stringLiterals().ctx - the parse treeT visitNumberLiterals(SQL92StatementParser.NumberLiteralsContext ctx)
SQL92StatementParser.numberLiterals().ctx - the parse treeT visitDateTimeLiterals(SQL92StatementParser.DateTimeLiteralsContext ctx)
SQL92StatementParser.dateTimeLiterals().ctx - the parse treeT visitHexadecimalLiterals(SQL92StatementParser.HexadecimalLiteralsContext ctx)
SQL92StatementParser.hexadecimalLiterals().ctx - the parse treeT visitBitValueLiterals(SQL92StatementParser.BitValueLiteralsContext ctx)
SQL92StatementParser.bitValueLiterals().ctx - the parse treeT visitBooleanLiterals(SQL92StatementParser.BooleanLiteralsContext ctx)
SQL92StatementParser.booleanLiterals().ctx - the parse treeT visitNullValueLiterals(SQL92StatementParser.NullValueLiteralsContext ctx)
SQL92StatementParser.nullValueLiterals().ctx - the parse treeT visitIdentifier(SQL92StatementParser.IdentifierContext ctx)
SQL92StatementParser.identifier().ctx - the parse treeT visitUnreservedWord(SQL92StatementParser.UnreservedWordContext ctx)
SQL92StatementParser.unreservedWord().ctx - the parse treeT visitVariable(SQL92StatementParser.VariableContext ctx)
SQL92StatementParser.variable().ctx - the parse treeT visitSchemaName(SQL92StatementParser.SchemaNameContext ctx)
SQL92StatementParser.schemaName().ctx - the parse treeT visitTableName(SQL92StatementParser.TableNameContext ctx)
SQL92StatementParser.tableName().ctx - the parse treeT visitColumnName(SQL92StatementParser.ColumnNameContext ctx)
SQL92StatementParser.columnName().ctx - the parse treeT visitViewName(SQL92StatementParser.ViewNameContext ctx)
SQL92StatementParser.viewName().ctx - the parse treeT visitOwner(SQL92StatementParser.OwnerContext ctx)
SQL92StatementParser.owner().ctx - the parse treeT visitName(SQL92StatementParser.NameContext ctx)
SQL92StatementParser.name().ctx - the parse treeT visitConstraintName(SQL92StatementParser.ConstraintNameContext ctx)
SQL92StatementParser.constraintName().ctx - the parse treeT visitColumnNames(SQL92StatementParser.ColumnNamesContext ctx)
SQL92StatementParser.columnNames().ctx - the parse treeT visitTableNames(SQL92StatementParser.TableNamesContext ctx)
SQL92StatementParser.tableNames().ctx - the parse treeT visitCharacterSetName(SQL92StatementParser.CharacterSetNameContext ctx)
SQL92StatementParser.characterSetName().ctx - the parse treeT visitExpr(SQL92StatementParser.ExprContext ctx)
SQL92StatementParser.expr().ctx - the parse treeT visitAndOperator(SQL92StatementParser.AndOperatorContext ctx)
SQL92StatementParser.andOperator().ctx - the parse treeT visitOrOperator(SQL92StatementParser.OrOperatorContext ctx)
SQL92StatementParser.orOperator().ctx - the parse treeT visitNotOperator(SQL92StatementParser.NotOperatorContext ctx)
SQL92StatementParser.notOperator().ctx - the parse treeT visitBooleanPrimary(SQL92StatementParser.BooleanPrimaryContext ctx)
SQL92StatementParser.booleanPrimary().ctx - the parse treeT visitComparisonOperator(SQL92StatementParser.ComparisonOperatorContext ctx)
SQL92StatementParser.comparisonOperator().ctx - the parse treeT visitPredicate(SQL92StatementParser.PredicateContext ctx)
SQL92StatementParser.predicate().ctx - the parse treeT visitBitExpr(SQL92StatementParser.BitExprContext ctx)
SQL92StatementParser.bitExpr().ctx - the parse treeT visitSimpleExpr(SQL92StatementParser.SimpleExprContext ctx)
SQL92StatementParser.simpleExpr().ctx - the parse treeT visitFunctionCall(SQL92StatementParser.FunctionCallContext ctx)
SQL92StatementParser.functionCall().ctx - the parse treeT visitAggregationFunction(SQL92StatementParser.AggregationFunctionContext ctx)
SQL92StatementParser.aggregationFunction().ctx - the parse treeT visitAggregationFunctionName(SQL92StatementParser.AggregationFunctionNameContext ctx)
SQL92StatementParser.aggregationFunctionName().ctx - the parse treeT visitDistinct(SQL92StatementParser.DistinctContext ctx)
SQL92StatementParser.distinct().ctx - the parse treeT visitSpecialFunction(SQL92StatementParser.SpecialFunctionContext ctx)
SQL92StatementParser.specialFunction().ctx - the parse treeT visitCastFunction(SQL92StatementParser.CastFunctionContext ctx)
SQL92StatementParser.castFunction().ctx - the parse treeT visitConvertFunction(SQL92StatementParser.ConvertFunctionContext ctx)
SQL92StatementParser.convertFunction().ctx - the parse treeT visitPositionFunction(SQL92StatementParser.PositionFunctionContext ctx)
SQL92StatementParser.positionFunction().ctx - the parse treeT visitSubstringFunction(SQL92StatementParser.SubstringFunctionContext ctx)
SQL92StatementParser.substringFunction().ctx - the parse treeT visitExtractFunction(SQL92StatementParser.ExtractFunctionContext ctx)
SQL92StatementParser.extractFunction().ctx - the parse treeT visitTrimFunction(SQL92StatementParser.TrimFunctionContext ctx)
SQL92StatementParser.trimFunction().ctx - the parse treeT visitRegularFunction(SQL92StatementParser.RegularFunctionContext ctx)
SQL92StatementParser.regularFunction().ctx - the parse treeT visitRegularFunctionName(SQL92StatementParser.RegularFunctionNameContext ctx)
SQL92StatementParser.regularFunctionName().ctx - the parse treeT visitMatchExpression(SQL92StatementParser.MatchExpressionContext ctx)
SQL92StatementParser.matchExpression().ctx - the parse treeT visitCaseExpression(SQL92StatementParser.CaseExpressionContext ctx)
SQL92StatementParser.caseExpression().ctx - the parse treeT visitCaseWhen(SQL92StatementParser.CaseWhenContext ctx)
SQL92StatementParser.caseWhen().ctx - the parse treeT visitCaseElse(SQL92StatementParser.CaseElseContext ctx)
SQL92StatementParser.caseElse().ctx - the parse treeT visitIntervalExpression(SQL92StatementParser.IntervalExpressionContext ctx)
SQL92StatementParser.intervalExpression().ctx - the parse treeT visitIntervalUnit(SQL92StatementParser.IntervalUnitContext ctx)
SQL92StatementParser.intervalUnit().ctx - the parse treeT visitOrderByClause(SQL92StatementParser.OrderByClauseContext ctx)
SQL92StatementParser.orderByClause().ctx - the parse treeT visitOrderByItem(SQL92StatementParser.OrderByItemContext ctx)
SQL92StatementParser.orderByItem().ctx - the parse treeT visitDataType(SQL92StatementParser.DataTypeContext ctx)
SQL92StatementParser.dataType().ctx - the parse treeT visitDataTypeName(SQL92StatementParser.DataTypeNameContext ctx)
SQL92StatementParser.dataTypeName().ctx - the parse treeT visitDataTypeLength(SQL92StatementParser.DataTypeLengthContext ctx)
SQL92StatementParser.dataTypeLength().ctx - the parse treeT visitCharacterSet(SQL92StatementParser.CharacterSetContext ctx)
SQL92StatementParser.characterSet().ctx - the parse treeT visitCollateClause(SQL92StatementParser.CollateClauseContext ctx)
SQL92StatementParser.collateClause().ctx - the parse treeT visitIgnoredIdentifier(SQL92StatementParser.IgnoredIdentifierContext ctx)
SQL92StatementParser.ignoredIdentifier().ctx - the parse treeT visitDropBehaviour(SQL92StatementParser.DropBehaviourContext ctx)
SQL92StatementParser.dropBehaviour().ctx - the parse treeT visitSetTransaction(SQL92StatementParser.SetTransactionContext ctx)
SQL92StatementParser.setTransaction().ctx - the parse treeT visitCommit(SQL92StatementParser.CommitContext ctx)
SQL92StatementParser.commit().ctx - the parse treeT visitRollback(SQL92StatementParser.RollbackContext ctx)
SQL92StatementParser.rollback().ctx - the parse treeT visitLevelOfIsolation(SQL92StatementParser.LevelOfIsolationContext ctx)
SQL92StatementParser.levelOfIsolation().ctx - the parse treeT visitGrant(SQL92StatementParser.GrantContext ctx)
SQL92StatementParser.grant().ctx - the parse treeT visitRevoke(SQL92StatementParser.RevokeContext ctx)
SQL92StatementParser.revoke().ctx - the parse treeT visitPrivilegeClause(SQL92StatementParser.PrivilegeClauseContext ctx)
SQL92StatementParser.privilegeClause().ctx - the parse treeT visitPrivileges(SQL92StatementParser.PrivilegesContext ctx)
SQL92StatementParser.privileges().ctx - the parse treeT visitPrivilegeType(SQL92StatementParser.PrivilegeTypeContext ctx)
SQL92StatementParser.privilegeType().ctx - the parse treeT visitGrantee(SQL92StatementParser.GranteeContext ctx)
SQL92StatementParser.grantee().ctx - the parse treeT visitOnObjectClause(SQL92StatementParser.OnObjectClauseContext ctx)
SQL92StatementParser.onObjectClause().ctx - the parse treeT visitObjectType(SQL92StatementParser.ObjectTypeContext ctx)
SQL92StatementParser.objectType().ctx - the parse treeT visitPrivilegeLevel(SQL92StatementParser.PrivilegeLevelContext ctx)
SQL92StatementParser.privilegeLevel().ctx - the parse treeCopyright © 2022 The Apache Software Foundation. All rights reserved.