T - The return type of the visit operation. Use Void for
operations with no return type.public interface PostgreSQLStatementVisitor<T>
extends org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
PostgreSQLStatementParser.T visitExecute(PostgreSQLStatementParser.ExecuteContext ctx)
PostgreSQLStatementParser.execute().ctx - the parse treeT visitInsert(PostgreSQLStatementParser.InsertContext ctx)
PostgreSQLStatementParser.insert().ctx - the parse treeT visitInsertValuesClause(PostgreSQLStatementParser.InsertValuesClauseContext ctx)
PostgreSQLStatementParser.insertValuesClause().ctx - the parse treeT visitInsertSelectClause(PostgreSQLStatementParser.InsertSelectClauseContext ctx)
PostgreSQLStatementParser.insertSelectClause().ctx - the parse treeT visitUpdate(PostgreSQLStatementParser.UpdateContext ctx)
PostgreSQLStatementParser.update().ctx - the parse treeT visitUpdateSpecification_(PostgreSQLStatementParser.UpdateSpecification_Context ctx)
PostgreSQLStatementParser.updateSpecification_().ctx - the parse treeT visitAssignment(PostgreSQLStatementParser.AssignmentContext ctx)
PostgreSQLStatementParser.assignment().ctx - the parse treeT visitSetAssignmentsClause(PostgreSQLStatementParser.SetAssignmentsClauseContext ctx)
PostgreSQLStatementParser.setAssignmentsClause().ctx - the parse treeT visitAssignmentValues(PostgreSQLStatementParser.AssignmentValuesContext ctx)
PostgreSQLStatementParser.assignmentValues().ctx - the parse treeT visitAssignmentValue(PostgreSQLStatementParser.AssignmentValueContext ctx)
PostgreSQLStatementParser.assignmentValue().ctx - the parse treeT visitDelete(PostgreSQLStatementParser.DeleteContext ctx)
PostgreSQLStatementParser.delete().ctx - the parse treeT visitDeleteSpecification_(PostgreSQLStatementParser.DeleteSpecification_Context ctx)
PostgreSQLStatementParser.deleteSpecification_().ctx - the parse treeT visitSingleTableClause(PostgreSQLStatementParser.SingleTableClauseContext ctx)
PostgreSQLStatementParser.singleTableClause().ctx - the parse treeT visitMultipleTablesClause(PostgreSQLStatementParser.MultipleTablesClauseContext ctx)
PostgreSQLStatementParser.multipleTablesClause().ctx - the parse treeT visitMultipleTableNames(PostgreSQLStatementParser.MultipleTableNamesContext ctx)
PostgreSQLStatementParser.multipleTableNames().ctx - the parse treeT visitSelect(PostgreSQLStatementParser.SelectContext ctx)
PostgreSQLStatementParser.select().ctx - the parse treeT visitUnionClause(PostgreSQLStatementParser.UnionClauseContext ctx)
PostgreSQLStatementParser.unionClause().ctx - the parse treeT visitSelectClause(PostgreSQLStatementParser.SelectClauseContext ctx)
PostgreSQLStatementParser.selectClause().ctx - the parse treeT visitDuplicateSpecification(PostgreSQLStatementParser.DuplicateSpecificationContext ctx)
PostgreSQLStatementParser.duplicateSpecification().ctx - the parse treeT visitProjections(PostgreSQLStatementParser.ProjectionsContext ctx)
PostgreSQLStatementParser.projections().ctx - the parse treeT visitProjection(PostgreSQLStatementParser.ProjectionContext ctx)
PostgreSQLStatementParser.projection().ctx - the parse treeT visitAlias(PostgreSQLStatementParser.AliasContext ctx)
PostgreSQLStatementParser.alias().ctx - the parse treeT visitUnqualifiedShorthand(PostgreSQLStatementParser.UnqualifiedShorthandContext ctx)
PostgreSQLStatementParser.unqualifiedShorthand().ctx - the parse treeT visitQualifiedShorthand(PostgreSQLStatementParser.QualifiedShorthandContext ctx)
PostgreSQLStatementParser.qualifiedShorthand().ctx - the parse treeT visitFromClause(PostgreSQLStatementParser.FromClauseContext ctx)
PostgreSQLStatementParser.fromClause().ctx - the parse treeT visitTableReferences(PostgreSQLStatementParser.TableReferencesContext ctx)
PostgreSQLStatementParser.tableReferences().ctx - the parse treeT visitTableReference(PostgreSQLStatementParser.TableReferenceContext ctx)
PostgreSQLStatementParser.tableReference().ctx - the parse treeT visitTableFactor(PostgreSQLStatementParser.TableFactorContext ctx)
PostgreSQLStatementParser.tableFactor().ctx - the parse treeT visitJoinedTable(PostgreSQLStatementParser.JoinedTableContext ctx)
PostgreSQLStatementParser.joinedTable().ctx - the parse treeT visitJoinSpecification(PostgreSQLStatementParser.JoinSpecificationContext ctx)
PostgreSQLStatementParser.joinSpecification().ctx - the parse treeT visitWhereClause(PostgreSQLStatementParser.WhereClauseContext ctx)
PostgreSQLStatementParser.whereClause().ctx - the parse treeT visitGroupByClause(PostgreSQLStatementParser.GroupByClauseContext ctx)
PostgreSQLStatementParser.groupByClause().ctx - the parse treeT visitHavingClause(PostgreSQLStatementParser.HavingClauseContext ctx)
PostgreSQLStatementParser.havingClause().ctx - the parse treeT visitLimitClause(PostgreSQLStatementParser.LimitClauseContext ctx)
PostgreSQLStatementParser.limitClause().ctx - the parse treeT visitLimitRowCountSyntax(PostgreSQLStatementParser.LimitRowCountSyntaxContext ctx)
PostgreSQLStatementParser.limitRowCountSyntax().ctx - the parse treeT visitLimitRowCount(PostgreSQLStatementParser.LimitRowCountContext ctx)
PostgreSQLStatementParser.limitRowCount().ctx - the parse treeT visitLimitOffsetSyntax(PostgreSQLStatementParser.LimitOffsetSyntaxContext ctx)
PostgreSQLStatementParser.limitOffsetSyntax().ctx - the parse treeT visitLimitOffset(PostgreSQLStatementParser.LimitOffsetContext ctx)
PostgreSQLStatementParser.limitOffset().ctx - the parse treeT visitSubquery(PostgreSQLStatementParser.SubqueryContext ctx)
PostgreSQLStatementParser.subquery().ctx - the parse treeT visitParameterMarker(PostgreSQLStatementParser.ParameterMarkerContext ctx)
PostgreSQLStatementParser.parameterMarker().ctx - the parse treeT visitLiterals(PostgreSQLStatementParser.LiteralsContext ctx)
PostgreSQLStatementParser.literals().ctx - the parse treeT visitStringLiterals(PostgreSQLStatementParser.StringLiteralsContext ctx)
PostgreSQLStatementParser.stringLiterals().ctx - the parse treeT visitNumberLiterals(PostgreSQLStatementParser.NumberLiteralsContext ctx)
PostgreSQLStatementParser.numberLiterals().ctx - the parse treeT visitHexadecimalLiterals(PostgreSQLStatementParser.HexadecimalLiteralsContext ctx)
PostgreSQLStatementParser.hexadecimalLiterals().ctx - the parse treeT visitBitValueLiterals(PostgreSQLStatementParser.BitValueLiteralsContext ctx)
PostgreSQLStatementParser.bitValueLiterals().ctx - the parse treeT visitBooleanLiterals(PostgreSQLStatementParser.BooleanLiteralsContext ctx)
PostgreSQLStatementParser.booleanLiterals().ctx - the parse treeT visitNullValueLiterals(PostgreSQLStatementParser.NullValueLiteralsContext ctx)
PostgreSQLStatementParser.nullValueLiterals().ctx - the parse treeT visitLiteralsType_(PostgreSQLStatementParser.LiteralsType_Context ctx)
PostgreSQLStatementParser.literalsType_().ctx - the parse treeT visitIdentifier(PostgreSQLStatementParser.IdentifierContext ctx)
PostgreSQLStatementParser.identifier().ctx - the parse treeT visitUnicodeEscapes_(PostgreSQLStatementParser.UnicodeEscapes_Context ctx)
PostgreSQLStatementParser.unicodeEscapes_().ctx - the parse treeT visitUescape_(PostgreSQLStatementParser.Uescape_Context ctx)
PostgreSQLStatementParser.uescape_().ctx - the parse treeT visitUnreservedWord(PostgreSQLStatementParser.UnreservedWordContext ctx)
PostgreSQLStatementParser.unreservedWord().ctx - the parse treeT visitSchemaName(PostgreSQLStatementParser.SchemaNameContext ctx)
PostgreSQLStatementParser.schemaName().ctx - the parse treeT visitTableName(PostgreSQLStatementParser.TableNameContext ctx)
PostgreSQLStatementParser.tableName().ctx - the parse treeT visitColumnName(PostgreSQLStatementParser.ColumnNameContext ctx)
PostgreSQLStatementParser.columnName().ctx - the parse treeT visitOwner(PostgreSQLStatementParser.OwnerContext ctx)
PostgreSQLStatementParser.owner().ctx - the parse treeT visitName(PostgreSQLStatementParser.NameContext ctx)
PostgreSQLStatementParser.name().ctx - the parse treeT visitTableNames(PostgreSQLStatementParser.TableNamesContext ctx)
PostgreSQLStatementParser.tableNames().ctx - the parse treeT visitColumnNames(PostgreSQLStatementParser.ColumnNamesContext ctx)
PostgreSQLStatementParser.columnNames().ctx - the parse treeT visitCollationName(PostgreSQLStatementParser.CollationNameContext ctx)
PostgreSQLStatementParser.collationName().ctx - the parse treeT visitIndexName(PostgreSQLStatementParser.IndexNameContext ctx)
PostgreSQLStatementParser.indexName().ctx - the parse treeT visitPrimaryKey(PostgreSQLStatementParser.PrimaryKeyContext ctx)
PostgreSQLStatementParser.primaryKey().ctx - the parse treeT visitExpr(PostgreSQLStatementParser.ExprContext ctx)
PostgreSQLStatementParser.expr().ctx - the parse treeT visitLogicalOperator(PostgreSQLStatementParser.LogicalOperatorContext ctx)
PostgreSQLStatementParser.logicalOperator().ctx - the parse treeT visitNotOperator_(PostgreSQLStatementParser.NotOperator_Context ctx)
PostgreSQLStatementParser.notOperator_().ctx - the parse treeT visitBooleanPrimary(PostgreSQLStatementParser.BooleanPrimaryContext ctx)
PostgreSQLStatementParser.booleanPrimary().ctx - the parse treeT visitComparisonOperator(PostgreSQLStatementParser.ComparisonOperatorContext ctx)
PostgreSQLStatementParser.comparisonOperator().ctx - the parse treeT visitPredicate(PostgreSQLStatementParser.PredicateContext ctx)
PostgreSQLStatementParser.predicate().ctx - the parse treeT visitBitExpr(PostgreSQLStatementParser.BitExprContext ctx)
PostgreSQLStatementParser.bitExpr().ctx - the parse treeT visitSimpleExpr(PostgreSQLStatementParser.SimpleExprContext ctx)
PostgreSQLStatementParser.simpleExpr().ctx - the parse treeT visitFunctionCall(PostgreSQLStatementParser.FunctionCallContext ctx)
PostgreSQLStatementParser.functionCall().ctx - the parse treeT visitAggregationFunction(PostgreSQLStatementParser.AggregationFunctionContext ctx)
PostgreSQLStatementParser.aggregationFunction().ctx - the parse treeT visitAggregationFunctionName(PostgreSQLStatementParser.AggregationFunctionNameContext ctx)
PostgreSQLStatementParser.aggregationFunctionName().ctx - the parse treeT visitDistinct(PostgreSQLStatementParser.DistinctContext ctx)
PostgreSQLStatementParser.distinct().ctx - the parse treeT visitFilterClause_(PostgreSQLStatementParser.FilterClause_Context ctx)
PostgreSQLStatementParser.filterClause_().ctx - the parse treeT visitWindowFunction(PostgreSQLStatementParser.WindowFunctionContext ctx)
PostgreSQLStatementParser.windowFunction().ctx - the parse treeT visitWindowDefinition_(PostgreSQLStatementParser.WindowDefinition_Context ctx)
PostgreSQLStatementParser.windowDefinition_().ctx - the parse treeT visitPratitionClause_(PostgreSQLStatementParser.PratitionClause_Context ctx)
PostgreSQLStatementParser.pratitionClause_().ctx - the parse treeT visitFrameClause_(PostgreSQLStatementParser.FrameClause_Context ctx)
PostgreSQLStatementParser.frameClause_().ctx - the parse treeT visitFrameStart_(PostgreSQLStatementParser.FrameStart_Context ctx)
PostgreSQLStatementParser.frameStart_().ctx - the parse treeT visitFrameEnd_(PostgreSQLStatementParser.FrameEnd_Context ctx)
PostgreSQLStatementParser.frameEnd_().ctx - the parse treeT visitFrameBetween_(PostgreSQLStatementParser.FrameBetween_Context ctx)
PostgreSQLStatementParser.frameBetween_().ctx - the parse treeT visitSpecialFunction(PostgreSQLStatementParser.SpecialFunctionContext ctx)
PostgreSQLStatementParser.specialFunction().ctx - the parse treeT visitCastFunction(PostgreSQLStatementParser.CastFunctionContext ctx)
PostgreSQLStatementParser.castFunction().ctx - the parse treeT visitCharFunction(PostgreSQLStatementParser.CharFunctionContext ctx)
PostgreSQLStatementParser.charFunction().ctx - the parse treeT visitRegularFunction(PostgreSQLStatementParser.RegularFunctionContext ctx)
PostgreSQLStatementParser.regularFunction().ctx - the parse treeT visitRegularFunctionName_(PostgreSQLStatementParser.RegularFunctionName_Context ctx)
PostgreSQLStatementParser.regularFunctionName_().ctx - the parse treeT visitCaseExpression(PostgreSQLStatementParser.CaseExpressionContext ctx)
PostgreSQLStatementParser.caseExpression().ctx - the parse treeT visitCaseWhen_(PostgreSQLStatementParser.CaseWhen_Context ctx)
PostgreSQLStatementParser.caseWhen_().ctx - the parse treeT visitCaseElse_(PostgreSQLStatementParser.CaseElse_Context ctx)
PostgreSQLStatementParser.caseElse_().ctx - the parse treeT visitOrderByClause(PostgreSQLStatementParser.OrderByClauseContext ctx)
PostgreSQLStatementParser.orderByClause().ctx - the parse treeT visitOrderByItem(PostgreSQLStatementParser.OrderByItemContext ctx)
PostgreSQLStatementParser.orderByItem().ctx - the parse treeT visitDataType(PostgreSQLStatementParser.DataTypeContext ctx)
PostgreSQLStatementParser.dataType().ctx - the parse treeT visitDataTypeName(PostgreSQLStatementParser.DataTypeNameContext ctx)
PostgreSQLStatementParser.dataTypeName().ctx - the parse treeT visitDataTypeLength(PostgreSQLStatementParser.DataTypeLengthContext ctx)
PostgreSQLStatementParser.dataTypeLength().ctx - the parse treeT visitCharacterSet_(PostgreSQLStatementParser.CharacterSet_Context ctx)
PostgreSQLStatementParser.characterSet_().ctx - the parse treeT visitCollateClause_(PostgreSQLStatementParser.CollateClause_Context ctx)
PostgreSQLStatementParser.collateClause_().ctx - the parse treeT visitIgnoredIdentifier_(PostgreSQLStatementParser.IgnoredIdentifier_Context ctx)
PostgreSQLStatementParser.ignoredIdentifier_().ctx - the parse treeT visitIgnoredIdentifiers_(PostgreSQLStatementParser.IgnoredIdentifiers_Context ctx)
PostgreSQLStatementParser.ignoredIdentifiers_().ctx - the parse treeT visitCreateTable(PostgreSQLStatementParser.CreateTableContext ctx)
PostgreSQLStatementParser.createTable().ctx - the parse treeT visitCreateIndex(PostgreSQLStatementParser.CreateIndexContext ctx)
PostgreSQLStatementParser.createIndex().ctx - the parse treeT visitAlterTable(PostgreSQLStatementParser.AlterTableContext ctx)
PostgreSQLStatementParser.alterTable().ctx - the parse treeT visitAlterIndex(PostgreSQLStatementParser.AlterIndexContext ctx)
PostgreSQLStatementParser.alterIndex().ctx - the parse treeT visitDropTable(PostgreSQLStatementParser.DropTableContext ctx)
PostgreSQLStatementParser.dropTable().ctx - the parse treeT visitDropIndex(PostgreSQLStatementParser.DropIndexContext ctx)
PostgreSQLStatementParser.dropIndex().ctx - the parse treeT visitTruncateTable(PostgreSQLStatementParser.TruncateTableContext ctx)
PostgreSQLStatementParser.truncateTable().ctx - the parse treeT visitCreateTableSpecification_(PostgreSQLStatementParser.CreateTableSpecification_Context ctx)
PostgreSQLStatementParser.createTableSpecification_().ctx - the parse treeT visitTableNotExistClause_(PostgreSQLStatementParser.TableNotExistClause_Context ctx)
PostgreSQLStatementParser.tableNotExistClause_().ctx - the parse treeT visitCreateDefinitionClause(PostgreSQLStatementParser.CreateDefinitionClauseContext ctx)
PostgreSQLStatementParser.createDefinitionClause().ctx - the parse treeT visitCreateDefinition(PostgreSQLStatementParser.CreateDefinitionContext ctx)
PostgreSQLStatementParser.createDefinition().ctx - the parse treeT visitColumnDefinition(PostgreSQLStatementParser.ColumnDefinitionContext ctx)
PostgreSQLStatementParser.columnDefinition().ctx - the parse treeT visitColumnConstraint(PostgreSQLStatementParser.ColumnConstraintContext ctx)
PostgreSQLStatementParser.columnConstraint().ctx - the parse treeT visitConstraintClause(PostgreSQLStatementParser.ConstraintClauseContext ctx)
PostgreSQLStatementParser.constraintClause().ctx - the parse treeT visitColumnConstraintOption(PostgreSQLStatementParser.ColumnConstraintOptionContext ctx)
PostgreSQLStatementParser.columnConstraintOption().ctx - the parse treeT visitCheckOption(PostgreSQLStatementParser.CheckOptionContext ctx)
PostgreSQLStatementParser.checkOption().ctx - the parse treeT visitDefaultExpr(PostgreSQLStatementParser.DefaultExprContext ctx)
PostgreSQLStatementParser.defaultExpr().ctx - the parse treeT visitSequenceOptions(PostgreSQLStatementParser.SequenceOptionsContext ctx)
PostgreSQLStatementParser.sequenceOptions().ctx - the parse treeT visitSequenceOption(PostgreSQLStatementParser.SequenceOptionContext ctx)
PostgreSQLStatementParser.sequenceOption().ctx - the parse treeT visitIndexParameters(PostgreSQLStatementParser.IndexParametersContext ctx)
PostgreSQLStatementParser.indexParameters().ctx - the parse treeT visitAction(PostgreSQLStatementParser.ActionContext ctx)
PostgreSQLStatementParser.action().ctx - the parse treeT visitConstraintOptionalParam(PostgreSQLStatementParser.ConstraintOptionalParamContext ctx)
PostgreSQLStatementParser.constraintOptionalParam().ctx - the parse treeT visitLikeOption(PostgreSQLStatementParser.LikeOptionContext ctx)
PostgreSQLStatementParser.likeOption().ctx - the parse treeT visitTableConstraint(PostgreSQLStatementParser.TableConstraintContext ctx)
PostgreSQLStatementParser.tableConstraint().ctx - the parse treeT visitTableConstraintOption(PostgreSQLStatementParser.TableConstraintOptionContext ctx)
PostgreSQLStatementParser.tableConstraintOption().ctx - the parse treeT visitInheritClause_(PostgreSQLStatementParser.InheritClause_Context ctx)
PostgreSQLStatementParser.inheritClause_().ctx - the parse treeT visitCreateIndexSpecification_(PostgreSQLStatementParser.CreateIndexSpecification_Context ctx)
PostgreSQLStatementParser.createIndexSpecification_().ctx - the parse treeT visitConcurrentlyClause_(PostgreSQLStatementParser.ConcurrentlyClause_Context ctx)
PostgreSQLStatementParser.concurrentlyClause_().ctx - the parse treeT visitIndexNotExistClause_(PostgreSQLStatementParser.IndexNotExistClause_Context ctx)
PostgreSQLStatementParser.indexNotExistClause_().ctx - the parse treeT visitOnlyClause_(PostgreSQLStatementParser.OnlyClause_Context ctx)
PostgreSQLStatementParser.onlyClause_().ctx - the parse treeT visitTableExistClause_(PostgreSQLStatementParser.TableExistClause_Context ctx)
PostgreSQLStatementParser.tableExistClause_().ctx - the parse treeT visitAsteriskClause_(PostgreSQLStatementParser.AsteriskClause_Context ctx)
PostgreSQLStatementParser.asteriskClause_().ctx - the parse treeT visitAlterDefinitionClause(PostgreSQLStatementParser.AlterDefinitionClauseContext ctx)
PostgreSQLStatementParser.alterDefinitionClause().ctx - the parse treeT visitAlterIndexDefinitionClause_(PostgreSQLStatementParser.AlterIndexDefinitionClause_Context ctx)
PostgreSQLStatementParser.alterIndexDefinitionClause_().ctx - the parse treeT visitRenameIndexSpecification(PostgreSQLStatementParser.RenameIndexSpecificationContext ctx)
PostgreSQLStatementParser.renameIndexSpecification().ctx - the parse treeT visitAlterIndexDependsOnExtension(PostgreSQLStatementParser.AlterIndexDependsOnExtensionContext ctx)
PostgreSQLStatementParser.alterIndexDependsOnExtension().ctx - the parse treeT visitAlterIndexSetTableSpace(PostgreSQLStatementParser.AlterIndexSetTableSpaceContext ctx)
PostgreSQLStatementParser.alterIndexSetTableSpace().ctx - the parse treeT visitTableNamesClause(PostgreSQLStatementParser.TableNamesClauseContext ctx)
PostgreSQLStatementParser.tableNamesClause().ctx - the parse treeT visitTableNameClause(PostgreSQLStatementParser.TableNameClauseContext ctx)
PostgreSQLStatementParser.tableNameClause().ctx - the parse treeT visitAlterTableActions(PostgreSQLStatementParser.AlterTableActionsContext ctx)
PostgreSQLStatementParser.alterTableActions().ctx - the parse treeT visitAlterTableAction(PostgreSQLStatementParser.AlterTableActionContext ctx)
PostgreSQLStatementParser.alterTableAction().ctx - the parse treeT visitAddColumnSpecification(PostgreSQLStatementParser.AddColumnSpecificationContext ctx)
PostgreSQLStatementParser.addColumnSpecification().ctx - the parse treeT visitDropColumnSpecification(PostgreSQLStatementParser.DropColumnSpecificationContext ctx)
PostgreSQLStatementParser.dropColumnSpecification().ctx - the parse treeT visitColumnExistClause_(PostgreSQLStatementParser.ColumnExistClause_Context ctx)
PostgreSQLStatementParser.columnExistClause_().ctx - the parse treeT visitModifyColumnSpecification(PostgreSQLStatementParser.ModifyColumnSpecificationContext ctx)
PostgreSQLStatementParser.modifyColumnSpecification().ctx - the parse treeT visitModifyColumn(PostgreSQLStatementParser.ModifyColumnContext ctx)
PostgreSQLStatementParser.modifyColumn().ctx - the parse treeT visitAlterColumnSetOption(PostgreSQLStatementParser.AlterColumnSetOptionContext ctx)
PostgreSQLStatementParser.alterColumnSetOption().ctx - the parse treeT visitAttributeOptions(PostgreSQLStatementParser.AttributeOptionsContext ctx)
PostgreSQLStatementParser.attributeOptions().ctx - the parse treeT visitAttributeOption(PostgreSQLStatementParser.AttributeOptionContext ctx)
PostgreSQLStatementParser.attributeOption().ctx - the parse treeT visitAddConstraintSpecification(PostgreSQLStatementParser.AddConstraintSpecificationContext ctx)
PostgreSQLStatementParser.addConstraintSpecification().ctx - the parse treeT visitTableConstraintUsingIndex(PostgreSQLStatementParser.TableConstraintUsingIndexContext ctx)
PostgreSQLStatementParser.tableConstraintUsingIndex().ctx - the parse treeT visitStorageParameterWithValue(PostgreSQLStatementParser.StorageParameterWithValueContext ctx)
PostgreSQLStatementParser.storageParameterWithValue().ctx - the parse treeT visitStorageParameter(PostgreSQLStatementParser.StorageParameterContext ctx)
PostgreSQLStatementParser.storageParameter().ctx - the parse treeT visitRenameColumnSpecification(PostgreSQLStatementParser.RenameColumnSpecificationContext ctx)
PostgreSQLStatementParser.renameColumnSpecification().ctx - the parse treeT visitRenameConstraint(PostgreSQLStatementParser.RenameConstraintContext ctx)
PostgreSQLStatementParser.renameConstraint().ctx - the parse treeT visitRenameTableSpecification_(PostgreSQLStatementParser.RenameTableSpecification_Context ctx)
PostgreSQLStatementParser.renameTableSpecification_().ctx - the parse treeT visitIndexExistClause_(PostgreSQLStatementParser.IndexExistClause_Context ctx)
PostgreSQLStatementParser.indexExistClause_().ctx - the parse treeT visitIndexNames(PostgreSQLStatementParser.IndexNamesContext ctx)
PostgreSQLStatementParser.indexNames().ctx - the parse treeT visitSetTransaction(PostgreSQLStatementParser.SetTransactionContext ctx)
PostgreSQLStatementParser.setTransaction().ctx - the parse treeT visitBeginTransaction(PostgreSQLStatementParser.BeginTransactionContext ctx)
PostgreSQLStatementParser.beginTransaction().ctx - the parse treeT visitCommit(PostgreSQLStatementParser.CommitContext ctx)
PostgreSQLStatementParser.commit().ctx - the parse treeT visitRollback(PostgreSQLStatementParser.RollbackContext ctx)
PostgreSQLStatementParser.rollback().ctx - the parse treeT visitSavepoint(PostgreSQLStatementParser.SavepointContext ctx)
PostgreSQLStatementParser.savepoint().ctx - the parse treeT visitGrant(PostgreSQLStatementParser.GrantContext ctx)
PostgreSQLStatementParser.grant().ctx - the parse treeT visitRevoke(PostgreSQLStatementParser.RevokeContext ctx)
PostgreSQLStatementParser.revoke().ctx - the parse treeT visitPrivilegeClause(PostgreSQLStatementParser.PrivilegeClauseContext ctx)
PostgreSQLStatementParser.privilegeClause().ctx - the parse treeT visitRoleClause_(PostgreSQLStatementParser.RoleClause_Context ctx)
PostgreSQLStatementParser.roleClause_().ctx - the parse treeT visitOptionForClause_(PostgreSQLStatementParser.OptionForClause_Context ctx)
PostgreSQLStatementParser.optionForClause_().ctx - the parse treeT visitPrivileges_(PostgreSQLStatementParser.Privileges_Context ctx)
PostgreSQLStatementParser.privileges_().ctx - the parse treeT visitPrivilegeType_(PostgreSQLStatementParser.PrivilegeType_Context ctx)
PostgreSQLStatementParser.privilegeType_().ctx - the parse treeT visitOnObjectClause(PostgreSQLStatementParser.OnObjectClauseContext ctx)
PostgreSQLStatementParser.onObjectClause().ctx - the parse treeT visitCreateUser(PostgreSQLStatementParser.CreateUserContext ctx)
PostgreSQLStatementParser.createUser().ctx - the parse treeT visitDropUser(PostgreSQLStatementParser.DropUserContext ctx)
PostgreSQLStatementParser.dropUser().ctx - the parse treeT visitAlterUser(PostgreSQLStatementParser.AlterUserContext ctx)
PostgreSQLStatementParser.alterUser().ctx - the parse treeT visitCreateRole(PostgreSQLStatementParser.CreateRoleContext ctx)
PostgreSQLStatementParser.createRole().ctx - the parse treeT visitDropRole(PostgreSQLStatementParser.DropRoleContext ctx)
PostgreSQLStatementParser.dropRole().ctx - the parse treeT visitAlterRole(PostgreSQLStatementParser.AlterRoleContext ctx)
PostgreSQLStatementParser.alterRole().ctx - the parse treeT visitShow(PostgreSQLStatementParser.ShowContext ctx)
PostgreSQLStatementParser.show().ctx - the parse treeT visitSet(PostgreSQLStatementParser.SetContext ctx)
PostgreSQLStatementParser.set().ctx - the parse treeT visitRuntimeScope_(PostgreSQLStatementParser.RuntimeScope_Context ctx)
PostgreSQLStatementParser.runtimeScope_().ctx - the parse treeT visitTimeZoneClause_(PostgreSQLStatementParser.TimeZoneClause_Context ctx)
PostgreSQLStatementParser.timeZoneClause_().ctx - the parse treeT visitConfigurationParameterClause(PostgreSQLStatementParser.ConfigurationParameterClauseContext ctx)
PostgreSQLStatementParser.configurationParameterClause().ctx - the parse treeT visitResetParameter(PostgreSQLStatementParser.ResetParameterContext ctx)
PostgreSQLStatementParser.resetParameter().ctx - the parse treeT visitCall(PostgreSQLStatementParser.CallContext ctx)
PostgreSQLStatementParser.call().ctx - the parse treeCopyright © 2020 The Apache Software Foundation. All rights reserved.