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