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 visitInsertTarget(PostgreSQLStatementParser.InsertTargetContext ctx)
PostgreSQLStatementParser.insertTarget().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitInsertTarget 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitInsertRest(PostgreSQLStatementParser.InsertRestContext ctx)
PostgreSQLStatementParser.insertRest().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitInsertRest 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitOverrideKind(PostgreSQLStatementParser.OverrideKindContext ctx)
PostgreSQLStatementParser.overrideKind().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOverrideKind 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitInsertColumnList(PostgreSQLStatementParser.InsertColumnListContext ctx)
PostgreSQLStatementParser.insertColumnList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitInsertColumnList 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitInsertColumnItem(PostgreSQLStatementParser.InsertColumnItemContext ctx)
PostgreSQLStatementParser.insertColumnItem().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitInsertColumnItem 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitOptOnConflict(PostgreSQLStatementParser.OptOnConflictContext ctx)
PostgreSQLStatementParser.optOnConflict().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOptOnConflict 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitOptConfExpr(PostgreSQLStatementParser.OptConfExprContext ctx)
PostgreSQLStatementParser.optConfExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOptConfExpr 在接口中 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 visitSetClauseList(PostgreSQLStatementParser.SetClauseListContext ctx)
PostgreSQLStatementParser.setClauseList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSetClauseList 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitSetClause(PostgreSQLStatementParser.SetClauseContext ctx)
PostgreSQLStatementParser.setClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSetClause 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitSetTarget(PostgreSQLStatementParser.SetTargetContext ctx)
PostgreSQLStatementParser.setTarget().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSetTarget 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitSetTargetList(PostgreSQLStatementParser.SetTargetListContext ctx)
PostgreSQLStatementParser.setTargetList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSetTargetList 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitReturningClause(PostgreSQLStatementParser.ReturningClauseContext ctx)
PostgreSQLStatementParser.returningClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitReturningClause 在接口中 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 visitRelationExprOptAlias(PostgreSQLStatementParser.RelationExprOptAliasContext ctx)
PostgreSQLStatementParser.relationExprOptAlias().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRelationExprOptAlias 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitUsingClause(PostgreSQLStatementParser.UsingClauseContext ctx)
PostgreSQLStatementParser.usingClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUsingClause 在接口中 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 visitSelectWithParens(PostgreSQLStatementParser.SelectWithParensContext ctx)
PostgreSQLStatementParser.selectWithParens().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSelectWithParens 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitSelectNoParens(PostgreSQLStatementParser.SelectNoParensContext ctx)
PostgreSQLStatementParser.selectNoParens().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSelectNoParens 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitSelectClauseN(PostgreSQLStatementParser.SelectClauseNContext ctx)
PostgreSQLStatementParser.selectClauseN().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSelectClauseN 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitSimpleSelect(PostgreSQLStatementParser.SimpleSelectContext ctx)
PostgreSQLStatementParser.simpleSelect().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSimpleSelect 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitWithClause(PostgreSQLStatementParser.WithClauseContext ctx)
PostgreSQLStatementParser.withClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWithClause 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitIntoClause(PostgreSQLStatementParser.IntoClauseContext ctx)
PostgreSQLStatementParser.intoClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIntoClause 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitOptTempTableName(PostgreSQLStatementParser.OptTempTableNameContext ctx)
PostgreSQLStatementParser.optTempTableName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOptTempTableName 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitCteList(PostgreSQLStatementParser.CteListContext ctx)
PostgreSQLStatementParser.cteList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCteList 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitCommonTableExpr(PostgreSQLStatementParser.CommonTableExprContext ctx)
PostgreSQLStatementParser.commonTableExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCommonTableExpr 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitOptMaterialized(PostgreSQLStatementParser.OptMaterializedContext ctx)
PostgreSQLStatementParser.optMaterialized().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOptMaterialized 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitOptNameList(PostgreSQLStatementParser.OptNameListContext ctx)
PostgreSQLStatementParser.optNameList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOptNameList 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitPreparableStmt(PostgreSQLStatementParser.PreparableStmtContext ctx)
PostgreSQLStatementParser.preparableStmt().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPreparableStmt 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitForLockingClause(PostgreSQLStatementParser.ForLockingClauseContext ctx)
PostgreSQLStatementParser.forLockingClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitForLockingClause 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitForLockingItems(PostgreSQLStatementParser.ForLockingItemsContext ctx)
PostgreSQLStatementParser.forLockingItems().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitForLockingItems 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitForLockingItem(PostgreSQLStatementParser.ForLockingItemContext ctx)
PostgreSQLStatementParser.forLockingItem().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitForLockingItem 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitNowaitOrSkip(PostgreSQLStatementParser.NowaitOrSkipContext ctx)
PostgreSQLStatementParser.nowaitOrSkip().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNowaitOrSkip 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitForLockingStrength(PostgreSQLStatementParser.ForLockingStrengthContext ctx)
PostgreSQLStatementParser.forLockingStrength().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitForLockingStrength 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitLockedRelsList(PostgreSQLStatementParser.LockedRelsListContext ctx)
PostgreSQLStatementParser.lockedRelsList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLockedRelsList 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitQualifiedNameList(PostgreSQLStatementParser.QualifiedNameListContext ctx)
PostgreSQLStatementParser.qualifiedNameList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitQualifiedNameList 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitQualifiedName(PostgreSQLStatementParser.QualifiedNameContext ctx)
PostgreSQLStatementParser.qualifiedName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitQualifiedName 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitSelectLimit(PostgreSQLStatementParser.SelectLimitContext ctx)
PostgreSQLStatementParser.selectLimit().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSelectLimit 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitValuesClause(PostgreSQLStatementParser.ValuesClauseContext ctx)
PostgreSQLStatementParser.valuesClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitValuesClause 在接口中 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 visitOffsetClause(PostgreSQLStatementParser.OffsetClauseContext ctx)
PostgreSQLStatementParser.offsetClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOffsetClause 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitSelectLimitValue(PostgreSQLStatementParser.SelectLimitValueContext ctx)
PostgreSQLStatementParser.selectLimitValue().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSelectLimitValue 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitSelectOffsetValue(PostgreSQLStatementParser.SelectOffsetValueContext ctx)
PostgreSQLStatementParser.selectOffsetValue().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSelectOffsetValue 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitSelectFetchFirstValue(PostgreSQLStatementParser.SelectFetchFirstValueContext ctx)
PostgreSQLStatementParser.selectFetchFirstValue().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSelectFetchFirstValue 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitRowOrRows(PostgreSQLStatementParser.RowOrRowsContext ctx)
PostgreSQLStatementParser.rowOrRows().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRowOrRows 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitFirstOrNext(PostgreSQLStatementParser.FirstOrNextContext ctx)
PostgreSQLStatementParser.firstOrNext().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFirstOrNext 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitTargetList(PostgreSQLStatementParser.TargetListContext ctx)
PostgreSQLStatementParser.targetList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTargetList 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitTargetEl(PostgreSQLStatementParser.TargetElContext ctx)
PostgreSQLStatementParser.targetEl().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTargetEl 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitGroupClause(PostgreSQLStatementParser.GroupClauseContext ctx)
PostgreSQLStatementParser.groupClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGroupClause 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitGroupByList(PostgreSQLStatementParser.GroupByListContext ctx)
PostgreSQLStatementParser.groupByList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGroupByList 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitGroupByItem(PostgreSQLStatementParser.GroupByItemContext ctx)
PostgreSQLStatementParser.groupByItem().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGroupByItem 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitEmptyGroupingSet(PostgreSQLStatementParser.EmptyGroupingSetContext ctx)
PostgreSQLStatementParser.emptyGroupingSet().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitEmptyGroupingSet 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitRollupClause(PostgreSQLStatementParser.RollupClauseContext ctx)
PostgreSQLStatementParser.rollupClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRollupClause 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitCubeClause(PostgreSQLStatementParser.CubeClauseContext ctx)
PostgreSQLStatementParser.cubeClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCubeClause 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitGroupingSetsClause(PostgreSQLStatementParser.GroupingSetsClauseContext ctx)
PostgreSQLStatementParser.groupingSetsClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGroupingSetsClause 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitWindowClause(PostgreSQLStatementParser.WindowClauseContext ctx)
PostgreSQLStatementParser.windowClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWindowClause 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitWindowDefinitionList(PostgreSQLStatementParser.WindowDefinitionListContext ctx)
PostgreSQLStatementParser.windowDefinitionList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWindowDefinitionList 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitWindowDefinition(PostgreSQLStatementParser.WindowDefinitionContext 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 visitWindowSpecification(PostgreSQLStatementParser.WindowSpecificationContext ctx)
PostgreSQLStatementParser.windowSpecification().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWindowSpecification 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitExistingWindowName(PostgreSQLStatementParser.ExistingWindowNameContext ctx)
PostgreSQLStatementParser.existingWindowName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExistingWindowName 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitPartitionClause(PostgreSQLStatementParser.PartitionClauseContext ctx)
PostgreSQLStatementParser.partitionClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPartitionClause 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitFrameClause(PostgreSQLStatementParser.FrameClauseContext 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 visitFrameExtent(PostgreSQLStatementParser.FrameExtentContext ctx)
PostgreSQLStatementParser.frameExtent().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFrameExtent 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitFrameBound(PostgreSQLStatementParser.FrameBoundContext ctx)
PostgreSQLStatementParser.frameBound().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFrameBound 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitOptWindowExclusionClause(PostgreSQLStatementParser.OptWindowExclusionClauseContext ctx)
PostgreSQLStatementParser.optWindowExclusionClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOptWindowExclusionClause 在接口中 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 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 visitFromList(PostgreSQLStatementParser.FromListContext ctx)
PostgreSQLStatementParser.fromList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFromList 在接口中 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 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 visitJoinType(PostgreSQLStatementParser.JoinTypeContext ctx)
PostgreSQLStatementParser.joinType().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitJoinType 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitJoinOuter(PostgreSQLStatementParser.JoinOuterContext ctx)
PostgreSQLStatementParser.joinOuter().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitJoinOuter 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitJoinQual(PostgreSQLStatementParser.JoinQualContext ctx)
PostgreSQLStatementParser.joinQual().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitJoinQual 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitRelationExpr(PostgreSQLStatementParser.RelationExprContext ctx)
PostgreSQLStatementParser.relationExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRelationExpr 在接口中 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 visitWhereOrCurrentClause(PostgreSQLStatementParser.WhereOrCurrentClauseContext ctx)
PostgreSQLStatementParser.whereOrCurrentClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWhereOrCurrentClause 在接口中 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 visitDoStatement(PostgreSQLStatementParser.DoStatementContext ctx)
PostgreSQLStatementParser.doStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDoStatement 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitDostmtOptList(PostgreSQLStatementParser.DostmtOptListContext ctx)
PostgreSQLStatementParser.dostmtOptList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDostmtOptList 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitDostmtOptItem(PostgreSQLStatementParser.DostmtOptItemContext ctx)
PostgreSQLStatementParser.dostmtOptItem().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDostmtOptItem 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitLock(PostgreSQLStatementParser.LockContext ctx)
PostgreSQLStatementParser.lock().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLock 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitLockType(PostgreSQLStatementParser.LockTypeContext ctx)
PostgreSQLStatementParser.lockType().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLockType 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitCheckpoint(PostgreSQLStatementParser.CheckpointContext ctx)
PostgreSQLStatementParser.checkpoint().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCheckpoint 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitCopy(PostgreSQLStatementParser.CopyContext ctx)
PostgreSQLStatementParser.copy().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCopy 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitCopyOptions(PostgreSQLStatementParser.CopyOptionsContext ctx)
PostgreSQLStatementParser.copyOptions().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCopyOptions 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitCopyGenericOptList(PostgreSQLStatementParser.CopyGenericOptListContext ctx)
PostgreSQLStatementParser.copyGenericOptList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCopyGenericOptList 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitCopyGenericOptElem(PostgreSQLStatementParser.CopyGenericOptElemContext ctx)
PostgreSQLStatementParser.copyGenericOptElem().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCopyGenericOptElem 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitCopyGenericOptArg(PostgreSQLStatementParser.CopyGenericOptArgContext ctx)
PostgreSQLStatementParser.copyGenericOptArg().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCopyGenericOptArg 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitCopyGenericOptArgList(PostgreSQLStatementParser.CopyGenericOptArgListContext ctx)
PostgreSQLStatementParser.copyGenericOptArgList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCopyGenericOptArgList 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitCopyGenericOptArgListItem(PostgreSQLStatementParser.CopyGenericOptArgListItemContext ctx)
PostgreSQLStatementParser.copyGenericOptArgListItem().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCopyGenericOptArgListItem 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitCopyOptList(PostgreSQLStatementParser.CopyOptListContext ctx)
PostgreSQLStatementParser.copyOptList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCopyOptList 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitCopyOptItem(PostgreSQLStatementParser.CopyOptItemContext ctx)
PostgreSQLStatementParser.copyOptItem().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCopyOptItem 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitCopyDelimiter(PostgreSQLStatementParser.CopyDelimiterContext ctx)
PostgreSQLStatementParser.copyDelimiter().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCopyDelimiter 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitDeallocate(PostgreSQLStatementParser.DeallocateContext ctx)
PostgreSQLStatementParser.deallocate().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDeallocate 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitFetch(PostgreSQLStatementParser.FetchContext ctx)
PostgreSQLStatementParser.fetch().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFetch 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitFetchArgs(PostgreSQLStatementParser.FetchArgsContext ctx)
PostgreSQLStatementParser.fetchArgs().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFetchArgs 在接口中 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 visitReservedKeyword(PostgreSQLStatementParser.ReservedKeywordContext ctx)
PostgreSQLStatementParser.reservedKeyword().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitReservedKeyword 在接口中 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 visitLiteralsType(PostgreSQLStatementParser.LiteralsTypeContext 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.UnicodeEscapesContext 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.UescapeContext 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 visitTypeFuncNameKeyword(PostgreSQLStatementParser.TypeFuncNameKeywordContext ctx)
PostgreSQLStatementParser.typeFuncNameKeyword().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTypeFuncNameKeyword 在接口中 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 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 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 visitCursorName(PostgreSQLStatementParser.CursorNameContext ctx)
PostgreSQLStatementParser.cursorName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCursorName 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitAExpr(PostgreSQLStatementParser.AExprContext ctx)
PostgreSQLStatementParser.aExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAExpr 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitBExpr(PostgreSQLStatementParser.BExprContext ctx)
PostgreSQLStatementParser.bExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBExpr 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitCExpr(PostgreSQLStatementParser.CExprContext ctx)
PostgreSQLStatementParser.cExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCExpr 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitIndirection(PostgreSQLStatementParser.IndirectionContext ctx)
PostgreSQLStatementParser.indirection().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIndirection 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitOptIndirection(PostgreSQLStatementParser.OptIndirectionContext ctx)
PostgreSQLStatementParser.optIndirection().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOptIndirection 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitIndirectionEl(PostgreSQLStatementParser.IndirectionElContext ctx)
PostgreSQLStatementParser.indirectionEl().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIndirectionEl 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitSliceBound(PostgreSQLStatementParser.SliceBoundContext ctx)
PostgreSQLStatementParser.sliceBound().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSliceBound 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitInExpr(PostgreSQLStatementParser.InExprContext ctx)
PostgreSQLStatementParser.inExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitInExpr 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitCaseExpr(PostgreSQLStatementParser.CaseExprContext ctx)
PostgreSQLStatementParser.caseExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCaseExpr 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitWhenClauseList(PostgreSQLStatementParser.WhenClauseListContext ctx)
PostgreSQLStatementParser.whenClauseList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWhenClauseList 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitWhenClause(PostgreSQLStatementParser.WhenClauseContext ctx)
PostgreSQLStatementParser.whenClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWhenClause 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitCaseDefault(PostgreSQLStatementParser.CaseDefaultContext ctx)
PostgreSQLStatementParser.caseDefault().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCaseDefault 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitCaseArg(PostgreSQLStatementParser.CaseArgContext ctx)
PostgreSQLStatementParser.caseArg().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCaseArg 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitColumnref(PostgreSQLStatementParser.ColumnrefContext ctx)
PostgreSQLStatementParser.columnref().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitColumnref 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitQualOp(PostgreSQLStatementParser.QualOpContext ctx)
PostgreSQLStatementParser.qualOp().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitQualOp 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitSubqueryOp(PostgreSQLStatementParser.SubqueryOpContext ctx)
PostgreSQLStatementParser.subqueryOp().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSubqueryOp 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitAllOp(PostgreSQLStatementParser.AllOpContext ctx)
PostgreSQLStatementParser.allOp().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAllOp 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitOp(PostgreSQLStatementParser.OpContext ctx)
PostgreSQLStatementParser.op().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOp 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitMathOperator(PostgreSQLStatementParser.MathOperatorContext ctx)
PostgreSQLStatementParser.mathOperator().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMathOperator 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitQualAllOp(PostgreSQLStatementParser.QualAllOpContext ctx)
PostgreSQLStatementParser.qualAllOp().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitQualAllOp 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitAscDesc(PostgreSQLStatementParser.AscDescContext ctx)
PostgreSQLStatementParser.ascDesc().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAscDesc 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitAnyOperator(PostgreSQLStatementParser.AnyOperatorContext ctx)
PostgreSQLStatementParser.anyOperator().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAnyOperator 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitWindowExclusionClause(PostgreSQLStatementParser.WindowExclusionClauseContext ctx)
PostgreSQLStatementParser.windowExclusionClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWindowExclusionClause 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitRow(PostgreSQLStatementParser.RowContext ctx)
PostgreSQLStatementParser.row().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRow 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitExplicitRow(PostgreSQLStatementParser.ExplicitRowContext ctx)
PostgreSQLStatementParser.explicitRow().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExplicitRow 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitImplicitRow(PostgreSQLStatementParser.ImplicitRowContext ctx)
PostgreSQLStatementParser.implicitRow().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitImplicitRow 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitSubType(PostgreSQLStatementParser.SubTypeContext ctx)
PostgreSQLStatementParser.subType().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSubType 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitArrayExpr(PostgreSQLStatementParser.ArrayExprContext ctx)
PostgreSQLStatementParser.arrayExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitArrayExpr 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitArrayExprList(PostgreSQLStatementParser.ArrayExprListContext ctx)
PostgreSQLStatementParser.arrayExprList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitArrayExprList 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitFuncArgList(PostgreSQLStatementParser.FuncArgListContext ctx)
PostgreSQLStatementParser.funcArgList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFuncArgList 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitParamName(PostgreSQLStatementParser.ParamNameContext ctx)
PostgreSQLStatementParser.paramName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitParamName 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitFuncArgExpr(PostgreSQLStatementParser.FuncArgExprContext ctx)
PostgreSQLStatementParser.funcArgExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFuncArgExpr 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitTypeList(PostgreSQLStatementParser.TypeListContext ctx)
PostgreSQLStatementParser.typeList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTypeList 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitFuncApplication(PostgreSQLStatementParser.FuncApplicationContext ctx)
PostgreSQLStatementParser.funcApplication().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFuncApplication 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitFuncName(PostgreSQLStatementParser.FuncNameContext ctx)
PostgreSQLStatementParser.funcName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFuncName 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitAexprConst(PostgreSQLStatementParser.AexprConstContext ctx)
PostgreSQLStatementParser.aexprConst().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAexprConst 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitColId(PostgreSQLStatementParser.ColIdContext ctx)
PostgreSQLStatementParser.colId().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitColId 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitTypeFunctionName(PostgreSQLStatementParser.TypeFunctionNameContext ctx)
PostgreSQLStatementParser.typeFunctionName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTypeFunctionName 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitFunctionTable(PostgreSQLStatementParser.FunctionTableContext ctx)
PostgreSQLStatementParser.functionTable().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFunctionTable 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitXmlTable(PostgreSQLStatementParser.XmlTableContext ctx)
PostgreSQLStatementParser.xmlTable().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitXmlTable 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitXmlTableColumnList(PostgreSQLStatementParser.XmlTableColumnListContext ctx)
PostgreSQLStatementParser.xmlTableColumnList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitXmlTableColumnList 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitXmlTableColumnEl(PostgreSQLStatementParser.XmlTableColumnElContext ctx)
PostgreSQLStatementParser.xmlTableColumnEl().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitXmlTableColumnEl 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitXmlTableColumnOptionList(PostgreSQLStatementParser.XmlTableColumnOptionListContext ctx)
PostgreSQLStatementParser.xmlTableColumnOptionList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitXmlTableColumnOptionList 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitXmlTableColumnOptionEl(PostgreSQLStatementParser.XmlTableColumnOptionElContext ctx)
PostgreSQLStatementParser.xmlTableColumnOptionEl().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitXmlTableColumnOptionEl 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitXmlNamespaceList(PostgreSQLStatementParser.XmlNamespaceListContext ctx)
PostgreSQLStatementParser.xmlNamespaceList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitXmlNamespaceList 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitXmlNamespaceEl(PostgreSQLStatementParser.XmlNamespaceElContext ctx)
PostgreSQLStatementParser.xmlNamespaceEl().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitXmlNamespaceEl 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitFuncExpr(PostgreSQLStatementParser.FuncExprContext ctx)
PostgreSQLStatementParser.funcExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFuncExpr 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitWithinGroupClause(PostgreSQLStatementParser.WithinGroupClauseContext ctx)
PostgreSQLStatementParser.withinGroupClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWithinGroupClause 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitFilterClause(PostgreSQLStatementParser.FilterClauseContext 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 visitFunctionExprWindowless(PostgreSQLStatementParser.FunctionExprWindowlessContext ctx)
PostgreSQLStatementParser.functionExprWindowless().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFunctionExprWindowless 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitOrdinality(PostgreSQLStatementParser.OrdinalityContext ctx)
PostgreSQLStatementParser.ordinality().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOrdinality 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitFunctionExprCommonSubexpr(PostgreSQLStatementParser.FunctionExprCommonSubexprContext ctx)
PostgreSQLStatementParser.functionExprCommonSubexpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFunctionExprCommonSubexpr 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitTypeName(PostgreSQLStatementParser.TypeNameContext ctx)
PostgreSQLStatementParser.typeName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTypeName 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitSimpleTypeName(PostgreSQLStatementParser.SimpleTypeNameContext ctx)
PostgreSQLStatementParser.simpleTypeName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSimpleTypeName 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitExprList(PostgreSQLStatementParser.ExprListContext ctx)
PostgreSQLStatementParser.exprList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExprList 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitExtractList(PostgreSQLStatementParser.ExtractListContext ctx)
PostgreSQLStatementParser.extractList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExtractList 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitExtractArg(PostgreSQLStatementParser.ExtractArgContext ctx)
PostgreSQLStatementParser.extractArg().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExtractArg 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitGenericType(PostgreSQLStatementParser.GenericTypeContext ctx)
PostgreSQLStatementParser.genericType().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGenericType 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitTypeModifiers(PostgreSQLStatementParser.TypeModifiersContext ctx)
PostgreSQLStatementParser.typeModifiers().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTypeModifiers 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitNumeric(PostgreSQLStatementParser.NumericContext ctx)
PostgreSQLStatementParser.numeric().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNumeric 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitConstDatetime(PostgreSQLStatementParser.ConstDatetimeContext ctx)
PostgreSQLStatementParser.constDatetime().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitConstDatetime 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitTimezone(PostgreSQLStatementParser.TimezoneContext ctx)
PostgreSQLStatementParser.timezone().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTimezone 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitCharacter(PostgreSQLStatementParser.CharacterContext ctx)
PostgreSQLStatementParser.character().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCharacter 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitCharacterWithLength(PostgreSQLStatementParser.CharacterWithLengthContext ctx)
PostgreSQLStatementParser.characterWithLength().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCharacterWithLength 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitCharacterWithoutLength(PostgreSQLStatementParser.CharacterWithoutLengthContext ctx)
PostgreSQLStatementParser.characterWithoutLength().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCharacterWithoutLength 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitCharacterClause(PostgreSQLStatementParser.CharacterClauseContext ctx)
PostgreSQLStatementParser.characterClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCharacterClause 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitOptFloat(PostgreSQLStatementParser.OptFloatContext ctx)
PostgreSQLStatementParser.optFloat().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOptFloat 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitAttrs(PostgreSQLStatementParser.AttrsContext ctx)
PostgreSQLStatementParser.attrs().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAttrs 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitAttrName(PostgreSQLStatementParser.AttrNameContext ctx)
PostgreSQLStatementParser.attrName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAttrName 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitColLable(PostgreSQLStatementParser.ColLableContext ctx)
PostgreSQLStatementParser.colLable().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitColLable 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitBit(PostgreSQLStatementParser.BitContext ctx)
PostgreSQLStatementParser.bit().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBit 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitBitWithLength(PostgreSQLStatementParser.BitWithLengthContext ctx)
PostgreSQLStatementParser.bitWithLength().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBitWithLength 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitBitWithoutLength(PostgreSQLStatementParser.BitWithoutLengthContext ctx)
PostgreSQLStatementParser.bitWithoutLength().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBitWithoutLength 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitConstInterval(PostgreSQLStatementParser.ConstIntervalContext ctx)
PostgreSQLStatementParser.constInterval().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitConstInterval 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitOptInterval(PostgreSQLStatementParser.OptIntervalContext ctx)
PostgreSQLStatementParser.optInterval().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOptInterval 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitOptArrayBounds(PostgreSQLStatementParser.OptArrayBoundsContext ctx)
PostgreSQLStatementParser.optArrayBounds().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOptArrayBounds 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitIntervalSecond(PostgreSQLStatementParser.IntervalSecondContext ctx)
PostgreSQLStatementParser.intervalSecond().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIntervalSecond 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitUnicodeNormalForm(PostgreSQLStatementParser.UnicodeNormalFormContext ctx)
PostgreSQLStatementParser.unicodeNormalForm().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUnicodeNormalForm 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitTrimList(PostgreSQLStatementParser.TrimListContext ctx)
PostgreSQLStatementParser.trimList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTrimList 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitOverlayList(PostgreSQLStatementParser.OverlayListContext ctx)
PostgreSQLStatementParser.overlayList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOverlayList 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitOverlayPlacing(PostgreSQLStatementParser.OverlayPlacingContext ctx)
PostgreSQLStatementParser.overlayPlacing().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOverlayPlacing 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitSubstrFrom(PostgreSQLStatementParser.SubstrFromContext ctx)
PostgreSQLStatementParser.substrFrom().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSubstrFrom 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitSubstrFor(PostgreSQLStatementParser.SubstrForContext ctx)
PostgreSQLStatementParser.substrFor().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSubstrFor 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitPositionList(PostgreSQLStatementParser.PositionListContext ctx)
PostgreSQLStatementParser.positionList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPositionList 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitSubstrList(PostgreSQLStatementParser.SubstrListContext ctx)
PostgreSQLStatementParser.substrList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSubstrList 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitXmlAttributes(PostgreSQLStatementParser.XmlAttributesContext ctx)
PostgreSQLStatementParser.xmlAttributes().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitXmlAttributes 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitXmlAttributeList(PostgreSQLStatementParser.XmlAttributeListContext ctx)
PostgreSQLStatementParser.xmlAttributeList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitXmlAttributeList 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitXmlAttributeEl(PostgreSQLStatementParser.XmlAttributeElContext ctx)
PostgreSQLStatementParser.xmlAttributeEl().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitXmlAttributeEl 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitXmlExistsArgument(PostgreSQLStatementParser.XmlExistsArgumentContext ctx)
PostgreSQLStatementParser.xmlExistsArgument().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitXmlExistsArgument 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitXmlPassingMech(PostgreSQLStatementParser.XmlPassingMechContext ctx)
PostgreSQLStatementParser.xmlPassingMech().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitXmlPassingMech 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitDocumentOrContent(PostgreSQLStatementParser.DocumentOrContentContext ctx)
PostgreSQLStatementParser.documentOrContent().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDocumentOrContent 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitXmlWhitespaceOption(PostgreSQLStatementParser.XmlWhitespaceOptionContext ctx)
PostgreSQLStatementParser.xmlWhitespaceOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitXmlWhitespaceOption 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitXmlRootVersion(PostgreSQLStatementParser.XmlRootVersionContext ctx)
PostgreSQLStatementParser.xmlRootVersion().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitXmlRootVersion 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitXmlRootStandalone(PostgreSQLStatementParser.XmlRootStandaloneContext ctx)
PostgreSQLStatementParser.xmlRootStandalone().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitXmlRootStandalone 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitRowsFromItem(PostgreSQLStatementParser.RowsFromItemContext ctx)
PostgreSQLStatementParser.rowsFromItem().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRowsFromItem 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitRowsFromList(PostgreSQLStatementParser.RowsFromListContext ctx)
PostgreSQLStatementParser.rowsFromList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRowsFromList 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitColumnDefList(PostgreSQLStatementParser.ColumnDefListContext ctx)
PostgreSQLStatementParser.columnDefList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitColumnDefList 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitTableFuncElementList(PostgreSQLStatementParser.TableFuncElementListContext ctx)
PostgreSQLStatementParser.tableFuncElementList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableFuncElementList 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitTableFuncElement(PostgreSQLStatementParser.TableFuncElementContext ctx)
PostgreSQLStatementParser.tableFuncElement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableFuncElement 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitCollateClause(PostgreSQLStatementParser.CollateClauseContext 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 visitAnyName(PostgreSQLStatementParser.AnyNameContext ctx)
PostgreSQLStatementParser.anyName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAnyName 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitAliasClause(PostgreSQLStatementParser.AliasClauseContext ctx)
PostgreSQLStatementParser.aliasClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAliasClause 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitNameList(PostgreSQLStatementParser.NameListContext ctx)
PostgreSQLStatementParser.nameList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNameList 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitFuncAliasClause(PostgreSQLStatementParser.FuncAliasClauseContext ctx)
PostgreSQLStatementParser.funcAliasClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFuncAliasClause 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitTablesampleClause(PostgreSQLStatementParser.TablesampleClauseContext ctx)
PostgreSQLStatementParser.tablesampleClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTablesampleClause 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitRepeatableClause(PostgreSQLStatementParser.RepeatableClauseContext ctx)
PostgreSQLStatementParser.repeatableClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRepeatableClause 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitAllOrDistinct(PostgreSQLStatementParser.AllOrDistinctContext ctx)
PostgreSQLStatementParser.allOrDistinct().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAllOrDistinct 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitSortClause(PostgreSQLStatementParser.SortClauseContext ctx)
PostgreSQLStatementParser.sortClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSortClause 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitSortbyList(PostgreSQLStatementParser.SortbyListContext ctx)
PostgreSQLStatementParser.sortbyList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSortbyList 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitSortby(PostgreSQLStatementParser.SortbyContext ctx)
PostgreSQLStatementParser.sortby().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSortby 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitNullsOrder(PostgreSQLStatementParser.NullsOrderContext ctx)
PostgreSQLStatementParser.nullsOrder().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNullsOrder 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitDistinctClause(PostgreSQLStatementParser.DistinctClauseContext ctx)
PostgreSQLStatementParser.distinctClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDistinctClause 在接口中 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 visitOverClause(PostgreSQLStatementParser.OverClauseContext ctx)
PostgreSQLStatementParser.overClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOverClause 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitWindowName(PostgreSQLStatementParser.WindowNameContext ctx)
PostgreSQLStatementParser.windowName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWindowName 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitIndexParams(PostgreSQLStatementParser.IndexParamsContext ctx)
PostgreSQLStatementParser.indexParams().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIndexParams 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitIndexElemOptions(PostgreSQLStatementParser.IndexElemOptionsContext ctx)
PostgreSQLStatementParser.indexElemOptions().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIndexElemOptions 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitIndexElem(PostgreSQLStatementParser.IndexElemContext ctx)
PostgreSQLStatementParser.indexElem().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIndexElem 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitCollate(PostgreSQLStatementParser.CollateContext ctx)
PostgreSQLStatementParser.collate().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCollate 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitOptClass(PostgreSQLStatementParser.OptClassContext ctx)
PostgreSQLStatementParser.optClass().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOptClass 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitReloptions(PostgreSQLStatementParser.ReloptionsContext ctx)
PostgreSQLStatementParser.reloptions().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitReloptions 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitReloptionList(PostgreSQLStatementParser.ReloptionListContext ctx)
PostgreSQLStatementParser.reloptionList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitReloptionList 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitReloptionElem(PostgreSQLStatementParser.ReloptionElemContext ctx)
PostgreSQLStatementParser.reloptionElem().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitReloptionElem 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitDefArg(PostgreSQLStatementParser.DefArgContext ctx)
PostgreSQLStatementParser.defArg().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDefArg 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitFuncType(PostgreSQLStatementParser.FuncTypeContext ctx)
PostgreSQLStatementParser.funcType().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFuncType 在接口中 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.CharacterSetContext 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 visitIgnoredIdentifier(PostgreSQLStatementParser.IgnoredIdentifierContext 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.IgnoredIdentifiersContext 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 visitSignedIconst(PostgreSQLStatementParser.SignedIconstContext ctx)
PostgreSQLStatementParser.signedIconst().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSignedIconst 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitBooleanOrString(PostgreSQLStatementParser.BooleanOrStringContext ctx)
PostgreSQLStatementParser.booleanOrString().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBooleanOrString 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitNonReservedWord(PostgreSQLStatementParser.NonReservedWordContext ctx)
PostgreSQLStatementParser.nonReservedWord().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNonReservedWord 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitColNameKeyword(PostgreSQLStatementParser.ColNameKeywordContext ctx)
PostgreSQLStatementParser.colNameKeyword().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitColNameKeyword 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitDatabaseName(PostgreSQLStatementParser.DatabaseNameContext ctx)
PostgreSQLStatementParser.databaseName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDatabaseName 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitRoleSpec(PostgreSQLStatementParser.RoleSpecContext ctx)
PostgreSQLStatementParser.roleSpec().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRoleSpec 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitVarName(PostgreSQLStatementParser.VarNameContext ctx)
PostgreSQLStatementParser.varName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitVarName 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitVarList(PostgreSQLStatementParser.VarListContext ctx)
PostgreSQLStatementParser.varList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitVarList 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitVarValue(PostgreSQLStatementParser.VarValueContext ctx)
PostgreSQLStatementParser.varValue().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitVarValue 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitZoneValue(PostgreSQLStatementParser.ZoneValueContext ctx)
PostgreSQLStatementParser.zoneValue().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitZoneValue 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitNumericOnly(PostgreSQLStatementParser.NumericOnlyContext ctx)
PostgreSQLStatementParser.numericOnly().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNumericOnly 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitIsoLevel(PostgreSQLStatementParser.IsoLevelContext ctx)
PostgreSQLStatementParser.isoLevel().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIsoLevel 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitColumnDef(PostgreSQLStatementParser.ColumnDefContext ctx)
PostgreSQLStatementParser.columnDef().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitColumnDef 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitColQualList(PostgreSQLStatementParser.ColQualListContext ctx)
PostgreSQLStatementParser.colQualList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitColQualList 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitColConstraint(PostgreSQLStatementParser.ColConstraintContext ctx)
PostgreSQLStatementParser.colConstraint().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitColConstraint 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitConstraintAttr(PostgreSQLStatementParser.ConstraintAttrContext ctx)
PostgreSQLStatementParser.constraintAttr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitConstraintAttr 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitColConstraintElem(PostgreSQLStatementParser.ColConstraintElemContext ctx)
PostgreSQLStatementParser.colConstraintElem().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitColConstraintElem 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitParenthesizedSeqOptList(PostgreSQLStatementParser.ParenthesizedSeqOptListContext ctx)
PostgreSQLStatementParser.parenthesizedSeqOptList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitParenthesizedSeqOptList 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitSeqOptList(PostgreSQLStatementParser.SeqOptListContext ctx)
PostgreSQLStatementParser.seqOptList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSeqOptList 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitSeqOptElem(PostgreSQLStatementParser.SeqOptElemContext ctx)
PostgreSQLStatementParser.seqOptElem().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSeqOptElem 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitOptColumnList(PostgreSQLStatementParser.OptColumnListContext ctx)
PostgreSQLStatementParser.optColumnList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOptColumnList 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitColumnElem(PostgreSQLStatementParser.ColumnElemContext ctx)
PostgreSQLStatementParser.columnElem().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitColumnElem 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitColumnList(PostgreSQLStatementParser.ColumnListContext ctx)
PostgreSQLStatementParser.columnList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitColumnList 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitGeneratedWhen(PostgreSQLStatementParser.GeneratedWhenContext ctx)
PostgreSQLStatementParser.generatedWhen().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGeneratedWhen 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitNoInherit(PostgreSQLStatementParser.NoInheritContext ctx)
PostgreSQLStatementParser.noInherit().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNoInherit 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitConsTableSpace(PostgreSQLStatementParser.ConsTableSpaceContext ctx)
PostgreSQLStatementParser.consTableSpace().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitConsTableSpace 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitDefinition(PostgreSQLStatementParser.DefinitionContext ctx)
PostgreSQLStatementParser.definition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDefinition 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitDefList(PostgreSQLStatementParser.DefListContext ctx)
PostgreSQLStatementParser.defList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDefList 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitDefElem(PostgreSQLStatementParser.DefElemContext ctx)
PostgreSQLStatementParser.defElem().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDefElem 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitColLabel(PostgreSQLStatementParser.ColLabelContext ctx)
PostgreSQLStatementParser.colLabel().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitColLabel 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitKeyActions(PostgreSQLStatementParser.KeyActionsContext ctx)
PostgreSQLStatementParser.keyActions().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitKeyActions 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitKeyDelete(PostgreSQLStatementParser.KeyDeleteContext ctx)
PostgreSQLStatementParser.keyDelete().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitKeyDelete 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitKeyUpdate(PostgreSQLStatementParser.KeyUpdateContext ctx)
PostgreSQLStatementParser.keyUpdate().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitKeyUpdate 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitKeyAction(PostgreSQLStatementParser.KeyActionContext ctx)
PostgreSQLStatementParser.keyAction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitKeyAction 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitKeyMatch(PostgreSQLStatementParser.KeyMatchContext ctx)
PostgreSQLStatementParser.keyMatch().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitKeyMatch 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitCreateGenericOptions(PostgreSQLStatementParser.CreateGenericOptionsContext ctx)
PostgreSQLStatementParser.createGenericOptions().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateGenericOptions 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitGenericOptionList(PostgreSQLStatementParser.GenericOptionListContext ctx)
PostgreSQLStatementParser.genericOptionList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGenericOptionList 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitGenericOptionElem(PostgreSQLStatementParser.GenericOptionElemContext ctx)
PostgreSQLStatementParser.genericOptionElem().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGenericOptionElem 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitGenericOptionArg(PostgreSQLStatementParser.GenericOptionArgContext ctx)
PostgreSQLStatementParser.genericOptionArg().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGenericOptionArg 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitGenericOptionName(PostgreSQLStatementParser.GenericOptionNameContext ctx)
PostgreSQLStatementParser.genericOptionName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGenericOptionName 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitReplicaIdentity(PostgreSQLStatementParser.ReplicaIdentityContext ctx)
PostgreSQLStatementParser.replicaIdentity().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitReplicaIdentity 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitOperArgtypes(PostgreSQLStatementParser.OperArgtypesContext ctx)
PostgreSQLStatementParser.operArgtypes().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOperArgtypes 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitFuncArg(PostgreSQLStatementParser.FuncArgContext ctx)
PostgreSQLStatementParser.funcArg().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFuncArg 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitArgClass(PostgreSQLStatementParser.ArgClassContext ctx)
PostgreSQLStatementParser.argClass().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitArgClass 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitFuncArgsList(PostgreSQLStatementParser.FuncArgsListContext ctx)
PostgreSQLStatementParser.funcArgsList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFuncArgsList 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitNonReservedWordOrSconst(PostgreSQLStatementParser.NonReservedWordOrSconstContext ctx)
PostgreSQLStatementParser.nonReservedWordOrSconst().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNonReservedWordOrSconst 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitFileName(PostgreSQLStatementParser.FileNameContext ctx)
PostgreSQLStatementParser.fileName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFileName 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitRoleList(PostgreSQLStatementParser.RoleListContext ctx)
PostgreSQLStatementParser.roleList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRoleList 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitSetResetClause(PostgreSQLStatementParser.SetResetClauseContext ctx)
PostgreSQLStatementParser.setResetClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSetResetClause 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitSetRest(PostgreSQLStatementParser.SetRestContext ctx)
PostgreSQLStatementParser.setRest().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSetRest 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitTransactionModeList(PostgreSQLStatementParser.TransactionModeListContext ctx)
PostgreSQLStatementParser.transactionModeList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTransactionModeList 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitTransactionModeItem(PostgreSQLStatementParser.TransactionModeItemContext ctx)
PostgreSQLStatementParser.transactionModeItem().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTransactionModeItem 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitSetRestMore(PostgreSQLStatementParser.SetRestMoreContext ctx)
PostgreSQLStatementParser.setRestMore().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSetRestMore 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitEncoding(PostgreSQLStatementParser.EncodingContext ctx)
PostgreSQLStatementParser.encoding().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitEncoding 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitGenericSet(PostgreSQLStatementParser.GenericSetContext ctx)
PostgreSQLStatementParser.genericSet().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGenericSet 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitVariableResetStmt(PostgreSQLStatementParser.VariableResetStmtContext ctx)
PostgreSQLStatementParser.variableResetStmt().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitVariableResetStmt 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitResetRest(PostgreSQLStatementParser.ResetRestContext ctx)
PostgreSQLStatementParser.resetRest().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitResetRest 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitGenericReset(PostgreSQLStatementParser.GenericResetContext ctx)
PostgreSQLStatementParser.genericReset().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGenericReset 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitRelationExprList(PostgreSQLStatementParser.RelationExprListContext ctx)
PostgreSQLStatementParser.relationExprList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRelationExprList 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitCommonFuncOptItem(PostgreSQLStatementParser.CommonFuncOptItemContext ctx)
PostgreSQLStatementParser.commonFuncOptItem().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCommonFuncOptItem 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitFunctionSetResetClause(PostgreSQLStatementParser.FunctionSetResetClauseContext ctx)
PostgreSQLStatementParser.functionSetResetClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFunctionSetResetClause 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitRowSecurityCmd(PostgreSQLStatementParser.RowSecurityCmdContext ctx)
PostgreSQLStatementParser.rowSecurityCmd().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRowSecurityCmd 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitEvent(PostgreSQLStatementParser.EventContext ctx)
PostgreSQLStatementParser.event().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitEvent 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitTypeNameList(PostgreSQLStatementParser.TypeNameListContext ctx)
PostgreSQLStatementParser.typeNameList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTypeNameList 在接口中 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 visitExecuteParamClause(PostgreSQLStatementParser.ExecuteParamClauseContext ctx)
PostgreSQLStatementParser.executeParamClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExecuteParamClause 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitPartitionBoundSpec(PostgreSQLStatementParser.PartitionBoundSpecContext ctx)
PostgreSQLStatementParser.partitionBoundSpec().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPartitionBoundSpec 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitHashPartbound(PostgreSQLStatementParser.HashPartboundContext ctx)
PostgreSQLStatementParser.hashPartbound().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitHashPartbound 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitHashPartboundElem(PostgreSQLStatementParser.HashPartboundElemContext ctx)
PostgreSQLStatementParser.hashPartboundElem().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitHashPartboundElem 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitTypedTableElementList(PostgreSQLStatementParser.TypedTableElementListContext ctx)
PostgreSQLStatementParser.typedTableElementList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTypedTableElementList 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitTypedTableElement(PostgreSQLStatementParser.TypedTableElementContext ctx)
PostgreSQLStatementParser.typedTableElement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTypedTableElement 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitColumnOptions(PostgreSQLStatementParser.ColumnOptionsContext ctx)
PostgreSQLStatementParser.columnOptions().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitColumnOptions 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitWithData(PostgreSQLStatementParser.WithDataContext ctx)
PostgreSQLStatementParser.withData().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWithData 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitTableSpace(PostgreSQLStatementParser.TableSpaceContext ctx)
PostgreSQLStatementParser.tableSpace().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableSpace 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitOnCommitOption(PostgreSQLStatementParser.OnCommitOptionContext ctx)
PostgreSQLStatementParser.onCommitOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOnCommitOption 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitWithOption(PostgreSQLStatementParser.WithOptionContext ctx)
PostgreSQLStatementParser.withOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWithOption 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitTableAccessMethodClause(PostgreSQLStatementParser.TableAccessMethodClauseContext ctx)
PostgreSQLStatementParser.tableAccessMethodClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableAccessMethodClause 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitAccessMethod(PostgreSQLStatementParser.AccessMethodContext ctx)
PostgreSQLStatementParser.accessMethod().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAccessMethod 在接口中 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 visitInclude(PostgreSQLStatementParser.IncludeContext ctx)
PostgreSQLStatementParser.include().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitInclude 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitIndexIncludingParams(PostgreSQLStatementParser.IndexIncludingParamsContext ctx)
PostgreSQLStatementParser.indexIncludingParams().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIndexIncludingParams 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitAccessMethodClause(PostgreSQLStatementParser.AccessMethodClauseContext ctx)
PostgreSQLStatementParser.accessMethodClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAccessMethodClause 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitCreateDatabase(PostgreSQLStatementParser.CreateDatabaseContext ctx)
PostgreSQLStatementParser.createDatabase().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateDatabase 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitCreateView(PostgreSQLStatementParser.CreateViewContext ctx)
PostgreSQLStatementParser.createView().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateView 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitDropDatabase(PostgreSQLStatementParser.DropDatabaseContext ctx)
PostgreSQLStatementParser.dropDatabase().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropDatabase 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitCreateDatabaseSpecification(PostgreSQLStatementParser.CreateDatabaseSpecificationContext ctx)
PostgreSQLStatementParser.createDatabaseSpecification().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateDatabaseSpecification 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitCreatedbOptName(PostgreSQLStatementParser.CreatedbOptNameContext ctx)
PostgreSQLStatementParser.createdbOptName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreatedbOptName 在接口中 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 visitDropTableOpt(PostgreSQLStatementParser.DropTableOptContext ctx)
PostgreSQLStatementParser.dropTableOpt().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropTableOpt 在接口中 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 visitDropIndexOpt(PostgreSQLStatementParser.DropIndexOptContext ctx)
PostgreSQLStatementParser.dropIndexOpt().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropIndexOpt 在接口中 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 visitRestartSeqs(PostgreSQLStatementParser.RestartSeqsContext ctx)
PostgreSQLStatementParser.restartSeqs().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRestartSeqs 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitCreateTableSpecification(PostgreSQLStatementParser.CreateTableSpecificationContext 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.TableNotExistClauseContext 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 visitExclusionWhereClause(PostgreSQLStatementParser.ExclusionWhereClauseContext ctx)
PostgreSQLStatementParser.exclusionWhereClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExclusionWhereClause 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitExclusionConstraintList(PostgreSQLStatementParser.ExclusionConstraintListContext ctx)
PostgreSQLStatementParser.exclusionConstraintList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExclusionConstraintList 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitExclusionConstraintElem(PostgreSQLStatementParser.ExclusionConstraintElemContext ctx)
PostgreSQLStatementParser.exclusionConstraintElem().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExclusionConstraintElem 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitInheritClause(PostgreSQLStatementParser.InheritClauseContext 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 visitPartitionSpec(PostgreSQLStatementParser.PartitionSpecContext ctx)
PostgreSQLStatementParser.partitionSpec().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPartitionSpec 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitPartParams(PostgreSQLStatementParser.PartParamsContext ctx)
PostgreSQLStatementParser.partParams().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPartParams 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitPartElem(PostgreSQLStatementParser.PartElemContext ctx)
PostgreSQLStatementParser.partElem().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPartElem 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitFuncExprWindowless(PostgreSQLStatementParser.FuncExprWindowlessContext ctx)
PostgreSQLStatementParser.funcExprWindowless().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFuncExprWindowless 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitPartStrategy(PostgreSQLStatementParser.PartStrategyContext ctx)
PostgreSQLStatementParser.partStrategy().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPartStrategy 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitCreateIndexSpecification(PostgreSQLStatementParser.CreateIndexSpecificationContext 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.ConcurrentlyClauseContext 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.IndexNotExistClauseContext 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.OnlyClauseContext 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.TableExistClauseContext 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.AsteriskClauseContext 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 visitPartitionCmd(PostgreSQLStatementParser.PartitionCmdContext ctx)
PostgreSQLStatementParser.partitionCmd().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPartitionCmd 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitAlterIndexDefinitionClause(PostgreSQLStatementParser.AlterIndexDefinitionClauseContext 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 visitIndexPartitionCmd(PostgreSQLStatementParser.IndexPartitionCmdContext ctx)
PostgreSQLStatementParser.indexPartitionCmd().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIndexPartitionCmd 在接口中 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.ColumnExistClauseContext 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.RenameTableSpecificationContext 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.IndexExistClauseContext 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 visitAlterDatabase(PostgreSQLStatementParser.AlterDatabaseContext ctx)
PostgreSQLStatementParser.alterDatabase().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterDatabase 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitAlterDatabaseClause(PostgreSQLStatementParser.AlterDatabaseClauseContext ctx)
PostgreSQLStatementParser.alterDatabaseClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterDatabaseClause 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitCreatedbOptItems(PostgreSQLStatementParser.CreatedbOptItemsContext ctx)
PostgreSQLStatementParser.createdbOptItems().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreatedbOptItems 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitCreatedbOptItem(PostgreSQLStatementParser.CreatedbOptItemContext ctx)
PostgreSQLStatementParser.createdbOptItem().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreatedbOptItem 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitAlterTableCmds(PostgreSQLStatementParser.AlterTableCmdsContext ctx)
PostgreSQLStatementParser.alterTableCmds().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterTableCmds 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitAlterTableCmd(PostgreSQLStatementParser.AlterTableCmdContext ctx)
PostgreSQLStatementParser.alterTableCmd().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterTableCmd 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitConstraintAttributeSpec(PostgreSQLStatementParser.ConstraintAttributeSpecContext ctx)
PostgreSQLStatementParser.constraintAttributeSpec().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitConstraintAttributeSpec 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitConstraintAttributeElem(PostgreSQLStatementParser.ConstraintAttributeElemContext ctx)
PostgreSQLStatementParser.constraintAttributeElem().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitConstraintAttributeElem 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitAlterGenericOptions(PostgreSQLStatementParser.AlterGenericOptionsContext ctx)
PostgreSQLStatementParser.alterGenericOptions().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterGenericOptions 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitAlterGenericOptionList(PostgreSQLStatementParser.AlterGenericOptionListContext ctx)
PostgreSQLStatementParser.alterGenericOptionList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterGenericOptionList 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitAlterGenericOptionElem(PostgreSQLStatementParser.AlterGenericOptionElemContext ctx)
PostgreSQLStatementParser.alterGenericOptionElem().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterGenericOptionElem 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitDropBehavior(PostgreSQLStatementParser.DropBehaviorContext ctx)
PostgreSQLStatementParser.dropBehavior().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropBehavior 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitAlterUsing(PostgreSQLStatementParser.AlterUsingContext ctx)
PostgreSQLStatementParser.alterUsing().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterUsing 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitSetData(PostgreSQLStatementParser.SetDataContext ctx)
PostgreSQLStatementParser.setData().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSetData 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitAlterIdentityColumnOptionList(PostgreSQLStatementParser.AlterIdentityColumnOptionListContext ctx)
PostgreSQLStatementParser.alterIdentityColumnOptionList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterIdentityColumnOptionList 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitAlterIdentityColumnOption(PostgreSQLStatementParser.AlterIdentityColumnOptionContext ctx)
PostgreSQLStatementParser.alterIdentityColumnOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterIdentityColumnOption 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitAlterColumnDefault(PostgreSQLStatementParser.AlterColumnDefaultContext ctx)
PostgreSQLStatementParser.alterColumnDefault().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterColumnDefault 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitAlterOperator(PostgreSQLStatementParser.AlterOperatorContext ctx)
PostgreSQLStatementParser.alterOperator().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterOperator 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitAlterOperatorClass(PostgreSQLStatementParser.AlterOperatorClassContext ctx)
PostgreSQLStatementParser.alterOperatorClass().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterOperatorClass 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitAlterOperatorClassClauses(PostgreSQLStatementParser.AlterOperatorClassClausesContext ctx)
PostgreSQLStatementParser.alterOperatorClassClauses().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterOperatorClassClauses 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitAlterOperatorFamily(PostgreSQLStatementParser.AlterOperatorFamilyContext ctx)
PostgreSQLStatementParser.alterOperatorFamily().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterOperatorFamily 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitAlterOperatorFamilyClauses(PostgreSQLStatementParser.AlterOperatorFamilyClausesContext ctx)
PostgreSQLStatementParser.alterOperatorFamilyClauses().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterOperatorFamilyClauses 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitOpclassItemList(PostgreSQLStatementParser.OpclassItemListContext ctx)
PostgreSQLStatementParser.opclassItemList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOpclassItemList 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitOpclassItem(PostgreSQLStatementParser.OpclassItemContext ctx)
PostgreSQLStatementParser.opclassItem().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOpclassItem 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitOpclassPurpose(PostgreSQLStatementParser.OpclassPurposeContext ctx)
PostgreSQLStatementParser.opclassPurpose().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOpclassPurpose 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitAlterOperatorClauses(PostgreSQLStatementParser.AlterOperatorClausesContext ctx)
PostgreSQLStatementParser.alterOperatorClauses().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterOperatorClauses 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitOperatorDefList(PostgreSQLStatementParser.OperatorDefListContext ctx)
PostgreSQLStatementParser.operatorDefList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOperatorDefList 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitOperatorDefElem(PostgreSQLStatementParser.OperatorDefElemContext ctx)
PostgreSQLStatementParser.operatorDefElem().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOperatorDefElem 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitOperatorDefArg(PostgreSQLStatementParser.OperatorDefArgContext ctx)
PostgreSQLStatementParser.operatorDefArg().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOperatorDefArg 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitOperatorWithArgtypes(PostgreSQLStatementParser.OperatorWithArgtypesContext ctx)
PostgreSQLStatementParser.operatorWithArgtypes().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOperatorWithArgtypes 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitAlterAggregate(PostgreSQLStatementParser.AlterAggregateContext ctx)
PostgreSQLStatementParser.alterAggregate().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterAggregate 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitAggregateSignature(PostgreSQLStatementParser.AggregateSignatureContext ctx)
PostgreSQLStatementParser.aggregateSignature().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAggregateSignature 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitAggrArgs(PostgreSQLStatementParser.AggrArgsContext ctx)
PostgreSQLStatementParser.aggrArgs().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAggrArgs 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitAggrArgsList(PostgreSQLStatementParser.AggrArgsListContext ctx)
PostgreSQLStatementParser.aggrArgsList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAggrArgsList 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitAggrArg(PostgreSQLStatementParser.AggrArgContext ctx)
PostgreSQLStatementParser.aggrArg().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAggrArg 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitAlterAggregateDefinitionClause(PostgreSQLStatementParser.AlterAggregateDefinitionClauseContext ctx)
PostgreSQLStatementParser.alterAggregateDefinitionClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterAggregateDefinitionClause 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitAlterCollation(PostgreSQLStatementParser.AlterCollationContext ctx)
PostgreSQLStatementParser.alterCollation().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterCollation 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitAlterCollationClause(PostgreSQLStatementParser.AlterCollationClauseContext ctx)
PostgreSQLStatementParser.alterCollationClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterCollationClause 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitAlterConversion(PostgreSQLStatementParser.AlterConversionContext ctx)
PostgreSQLStatementParser.alterConversion().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterConversion 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitAlterConversionClause(PostgreSQLStatementParser.AlterConversionClauseContext ctx)
PostgreSQLStatementParser.alterConversionClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterConversionClause 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitAlterDefaultPrivileges(PostgreSQLStatementParser.AlterDefaultPrivilegesContext ctx)
PostgreSQLStatementParser.alterDefaultPrivileges().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterDefaultPrivileges 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitDefACLAction(PostgreSQLStatementParser.DefACLActionContext ctx)
PostgreSQLStatementParser.defACLAction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDefACLAction 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitGrantGrantOption(PostgreSQLStatementParser.GrantGrantOptionContext ctx)
PostgreSQLStatementParser.grantGrantOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGrantGrantOption 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitGranteeList(PostgreSQLStatementParser.GranteeListContext ctx)
PostgreSQLStatementParser.granteeList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGranteeList 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitGrantee(PostgreSQLStatementParser.GranteeContext ctx)
PostgreSQLStatementParser.grantee().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGrantee 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitDefaclPrivilegeTarget(PostgreSQLStatementParser.DefaclPrivilegeTargetContext ctx)
PostgreSQLStatementParser.defaclPrivilegeTarget().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDefaclPrivilegeTarget 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitPrivileges(PostgreSQLStatementParser.PrivilegesContext 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 visitPrivilegeList(PostgreSQLStatementParser.PrivilegeListContext ctx)
PostgreSQLStatementParser.privilegeList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPrivilegeList 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitPrivilege(PostgreSQLStatementParser.PrivilegeContext ctx)
PostgreSQLStatementParser.privilege().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPrivilege 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitDefACLOptionList(PostgreSQLStatementParser.DefACLOptionListContext ctx)
PostgreSQLStatementParser.defACLOptionList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDefACLOptionList 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitDefACLOption(PostgreSQLStatementParser.DefACLOptionContext ctx)
PostgreSQLStatementParser.defACLOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDefACLOption 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitSchemaNameList(PostgreSQLStatementParser.SchemaNameListContext ctx)
PostgreSQLStatementParser.schemaNameList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSchemaNameList 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitAlterDomain(PostgreSQLStatementParser.AlterDomainContext ctx)
PostgreSQLStatementParser.alterDomain().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterDomain 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitAlterDomainClause(PostgreSQLStatementParser.AlterDomainClauseContext ctx)
PostgreSQLStatementParser.alterDomainClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterDomainClause 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitConstraintName(PostgreSQLStatementParser.ConstraintNameContext ctx)
PostgreSQLStatementParser.constraintName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitConstraintName 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitAlterEventTrigger(PostgreSQLStatementParser.AlterEventTriggerContext ctx)
PostgreSQLStatementParser.alterEventTrigger().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterEventTrigger 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitAlterEventTriggerClause(PostgreSQLStatementParser.AlterEventTriggerClauseContext ctx)
PostgreSQLStatementParser.alterEventTriggerClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterEventTriggerClause 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitTiggerName(PostgreSQLStatementParser.TiggerNameContext ctx)
PostgreSQLStatementParser.tiggerName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTiggerName 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitAlterExtension(PostgreSQLStatementParser.AlterExtensionContext ctx)
PostgreSQLStatementParser.alterExtension().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterExtension 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitAlterExtensionClauses(PostgreSQLStatementParser.AlterExtensionClausesContext ctx)
PostgreSQLStatementParser.alterExtensionClauses().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterExtensionClauses 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitFunctionWithArgtypes(PostgreSQLStatementParser.FunctionWithArgtypesContext ctx)
PostgreSQLStatementParser.functionWithArgtypes().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFunctionWithArgtypes 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitFuncArgs(PostgreSQLStatementParser.FuncArgsContext ctx)
PostgreSQLStatementParser.funcArgs().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFuncArgs 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitAggregateWithArgtypes(PostgreSQLStatementParser.AggregateWithArgtypesContext ctx)
PostgreSQLStatementParser.aggregateWithArgtypes().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAggregateWithArgtypes 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitAlterExtensionOptList(PostgreSQLStatementParser.AlterExtensionOptListContext ctx)
PostgreSQLStatementParser.alterExtensionOptList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterExtensionOptList 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitAlterExtensionOptItem(PostgreSQLStatementParser.AlterExtensionOptItemContext ctx)
PostgreSQLStatementParser.alterExtensionOptItem().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterExtensionOptItem 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitAlterForeignDataWrapper(PostgreSQLStatementParser.AlterForeignDataWrapperContext ctx)
PostgreSQLStatementParser.alterForeignDataWrapper().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterForeignDataWrapper 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitAlterForeignDataWrapperClauses(PostgreSQLStatementParser.AlterForeignDataWrapperClausesContext ctx)
PostgreSQLStatementParser.alterForeignDataWrapperClauses().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterForeignDataWrapperClauses 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitFdwOptions(PostgreSQLStatementParser.FdwOptionsContext ctx)
PostgreSQLStatementParser.fdwOptions().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFdwOptions 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitFdwOption(PostgreSQLStatementParser.FdwOptionContext ctx)
PostgreSQLStatementParser.fdwOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFdwOption 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitHandlerName(PostgreSQLStatementParser.HandlerNameContext ctx)
PostgreSQLStatementParser.handlerName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitHandlerName 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitAlterGroup(PostgreSQLStatementParser.AlterGroupContext ctx)
PostgreSQLStatementParser.alterGroup().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterGroup 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitAlterGroupClauses(PostgreSQLStatementParser.AlterGroupClausesContext ctx)
PostgreSQLStatementParser.alterGroupClauses().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterGroupClauses 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitAlterLanguage(PostgreSQLStatementParser.AlterLanguageContext ctx)
PostgreSQLStatementParser.alterLanguage().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterLanguage 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitAlterLargeObject(PostgreSQLStatementParser.AlterLargeObjectContext ctx)
PostgreSQLStatementParser.alterLargeObject().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterLargeObject 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitAlterMaterializedView(PostgreSQLStatementParser.AlterMaterializedViewContext ctx)
PostgreSQLStatementParser.alterMaterializedView().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterMaterializedView 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitAlterMaterializedViewClauses(PostgreSQLStatementParser.AlterMaterializedViewClausesContext ctx)
PostgreSQLStatementParser.alterMaterializedViewClauses().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterMaterializedViewClauses 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitDeclare(PostgreSQLStatementParser.DeclareContext ctx)
PostgreSQLStatementParser.declare().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDeclare 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitCursorOptions(PostgreSQLStatementParser.CursorOptionsContext ctx)
PostgreSQLStatementParser.cursorOptions().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCursorOptions 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitCursorOption(PostgreSQLStatementParser.CursorOptionContext ctx)
PostgreSQLStatementParser.cursorOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCursorOption 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitCreateMaterializedView(PostgreSQLStatementParser.CreateMaterializedViewContext ctx)
PostgreSQLStatementParser.createMaterializedView().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateMaterializedView 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitCreateMvTarget(PostgreSQLStatementParser.CreateMvTargetContext ctx)
PostgreSQLStatementParser.createMvTarget().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateMvTarget 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitRefreshMatViewStmt(PostgreSQLStatementParser.RefreshMatViewStmtContext ctx)
PostgreSQLStatementParser.refreshMatViewStmt().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRefreshMatViewStmt 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitAlterPolicy(PostgreSQLStatementParser.AlterPolicyContext ctx)
PostgreSQLStatementParser.alterPolicy().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterPolicy 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitAlterPolicyClauses(PostgreSQLStatementParser.AlterPolicyClausesContext ctx)
PostgreSQLStatementParser.alterPolicyClauses().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterPolicyClauses 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitAlterProcedure(PostgreSQLStatementParser.AlterProcedureContext ctx)
PostgreSQLStatementParser.alterProcedure().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterProcedure 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitAlterProcedureClauses(PostgreSQLStatementParser.AlterProcedureClausesContext ctx)
PostgreSQLStatementParser.alterProcedureClauses().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterProcedureClauses 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitAlterfuncOptList(PostgreSQLStatementParser.AlterfuncOptListContext ctx)
PostgreSQLStatementParser.alterfuncOptList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterfuncOptList 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitAlterFunction(PostgreSQLStatementParser.AlterFunctionContext ctx)
PostgreSQLStatementParser.alterFunction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterFunction 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitAlterFunctionClauses(PostgreSQLStatementParser.AlterFunctionClausesContext ctx)
PostgreSQLStatementParser.alterFunctionClauses().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterFunctionClauses 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitAlterPublication(PostgreSQLStatementParser.AlterPublicationContext ctx)
PostgreSQLStatementParser.alterPublication().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterPublication 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitAlterRoutine(PostgreSQLStatementParser.AlterRoutineContext ctx)
PostgreSQLStatementParser.alterRoutine().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterRoutine 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitAlterRule(PostgreSQLStatementParser.AlterRuleContext ctx)
PostgreSQLStatementParser.alterRule().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterRule 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitAlterSequence(PostgreSQLStatementParser.AlterSequenceContext ctx)
PostgreSQLStatementParser.alterSequence().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterSequence 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitAlterSequenceClauses(PostgreSQLStatementParser.AlterSequenceClausesContext ctx)
PostgreSQLStatementParser.alterSequenceClauses().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterSequenceClauses 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitAlterServer(PostgreSQLStatementParser.AlterServerContext ctx)
PostgreSQLStatementParser.alterServer().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterServer 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitForeignServerVersion(PostgreSQLStatementParser.ForeignServerVersionContext ctx)
PostgreSQLStatementParser.foreignServerVersion().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitForeignServerVersion 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitAlterStatistics(PostgreSQLStatementParser.AlterStatisticsContext ctx)
PostgreSQLStatementParser.alterStatistics().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterStatistics 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitAlterSubscription(PostgreSQLStatementParser.AlterSubscriptionContext ctx)
PostgreSQLStatementParser.alterSubscription().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterSubscription 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitPublicationNameList(PostgreSQLStatementParser.PublicationNameListContext ctx)
PostgreSQLStatementParser.publicationNameList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPublicationNameList 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitPublicationNameItem(PostgreSQLStatementParser.PublicationNameItemContext ctx)
PostgreSQLStatementParser.publicationNameItem().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPublicationNameItem 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitAlterSystem(PostgreSQLStatementParser.AlterSystemContext ctx)
PostgreSQLStatementParser.alterSystem().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterSystem 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitAlterTablespace(PostgreSQLStatementParser.AlterTablespaceContext ctx)
PostgreSQLStatementParser.alterTablespace().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterTablespace 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitAlterTextSearchConfiguration(PostgreSQLStatementParser.AlterTextSearchConfigurationContext ctx)
PostgreSQLStatementParser.alterTextSearchConfiguration().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterTextSearchConfiguration 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitAlterTextSearchConfigurationClauses(PostgreSQLStatementParser.AlterTextSearchConfigurationClausesContext ctx)
PostgreSQLStatementParser.alterTextSearchConfigurationClauses().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterTextSearchConfigurationClauses 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitAnyNameList(PostgreSQLStatementParser.AnyNameListContext ctx)
PostgreSQLStatementParser.anyNameList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAnyNameList 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitAlterTextSearchDictionary(PostgreSQLStatementParser.AlterTextSearchDictionaryContext ctx)
PostgreSQLStatementParser.alterTextSearchDictionary().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterTextSearchDictionary 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitAlterTextSearchParser(PostgreSQLStatementParser.AlterTextSearchParserContext ctx)
PostgreSQLStatementParser.alterTextSearchParser().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterTextSearchParser 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitAlterTextSearchTemplate(PostgreSQLStatementParser.AlterTextSearchTemplateContext ctx)
PostgreSQLStatementParser.alterTextSearchTemplate().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterTextSearchTemplate 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitAlterTrigger(PostgreSQLStatementParser.AlterTriggerContext ctx)
PostgreSQLStatementParser.alterTrigger().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterTrigger 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitAlterType(PostgreSQLStatementParser.AlterTypeContext ctx)
PostgreSQLStatementParser.alterType().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterType 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitAlterTypeClauses(PostgreSQLStatementParser.AlterTypeClausesContext ctx)
PostgreSQLStatementParser.alterTypeClauses().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterTypeClauses 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitAlterTypeCmds(PostgreSQLStatementParser.AlterTypeCmdsContext ctx)
PostgreSQLStatementParser.alterTypeCmds().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterTypeCmds 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitAlterTypeCmd(PostgreSQLStatementParser.AlterTypeCmdContext ctx)
PostgreSQLStatementParser.alterTypeCmd().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterTypeCmd 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitAlterUserMapping(PostgreSQLStatementParser.AlterUserMappingContext ctx)
PostgreSQLStatementParser.alterUserMapping().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterUserMapping 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitAuthIdent(PostgreSQLStatementParser.AuthIdentContext ctx)
PostgreSQLStatementParser.authIdent().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAuthIdent 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitAlterView(PostgreSQLStatementParser.AlterViewContext ctx)
PostgreSQLStatementParser.alterView().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterView 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitAlterViewClauses(PostgreSQLStatementParser.AlterViewClausesContext ctx)
PostgreSQLStatementParser.alterViewClauses().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterViewClauses 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitClose(PostgreSQLStatementParser.CloseContext ctx)
PostgreSQLStatementParser.close().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitClose 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitCluster(PostgreSQLStatementParser.ClusterContext ctx)
PostgreSQLStatementParser.cluster().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCluster 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitClusterIndexSpecification(PostgreSQLStatementParser.ClusterIndexSpecificationContext ctx)
PostgreSQLStatementParser.clusterIndexSpecification().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitClusterIndexSpecification 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitComment(PostgreSQLStatementParser.CommentContext ctx)
PostgreSQLStatementParser.comment().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitComment 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitCommentClauses(PostgreSQLStatementParser.CommentClausesContext ctx)
PostgreSQLStatementParser.commentClauses().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCommentClauses 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitObjectTypeNameOnAnyName(PostgreSQLStatementParser.ObjectTypeNameOnAnyNameContext ctx)
PostgreSQLStatementParser.objectTypeNameOnAnyName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitObjectTypeNameOnAnyName 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitObjectTypeName(PostgreSQLStatementParser.ObjectTypeNameContext ctx)
PostgreSQLStatementParser.objectTypeName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitObjectTypeName 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitDropTypeName(PostgreSQLStatementParser.DropTypeNameContext ctx)
PostgreSQLStatementParser.dropTypeName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropTypeName 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitObjectTypeAnyName(PostgreSQLStatementParser.ObjectTypeAnyNameContext ctx)
PostgreSQLStatementParser.objectTypeAnyName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitObjectTypeAnyName 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitCommentText(PostgreSQLStatementParser.CommentTextContext ctx)
PostgreSQLStatementParser.commentText().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCommentText 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitCreateAccessMethod(PostgreSQLStatementParser.CreateAccessMethodContext ctx)
PostgreSQLStatementParser.createAccessMethod().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateAccessMethod 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitCreateAggregate(PostgreSQLStatementParser.CreateAggregateContext ctx)
PostgreSQLStatementParser.createAggregate().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateAggregate 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitOldAggrDefinition(PostgreSQLStatementParser.OldAggrDefinitionContext ctx)
PostgreSQLStatementParser.oldAggrDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOldAggrDefinition 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitOldAggrList(PostgreSQLStatementParser.OldAggrListContext ctx)
PostgreSQLStatementParser.oldAggrList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOldAggrList 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitOldAggrElem(PostgreSQLStatementParser.OldAggrElemContext ctx)
PostgreSQLStatementParser.oldAggrElem().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOldAggrElem 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitCreateCast(PostgreSQLStatementParser.CreateCastContext ctx)
PostgreSQLStatementParser.createCast().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateCast 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitCastContext(PostgreSQLStatementParser.CastContextContext ctx)
PostgreSQLStatementParser.castContext().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCastContext 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitCreateCollation(PostgreSQLStatementParser.CreateCollationContext ctx)
PostgreSQLStatementParser.createCollation().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateCollation 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitCreateConversion(PostgreSQLStatementParser.CreateConversionContext ctx)
PostgreSQLStatementParser.createConversion().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateConversion 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitCreateDomain(PostgreSQLStatementParser.CreateDomainContext ctx)
PostgreSQLStatementParser.createDomain().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateDomain 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitCreateEventTrigger(PostgreSQLStatementParser.CreateEventTriggerContext ctx)
PostgreSQLStatementParser.createEventTrigger().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateEventTrigger 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitEventTriggerWhenList(PostgreSQLStatementParser.EventTriggerWhenListContext ctx)
PostgreSQLStatementParser.eventTriggerWhenList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitEventTriggerWhenList 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitEventTriggerWhenItem(PostgreSQLStatementParser.EventTriggerWhenItemContext ctx)
PostgreSQLStatementParser.eventTriggerWhenItem().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitEventTriggerWhenItem 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitEventTriggerValueList(PostgreSQLStatementParser.EventTriggerValueListContext ctx)
PostgreSQLStatementParser.eventTriggerValueList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitEventTriggerValueList 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitCreateExtension(PostgreSQLStatementParser.CreateExtensionContext ctx)
PostgreSQLStatementParser.createExtension().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateExtension 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitCreateExtensionOptList(PostgreSQLStatementParser.CreateExtensionOptListContext ctx)
PostgreSQLStatementParser.createExtensionOptList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateExtensionOptList 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitCreateExtensionOptItem(PostgreSQLStatementParser.CreateExtensionOptItemContext ctx)
PostgreSQLStatementParser.createExtensionOptItem().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateExtensionOptItem 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitCreateForeignDataWrapper(PostgreSQLStatementParser.CreateForeignDataWrapperContext ctx)
PostgreSQLStatementParser.createForeignDataWrapper().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateForeignDataWrapper 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitCreateForeignTable(PostgreSQLStatementParser.CreateForeignTableContext ctx)
PostgreSQLStatementParser.createForeignTable().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateForeignTable 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitCreateForeignTableClauses(PostgreSQLStatementParser.CreateForeignTableClausesContext ctx)
PostgreSQLStatementParser.createForeignTableClauses().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateForeignTableClauses 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitTableElementList(PostgreSQLStatementParser.TableElementListContext ctx)
PostgreSQLStatementParser.tableElementList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableElementList 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitTableElement(PostgreSQLStatementParser.TableElementContext ctx)
PostgreSQLStatementParser.tableElement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableElement 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitTableLikeClause(PostgreSQLStatementParser.TableLikeClauseContext ctx)
PostgreSQLStatementParser.tableLikeClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableLikeClause 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitTableLikeOptionList(PostgreSQLStatementParser.TableLikeOptionListContext ctx)
PostgreSQLStatementParser.tableLikeOptionList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableLikeOptionList 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitTableLikeOption(PostgreSQLStatementParser.TableLikeOptionContext ctx)
PostgreSQLStatementParser.tableLikeOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableLikeOption 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitCreateFunction(PostgreSQLStatementParser.CreateFunctionContext ctx)
PostgreSQLStatementParser.createFunction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateFunction 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitTableFuncColumnList(PostgreSQLStatementParser.TableFuncColumnListContext ctx)
PostgreSQLStatementParser.tableFuncColumnList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableFuncColumnList 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitTableFuncColumn(PostgreSQLStatementParser.TableFuncColumnContext ctx)
PostgreSQLStatementParser.tableFuncColumn().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableFuncColumn 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitCreatefuncOptList(PostgreSQLStatementParser.CreatefuncOptListContext ctx)
PostgreSQLStatementParser.createfuncOptList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreatefuncOptList 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitCreatefuncOptItem(PostgreSQLStatementParser.CreatefuncOptItemContext ctx)
PostgreSQLStatementParser.createfuncOptItem().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreatefuncOptItem 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitTransformTypeList(PostgreSQLStatementParser.TransformTypeListContext ctx)
PostgreSQLStatementParser.transformTypeList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTransformTypeList 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitFuncAs(PostgreSQLStatementParser.FuncAsContext ctx)
PostgreSQLStatementParser.funcAs().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFuncAs 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitFuncReturn(PostgreSQLStatementParser.FuncReturnContext ctx)
PostgreSQLStatementParser.funcReturn().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFuncReturn 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitFuncArgsWithDefaults(PostgreSQLStatementParser.FuncArgsWithDefaultsContext ctx)
PostgreSQLStatementParser.funcArgsWithDefaults().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFuncArgsWithDefaults 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitFuncArgsWithDefaultsList(PostgreSQLStatementParser.FuncArgsWithDefaultsListContext ctx)
PostgreSQLStatementParser.funcArgsWithDefaultsList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFuncArgsWithDefaultsList 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitFuncArgWithDefault(PostgreSQLStatementParser.FuncArgWithDefaultContext ctx)
PostgreSQLStatementParser.funcArgWithDefault().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFuncArgWithDefault 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitCreateLanguage(PostgreSQLStatementParser.CreateLanguageContext ctx)
PostgreSQLStatementParser.createLanguage().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateLanguage 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitTransformElementList(PostgreSQLStatementParser.TransformElementListContext ctx)
PostgreSQLStatementParser.transformElementList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTransformElementList 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitValidatorClause(PostgreSQLStatementParser.ValidatorClauseContext ctx)
PostgreSQLStatementParser.validatorClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitValidatorClause 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitCreatePolicy(PostgreSQLStatementParser.CreatePolicyContext ctx)
PostgreSQLStatementParser.createPolicy().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreatePolicy 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitCreateProcedure(PostgreSQLStatementParser.CreateProcedureContext ctx)
PostgreSQLStatementParser.createProcedure().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateProcedure 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitCreatePublication(PostgreSQLStatementParser.CreatePublicationContext ctx)
PostgreSQLStatementParser.createPublication().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreatePublication 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitPublicationForTables(PostgreSQLStatementParser.PublicationForTablesContext ctx)
PostgreSQLStatementParser.publicationForTables().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPublicationForTables 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitCreateRule(PostgreSQLStatementParser.CreateRuleContext ctx)
PostgreSQLStatementParser.createRule().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateRule 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitRuleActionList(PostgreSQLStatementParser.RuleActionListContext ctx)
PostgreSQLStatementParser.ruleActionList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRuleActionList 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitRuleActionStmt(PostgreSQLStatementParser.RuleActionStmtContext ctx)
PostgreSQLStatementParser.ruleActionStmt().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRuleActionStmt 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitRuleActionMulti(PostgreSQLStatementParser.RuleActionMultiContext ctx)
PostgreSQLStatementParser.ruleActionMulti().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRuleActionMulti 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitNotifyStmt(PostgreSQLStatementParser.NotifyStmtContext ctx)
PostgreSQLStatementParser.notifyStmt().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNotifyStmt 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitCreateTrigger(PostgreSQLStatementParser.CreateTriggerContext ctx)
PostgreSQLStatementParser.createTrigger().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateTrigger 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitTriggerEvents(PostgreSQLStatementParser.TriggerEventsContext ctx)
PostgreSQLStatementParser.triggerEvents().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTriggerEvents 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitTriggerOneEvent(PostgreSQLStatementParser.TriggerOneEventContext ctx)
PostgreSQLStatementParser.triggerOneEvent().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTriggerOneEvent 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitTriggerActionTime(PostgreSQLStatementParser.TriggerActionTimeContext ctx)
PostgreSQLStatementParser.triggerActionTime().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTriggerActionTime 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitTriggerFuncArgs(PostgreSQLStatementParser.TriggerFuncArgsContext ctx)
PostgreSQLStatementParser.triggerFuncArgs().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTriggerFuncArgs 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitTriggerFuncArg(PostgreSQLStatementParser.TriggerFuncArgContext ctx)
PostgreSQLStatementParser.triggerFuncArg().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTriggerFuncArg 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitTriggerWhen(PostgreSQLStatementParser.TriggerWhenContext ctx)
PostgreSQLStatementParser.triggerWhen().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTriggerWhen 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitTriggerForSpec(PostgreSQLStatementParser.TriggerForSpecContext ctx)
PostgreSQLStatementParser.triggerForSpec().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTriggerForSpec 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitTriggerReferencing(PostgreSQLStatementParser.TriggerReferencingContext ctx)
PostgreSQLStatementParser.triggerReferencing().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTriggerReferencing 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitTriggerTransitions(PostgreSQLStatementParser.TriggerTransitionsContext ctx)
PostgreSQLStatementParser.triggerTransitions().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTriggerTransitions 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitTriggerTransition(PostgreSQLStatementParser.TriggerTransitionContext ctx)
PostgreSQLStatementParser.triggerTransition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTriggerTransition 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitTransitionRelName(PostgreSQLStatementParser.TransitionRelNameContext ctx)
PostgreSQLStatementParser.transitionRelName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTransitionRelName 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitTransitionRowOrTable(PostgreSQLStatementParser.TransitionRowOrTableContext ctx)
PostgreSQLStatementParser.transitionRowOrTable().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTransitionRowOrTable 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitTransitionOldOrNew(PostgreSQLStatementParser.TransitionOldOrNewContext ctx)
PostgreSQLStatementParser.transitionOldOrNew().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTransitionOldOrNew 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitCreateSequence(PostgreSQLStatementParser.CreateSequenceContext ctx)
PostgreSQLStatementParser.createSequence().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateSequence 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitTempOption(PostgreSQLStatementParser.TempOptionContext ctx)
PostgreSQLStatementParser.tempOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTempOption 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitCreateServer(PostgreSQLStatementParser.CreateServerContext ctx)
PostgreSQLStatementParser.createServer().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateServer 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitCreateStatistics(PostgreSQLStatementParser.CreateStatisticsContext ctx)
PostgreSQLStatementParser.createStatistics().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateStatistics 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitCreateSubscription(PostgreSQLStatementParser.CreateSubscriptionContext ctx)
PostgreSQLStatementParser.createSubscription().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateSubscription 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitCreateTablespace(PostgreSQLStatementParser.CreateTablespaceContext ctx)
PostgreSQLStatementParser.createTablespace().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateTablespace 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitCreateTextSearch(PostgreSQLStatementParser.CreateTextSearchContext ctx)
PostgreSQLStatementParser.createTextSearch().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateTextSearch 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitCreateTransform(PostgreSQLStatementParser.CreateTransformContext ctx)
PostgreSQLStatementParser.createTransform().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateTransform 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitCreateType(PostgreSQLStatementParser.CreateTypeContext ctx)
PostgreSQLStatementParser.createType().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateType 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitCreateTypeClauses(PostgreSQLStatementParser.CreateTypeClausesContext ctx)
PostgreSQLStatementParser.createTypeClauses().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateTypeClauses 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitEnumValList(PostgreSQLStatementParser.EnumValListContext ctx)
PostgreSQLStatementParser.enumValList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitEnumValList 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitCreateUserMapping(PostgreSQLStatementParser.CreateUserMappingContext ctx)
PostgreSQLStatementParser.createUserMapping().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateUserMapping 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitDiscard(PostgreSQLStatementParser.DiscardContext ctx)
PostgreSQLStatementParser.discard().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDiscard 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitDropAccessMethod(PostgreSQLStatementParser.DropAccessMethodContext ctx)
PostgreSQLStatementParser.dropAccessMethod().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropAccessMethod 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitDropAggregate(PostgreSQLStatementParser.DropAggregateContext ctx)
PostgreSQLStatementParser.dropAggregate().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropAggregate 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitAggregateWithArgtypesList(PostgreSQLStatementParser.AggregateWithArgtypesListContext ctx)
PostgreSQLStatementParser.aggregateWithArgtypesList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAggregateWithArgtypesList 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitDropCast(PostgreSQLStatementParser.DropCastContext ctx)
PostgreSQLStatementParser.dropCast().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropCast 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitDropCollation(PostgreSQLStatementParser.DropCollationContext ctx)
PostgreSQLStatementParser.dropCollation().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropCollation 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitDropConversion(PostgreSQLStatementParser.DropConversionContext ctx)
PostgreSQLStatementParser.dropConversion().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropConversion 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitDropDomain(PostgreSQLStatementParser.DropDomainContext ctx)
PostgreSQLStatementParser.dropDomain().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropDomain 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitDropEventTrigger(PostgreSQLStatementParser.DropEventTriggerContext ctx)
PostgreSQLStatementParser.dropEventTrigger().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropEventTrigger 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitDropExtension(PostgreSQLStatementParser.DropExtensionContext ctx)
PostgreSQLStatementParser.dropExtension().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropExtension 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitDropForeignDataWrapper(PostgreSQLStatementParser.DropForeignDataWrapperContext ctx)
PostgreSQLStatementParser.dropForeignDataWrapper().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropForeignDataWrapper 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitDropForeignTable(PostgreSQLStatementParser.DropForeignTableContext ctx)
PostgreSQLStatementParser.dropForeignTable().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropForeignTable 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitDropFunction(PostgreSQLStatementParser.DropFunctionContext ctx)
PostgreSQLStatementParser.dropFunction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropFunction 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitFunctionWithArgtypesList(PostgreSQLStatementParser.FunctionWithArgtypesListContext ctx)
PostgreSQLStatementParser.functionWithArgtypesList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFunctionWithArgtypesList 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitDropLanguage(PostgreSQLStatementParser.DropLanguageContext ctx)
PostgreSQLStatementParser.dropLanguage().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropLanguage 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitDropMaterializedView(PostgreSQLStatementParser.DropMaterializedViewContext ctx)
PostgreSQLStatementParser.dropMaterializedView().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropMaterializedView 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitDropOperator(PostgreSQLStatementParser.DropOperatorContext ctx)
PostgreSQLStatementParser.dropOperator().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropOperator 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitOperatorWithArgtypesList(PostgreSQLStatementParser.OperatorWithArgtypesListContext ctx)
PostgreSQLStatementParser.operatorWithArgtypesList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOperatorWithArgtypesList 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitDropOperatorClass(PostgreSQLStatementParser.DropOperatorClassContext ctx)
PostgreSQLStatementParser.dropOperatorClass().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropOperatorClass 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitDropOperatorFamily(PostgreSQLStatementParser.DropOperatorFamilyContext ctx)
PostgreSQLStatementParser.dropOperatorFamily().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropOperatorFamily 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitDropOwned(PostgreSQLStatementParser.DropOwnedContext ctx)
PostgreSQLStatementParser.dropOwned().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropOwned 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitDropPolicy(PostgreSQLStatementParser.DropPolicyContext ctx)
PostgreSQLStatementParser.dropPolicy().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropPolicy 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitDropProcedure(PostgreSQLStatementParser.DropProcedureContext ctx)
PostgreSQLStatementParser.dropProcedure().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropProcedure 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitDropPublication(PostgreSQLStatementParser.DropPublicationContext ctx)
PostgreSQLStatementParser.dropPublication().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropPublication 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitDropRoutine(PostgreSQLStatementParser.DropRoutineContext ctx)
PostgreSQLStatementParser.dropRoutine().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropRoutine 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitDropRule(PostgreSQLStatementParser.DropRuleContext ctx)
PostgreSQLStatementParser.dropRule().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropRule 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitDropSequence(PostgreSQLStatementParser.DropSequenceContext ctx)
PostgreSQLStatementParser.dropSequence().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropSequence 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitDropServer(PostgreSQLStatementParser.DropServerContext ctx)
PostgreSQLStatementParser.dropServer().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropServer 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitDropStatistics(PostgreSQLStatementParser.DropStatisticsContext ctx)
PostgreSQLStatementParser.dropStatistics().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropStatistics 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitDropSubscription(PostgreSQLStatementParser.DropSubscriptionContext ctx)
PostgreSQLStatementParser.dropSubscription().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropSubscription 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitDropTablespace(PostgreSQLStatementParser.DropTablespaceContext ctx)
PostgreSQLStatementParser.dropTablespace().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropTablespace 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitDropTextSearch(PostgreSQLStatementParser.DropTextSearchContext ctx)
PostgreSQLStatementParser.dropTextSearch().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropTextSearch 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitDropTransform(PostgreSQLStatementParser.DropTransformContext ctx)
PostgreSQLStatementParser.dropTransform().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropTransform 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitDropTrigger(PostgreSQLStatementParser.DropTriggerContext ctx)
PostgreSQLStatementParser.dropTrigger().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropTrigger 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitDropType(PostgreSQLStatementParser.DropTypeContext ctx)
PostgreSQLStatementParser.dropType().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropType 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitDropUserMapping(PostgreSQLStatementParser.DropUserMappingContext ctx)
PostgreSQLStatementParser.dropUserMapping().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropUserMapping 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitDropView(PostgreSQLStatementParser.DropViewContext ctx)
PostgreSQLStatementParser.dropView().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropView 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitImportForeignSchema(PostgreSQLStatementParser.ImportForeignSchemaContext ctx)
PostgreSQLStatementParser.importForeignSchema().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitImportForeignSchema 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitImportQualification(PostgreSQLStatementParser.ImportQualificationContext ctx)
PostgreSQLStatementParser.importQualification().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitImportQualification 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitImportQualificationType(PostgreSQLStatementParser.ImportQualificationTypeContext ctx)
PostgreSQLStatementParser.importQualificationType().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitImportQualificationType 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitListen(PostgreSQLStatementParser.ListenContext ctx)
PostgreSQLStatementParser.listen().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitListen 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitMove(PostgreSQLStatementParser.MoveContext ctx)
PostgreSQLStatementParser.move().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMove 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitPrepare(PostgreSQLStatementParser.PrepareContext ctx)
PostgreSQLStatementParser.prepare().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPrepare 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitPrepTypeClause(PostgreSQLStatementParser.PrepTypeClauseContext ctx)
PostgreSQLStatementParser.prepTypeClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPrepTypeClause 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitRefreshMaterializedView(PostgreSQLStatementParser.RefreshMaterializedViewContext ctx)
PostgreSQLStatementParser.refreshMaterializedView().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRefreshMaterializedView 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitReIndex(PostgreSQLStatementParser.ReIndexContext ctx)
PostgreSQLStatementParser.reIndex().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitReIndex 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitReIndexClauses(PostgreSQLStatementParser.ReIndexClausesContext ctx)
PostgreSQLStatementParser.reIndexClauses().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitReIndexClauses 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitReindexOptionList(PostgreSQLStatementParser.ReindexOptionListContext ctx)
PostgreSQLStatementParser.reindexOptionList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitReindexOptionList 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitReindexOptionElem(PostgreSQLStatementParser.ReindexOptionElemContext ctx)
PostgreSQLStatementParser.reindexOptionElem().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitReindexOptionElem 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitReindexTargetMultitable(PostgreSQLStatementParser.ReindexTargetMultitableContext ctx)
PostgreSQLStatementParser.reindexTargetMultitable().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitReindexTargetMultitable 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitReindexTargetType(PostgreSQLStatementParser.ReindexTargetTypeContext ctx)
PostgreSQLStatementParser.reindexTargetType().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitReindexTargetType 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitAlterForeignTable(PostgreSQLStatementParser.AlterForeignTableContext ctx)
PostgreSQLStatementParser.alterForeignTable().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterForeignTable 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitAlterForeignTableClauses(PostgreSQLStatementParser.AlterForeignTableClausesContext ctx)
PostgreSQLStatementParser.alterForeignTableClauses().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterForeignTableClauses 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitCreateOperator(PostgreSQLStatementParser.CreateOperatorContext ctx)
PostgreSQLStatementParser.createOperator().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateOperator 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitCreateOperatorClass(PostgreSQLStatementParser.CreateOperatorClassContext ctx)
PostgreSQLStatementParser.createOperatorClass().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateOperatorClass 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitCreateOperatorFamily(PostgreSQLStatementParser.CreateOperatorFamilyContext ctx)
PostgreSQLStatementParser.createOperatorFamily().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateOperatorFamily 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitSecurityLabelStmt(PostgreSQLStatementParser.SecurityLabelStmtContext ctx)
PostgreSQLStatementParser.securityLabelStmt().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSecurityLabelStmt 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitSecurityLabel(PostgreSQLStatementParser.SecurityLabelContext ctx)
PostgreSQLStatementParser.securityLabel().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSecurityLabel 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitSecurityLabelClausces(PostgreSQLStatementParser.SecurityLabelClauscesContext ctx)
PostgreSQLStatementParser.securityLabelClausces().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSecurityLabelClausces 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitUnlisten(PostgreSQLStatementParser.UnlistenContext ctx)
PostgreSQLStatementParser.unlisten().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUnlisten 在接口中 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 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 visitAbort(PostgreSQLStatementParser.AbortContext ctx)
PostgreSQLStatementParser.abort().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAbort 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitStartTransaction(PostgreSQLStatementParser.StartTransactionContext ctx)
PostgreSQLStatementParser.startTransaction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStartTransaction 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitEnd(PostgreSQLStatementParser.EndContext ctx)
PostgreSQLStatementParser.end().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitEnd 在接口中 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 visitReleaseSavepoint(PostgreSQLStatementParser.ReleaseSavepointContext ctx)
PostgreSQLStatementParser.releaseSavepoint().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitReleaseSavepoint 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitRollbackToSavepoint(PostgreSQLStatementParser.RollbackToSavepointContext ctx)
PostgreSQLStatementParser.rollbackToSavepoint().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRollbackToSavepoint 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitPrepareTransaction(PostgreSQLStatementParser.PrepareTransactionContext ctx)
PostgreSQLStatementParser.prepareTransaction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPrepareTransaction 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitCommitPrepared(PostgreSQLStatementParser.CommitPreparedContext ctx)
PostgreSQLStatementParser.commitPrepared().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCommitPrepared 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitRollbackPrepared(PostgreSQLStatementParser.RollbackPreparedContext ctx)
PostgreSQLStatementParser.rollbackPrepared().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRollbackPrepared 在接口中 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.RoleClauseContext 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.OptionForClauseContext 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 visitPrivilegeTypes(PostgreSQLStatementParser.PrivilegeTypesContext ctx)
PostgreSQLStatementParser.privilegeTypes().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPrivilegeTypes 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitPrivilegeType(PostgreSQLStatementParser.PrivilegeTypeContext 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 visitPrivilegeLevel(PostgreSQLStatementParser.PrivilegeLevelContext ctx)
PostgreSQLStatementParser.privilegeLevel().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPrivilegeLevel 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitRoutineName(PostgreSQLStatementParser.RoutineNameContext ctx)
PostgreSQLStatementParser.routineName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRoutineName 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitNumericOnlyList(PostgreSQLStatementParser.NumericOnlyListContext ctx)
PostgreSQLStatementParser.numericOnlyList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNumericOnlyList 在接口中 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 visitCreateOptRoleElem(PostgreSQLStatementParser.CreateOptRoleElemContext ctx)
PostgreSQLStatementParser.createOptRoleElem().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateOptRoleElem 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitAlterOptRoleElem(PostgreSQLStatementParser.AlterOptRoleElemContext ctx)
PostgreSQLStatementParser.alterOptRoleElem().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterOptRoleElem 在接口中 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 visitAlterUserClauses(PostgreSQLStatementParser.AlterUserClausesContext ctx)
PostgreSQLStatementParser.alterUserClauses().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterUserClauses 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitAlterOptRoleList(PostgreSQLStatementParser.AlterOptRoleListContext ctx)
PostgreSQLStatementParser.alterOptRoleList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterOptRoleList 在接口中 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 visitAlterSchema(PostgreSQLStatementParser.AlterSchemaContext ctx)
PostgreSQLStatementParser.alterSchema().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterSchema 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitCreateGroup(PostgreSQLStatementParser.CreateGroupContext ctx)
PostgreSQLStatementParser.createGroup().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateGroup 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitCreateSchema(PostgreSQLStatementParser.CreateSchemaContext ctx)
PostgreSQLStatementParser.createSchema().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateSchema 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitCreateSchemaClauses(PostgreSQLStatementParser.CreateSchemaClausesContext ctx)
PostgreSQLStatementParser.createSchemaClauses().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateSchemaClauses 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitSchemaEltList(PostgreSQLStatementParser.SchemaEltListContext ctx)
PostgreSQLStatementParser.schemaEltList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSchemaEltList 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitSchemaStmt(PostgreSQLStatementParser.SchemaStmtContext ctx)
PostgreSQLStatementParser.schemaStmt().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSchemaStmt 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitDropDroup(PostgreSQLStatementParser.DropDroupContext ctx)
PostgreSQLStatementParser.dropDroup().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropDroup 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitDropSchema(PostgreSQLStatementParser.DropSchemaContext ctx)
PostgreSQLStatementParser.dropSchema().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropSchema 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitReassignOwned(PostgreSQLStatementParser.ReassignOwnedContext ctx)
PostgreSQLStatementParser.reassignOwned().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitReassignOwned 在接口中 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.RuntimeScopeContext 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.TimeZoneClauseContext 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 visitExplain(PostgreSQLStatementParser.ExplainContext ctx)
PostgreSQLStatementParser.explain().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExplain 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitExplainableStmt(PostgreSQLStatementParser.ExplainableStmtContext ctx)
PostgreSQLStatementParser.explainableStmt().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExplainableStmt 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitExplainOptionList(PostgreSQLStatementParser.ExplainOptionListContext ctx)
PostgreSQLStatementParser.explainOptionList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExplainOptionList 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitExplainOptionElem(PostgreSQLStatementParser.ExplainOptionElemContext ctx)
PostgreSQLStatementParser.explainOptionElem().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExplainOptionElem 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitExplainOptionArg(PostgreSQLStatementParser.ExplainOptionArgContext ctx)
PostgreSQLStatementParser.explainOptionArg().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExplainOptionArg 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitExplainOptionName(PostgreSQLStatementParser.ExplainOptionNameContext ctx)
PostgreSQLStatementParser.explainOptionName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExplainOptionName 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitAnalyzeKeyword(PostgreSQLStatementParser.AnalyzeKeywordContext ctx)
PostgreSQLStatementParser.analyzeKeyword().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAnalyzeKeyword 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitSetConstraints(PostgreSQLStatementParser.SetConstraintsContext ctx)
PostgreSQLStatementParser.setConstraints().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSetConstraints 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitConstraintsSetMode(PostgreSQLStatementParser.ConstraintsSetModeContext ctx)
PostgreSQLStatementParser.constraintsSetMode().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitConstraintsSetMode 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitConstraintsSetList(PostgreSQLStatementParser.ConstraintsSetListContext ctx)
PostgreSQLStatementParser.constraintsSetList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitConstraintsSetList 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitAnalyze(PostgreSQLStatementParser.AnalyzeContext ctx)
PostgreSQLStatementParser.analyze().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAnalyze 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitVacuumRelationList(PostgreSQLStatementParser.VacuumRelationListContext ctx)
PostgreSQLStatementParser.vacuumRelationList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitVacuumRelationList 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitVacuumRelation(PostgreSQLStatementParser.VacuumRelationContext ctx)
PostgreSQLStatementParser.vacuumRelation().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitVacuumRelation 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitVacAnalyzeOptionList(PostgreSQLStatementParser.VacAnalyzeOptionListContext ctx)
PostgreSQLStatementParser.vacAnalyzeOptionList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitVacAnalyzeOptionList 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitVacAnalyzeOptionElem(PostgreSQLStatementParser.VacAnalyzeOptionElemContext ctx)
PostgreSQLStatementParser.vacAnalyzeOptionElem().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitVacAnalyzeOptionElem 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitVacAnalyzeOptionArg(PostgreSQLStatementParser.VacAnalyzeOptionArgContext ctx)
PostgreSQLStatementParser.vacAnalyzeOptionArg().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitVacAnalyzeOptionArg 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitVacAnalyzeOptionName(PostgreSQLStatementParser.VacAnalyzeOptionNameContext ctx)
PostgreSQLStatementParser.vacAnalyzeOptionName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitVacAnalyzeOptionName 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitLoad(PostgreSQLStatementParser.LoadContext ctx)
PostgreSQLStatementParser.load().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLoad 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treepublic T visitVacuum(PostgreSQLStatementParser.VacuumContext ctx)
PostgreSQLStatementParser.vacuum().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitVacuum 在接口中 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 treepublic T visitCallClauses(PostgreSQLStatementParser.CallClausesContext ctx)
PostgreSQLStatementParser.callClauses().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCallClauses 在接口中 PostgreSQLStatementVisitor<T>ctx - the parse treeCopyright © 2020 The Apache Software Foundation. All rights reserved.