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