T - The return type of the visit operation. Use Void for
operations with no return type.public interface OracleStatementVisitor<T>
extends org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
OracleStatementParser.T visitExecute(OracleStatementParser.ExecuteContext ctx)
OracleStatementParser.execute().ctx - the parse treeT visitInsert(OracleStatementParser.InsertContext ctx)
OracleStatementParser.insert().ctx - the parse treeT visitInsertSingleTable(OracleStatementParser.InsertSingleTableContext ctx)
OracleStatementParser.insertSingleTable().ctx - the parse treeT visitInsertMultiTable(OracleStatementParser.InsertMultiTableContext ctx)
OracleStatementParser.insertMultiTable().ctx - the parse treeT visitMultiTableElement(OracleStatementParser.MultiTableElementContext ctx)
OracleStatementParser.multiTableElement().ctx - the parse treeT visitConditionalInsertClause(OracleStatementParser.ConditionalInsertClauseContext ctx)
OracleStatementParser.conditionalInsertClause().ctx - the parse treeT visitConditionalInsertWhenPart(OracleStatementParser.ConditionalInsertWhenPartContext ctx)
OracleStatementParser.conditionalInsertWhenPart().ctx - the parse treeT visitConditionalInsertElsePart(OracleStatementParser.ConditionalInsertElsePartContext ctx)
OracleStatementParser.conditionalInsertElsePart().ctx - the parse treeT visitInsertIntoClause(OracleStatementParser.InsertIntoClauseContext ctx)
OracleStatementParser.insertIntoClause().ctx - the parse treeT visitInsertValuesClause(OracleStatementParser.InsertValuesClauseContext ctx)
OracleStatementParser.insertValuesClause().ctx - the parse treeT visitUpdate(OracleStatementParser.UpdateContext ctx)
OracleStatementParser.update().ctx - the parse treeT visitUpdateSpecification(OracleStatementParser.UpdateSpecificationContext ctx)
OracleStatementParser.updateSpecification().ctx - the parse treeT visitAssignment(OracleStatementParser.AssignmentContext ctx)
OracleStatementParser.assignment().ctx - the parse treeT visitSetAssignmentsClause(OracleStatementParser.SetAssignmentsClauseContext ctx)
OracleStatementParser.setAssignmentsClause().ctx - the parse treeT visitAssignmentValues(OracleStatementParser.AssignmentValuesContext ctx)
OracleStatementParser.assignmentValues().ctx - the parse treeT visitAssignmentValue(OracleStatementParser.AssignmentValueContext ctx)
OracleStatementParser.assignmentValue().ctx - the parse treeT visitDelete(OracleStatementParser.DeleteContext ctx)
OracleStatementParser.delete().ctx - the parse treeT visitDeleteSpecification(OracleStatementParser.DeleteSpecificationContext ctx)
OracleStatementParser.deleteSpecification().ctx - the parse treeT visitSingleTableClause(OracleStatementParser.SingleTableClauseContext ctx)
OracleStatementParser.singleTableClause().ctx - the parse treeT visitMultipleTablesClause(OracleStatementParser.MultipleTablesClauseContext ctx)
OracleStatementParser.multipleTablesClause().ctx - the parse treeT visitMultipleTableNames(OracleStatementParser.MultipleTableNamesContext ctx)
OracleStatementParser.multipleTableNames().ctx - the parse treeT visitSelect(OracleStatementParser.SelectContext ctx)
OracleStatementParser.select().ctx - the parse treeT visitSelectSubquery(OracleStatementParser.SelectSubqueryContext ctx)
OracleStatementParser.selectSubquery().ctx - the parse treeT visitSelectUnionClause(OracleStatementParser.SelectUnionClauseContext ctx)
OracleStatementParser.selectUnionClause().ctx - the parse treeT visitParenthesisSelectSubquery(OracleStatementParser.ParenthesisSelectSubqueryContext ctx)
OracleStatementParser.parenthesisSelectSubquery().ctx - the parse treeT visitUnionClause(OracleStatementParser.UnionClauseContext ctx)
OracleStatementParser.unionClause().ctx - the parse treeT visitQueryBlock(OracleStatementParser.QueryBlockContext ctx)
OracleStatementParser.queryBlock().ctx - the parse treeT visitWithClause(OracleStatementParser.WithClauseContext ctx)
OracleStatementParser.withClause().ctx - the parse treeT visitPlsqlDeclarations(OracleStatementParser.PlsqlDeclarationsContext ctx)
OracleStatementParser.plsqlDeclarations().ctx - the parse treeT visitFunctionDeclaration(OracleStatementParser.FunctionDeclarationContext ctx)
OracleStatementParser.functionDeclaration().ctx - the parse treeT visitFunctionHeading(OracleStatementParser.FunctionHeadingContext ctx)
OracleStatementParser.functionHeading().ctx - the parse treeT visitParameterDeclaration(OracleStatementParser.ParameterDeclarationContext ctx)
OracleStatementParser.parameterDeclaration().ctx - the parse treeT visitProcedureDeclaration(OracleStatementParser.ProcedureDeclarationContext ctx)
OracleStatementParser.procedureDeclaration().ctx - the parse treeT visitProcedureHeading(OracleStatementParser.ProcedureHeadingContext ctx)
OracleStatementParser.procedureHeading().ctx - the parse treeT visitProcedureProperties(OracleStatementParser.ProcedurePropertiesContext ctx)
OracleStatementParser.procedureProperties().ctx - the parse treeT visitAccessibleByClause(OracleStatementParser.AccessibleByClauseContext ctx)
OracleStatementParser.accessibleByClause().ctx - the parse treeT visitAccessor(OracleStatementParser.AccessorContext ctx)
OracleStatementParser.accessor().ctx - the parse treeT visitUnitKind(OracleStatementParser.UnitKindContext ctx)
OracleStatementParser.unitKind().ctx - the parse treeT visitDefaultCollationClause(OracleStatementParser.DefaultCollationClauseContext ctx)
OracleStatementParser.defaultCollationClause().ctx - the parse treeT visitCollationOption(OracleStatementParser.CollationOptionContext ctx)
OracleStatementParser.collationOption().ctx - the parse treeT visitInvokerRightsClause(OracleStatementParser.InvokerRightsClauseContext ctx)
OracleStatementParser.invokerRightsClause().ctx - the parse treeT visitSubqueryFactoringClause(OracleStatementParser.SubqueryFactoringClauseContext ctx)
OracleStatementParser.subqueryFactoringClause().ctx - the parse treeT visitSearchClause(OracleStatementParser.SearchClauseContext ctx)
OracleStatementParser.searchClause().ctx - the parse treeT visitCycleClause(OracleStatementParser.CycleClauseContext ctx)
OracleStatementParser.cycleClause().ctx - the parse treeT visitSubavFactoringClause(OracleStatementParser.SubavFactoringClauseContext ctx)
OracleStatementParser.subavFactoringClause().ctx - the parse treeT visitSubavClause(OracleStatementParser.SubavClauseContext ctx)
OracleStatementParser.subavClause().ctx - the parse treeT visitHierarchiesClause(OracleStatementParser.HierarchiesClauseContext ctx)
OracleStatementParser.hierarchiesClause().ctx - the parse treeT visitFilterClauses(OracleStatementParser.FilterClausesContext ctx)
OracleStatementParser.filterClauses().ctx - the parse treeT visitFilterClause(OracleStatementParser.FilterClauseContext ctx)
OracleStatementParser.filterClause().ctx - the parse treeT visitAddCalcsClause(OracleStatementParser.AddCalcsClauseContext ctx)
OracleStatementParser.addCalcsClause().ctx - the parse treeT visitCalcMeasClause(OracleStatementParser.CalcMeasClauseContext ctx)
OracleStatementParser.calcMeasClause().ctx - the parse treeT visitCalcMeasExpression(OracleStatementParser.CalcMeasExpressionContext ctx)
OracleStatementParser.calcMeasExpression().ctx - the parse treeT visitAvExpression(OracleStatementParser.AvExpressionContext ctx)
OracleStatementParser.avExpression().ctx - the parse treeT visitAvMeasExpression(OracleStatementParser.AvMeasExpressionContext ctx)
OracleStatementParser.avMeasExpression().ctx - the parse treeT visitLeadLagExpression(OracleStatementParser.LeadLagExpressionContext ctx)
OracleStatementParser.leadLagExpression().ctx - the parse treeT visitLeadLagFunctionName(OracleStatementParser.LeadLagFunctionNameContext ctx)
OracleStatementParser.leadLagFunctionName().ctx - the parse treeT visitLeadLagClause(OracleStatementParser.LeadLagClauseContext ctx)
OracleStatementParser.leadLagClause().ctx - the parse treeT visitHierarchyRef(OracleStatementParser.HierarchyRefContext ctx)
OracleStatementParser.hierarchyRef().ctx - the parse treeT visitWindowExpression(OracleStatementParser.WindowExpressionContext ctx)
OracleStatementParser.windowExpression().ctx - the parse treeT visitWindowClause(OracleStatementParser.WindowClauseContext ctx)
OracleStatementParser.windowClause().ctx - the parse treeT visitPrecedingBoundary(OracleStatementParser.PrecedingBoundaryContext ctx)
OracleStatementParser.precedingBoundary().ctx - the parse treeT visitFollowingBoundary(OracleStatementParser.FollowingBoundaryContext ctx)
OracleStatementParser.followingBoundary().ctx - the parse treeT visitRankExpression(OracleStatementParser.RankExpressionContext ctx)
OracleStatementParser.rankExpression().ctx - the parse treeT visitRankFunctionName(OracleStatementParser.RankFunctionNameContext ctx)
OracleStatementParser.rankFunctionName().ctx - the parse treeT visitRankClause(OracleStatementParser.RankClauseContext ctx)
OracleStatementParser.rankClause().ctx - the parse treeT visitCalcMeasOrderByClause(OracleStatementParser.CalcMeasOrderByClauseContext ctx)
OracleStatementParser.calcMeasOrderByClause().ctx - the parse treeT visitShareOfExpression(OracleStatementParser.ShareOfExpressionContext ctx)
OracleStatementParser.shareOfExpression().ctx - the parse treeT visitShareClause(OracleStatementParser.ShareClauseContext ctx)
OracleStatementParser.shareClause().ctx - the parse treeT visitMemberExpression(OracleStatementParser.MemberExpressionContext ctx)
OracleStatementParser.memberExpression().ctx - the parse treeT visitLevelMemberLiteral(OracleStatementParser.LevelMemberLiteralContext ctx)
OracleStatementParser.levelMemberLiteral().ctx - the parse treeT visitPosMemberKeys(OracleStatementParser.PosMemberKeysContext ctx)
OracleStatementParser.posMemberKeys().ctx - the parse treeT visitNamedMemberKeys(OracleStatementParser.NamedMemberKeysContext ctx)
OracleStatementParser.namedMemberKeys().ctx - the parse treeT visitHierNavigationExpression(OracleStatementParser.HierNavigationExpressionContext ctx)
OracleStatementParser.hierNavigationExpression().ctx - the parse treeT visitHierAncestorExpression(OracleStatementParser.HierAncestorExpressionContext ctx)
OracleStatementParser.hierAncestorExpression().ctx - the parse treeT visitHierParentExpression(OracleStatementParser.HierParentExpressionContext ctx)
OracleStatementParser.hierParentExpression().ctx - the parse treeT visitHierLeadLagExpression(OracleStatementParser.HierLeadLagExpressionContext ctx)
OracleStatementParser.hierLeadLagExpression().ctx - the parse treeT visitHierLeadLagClause(OracleStatementParser.HierLeadLagClauseContext ctx)
OracleStatementParser.hierLeadLagClause().ctx - the parse treeT visitQdrExpression(OracleStatementParser.QdrExpressionContext ctx)
OracleStatementParser.qdrExpression().ctx - the parse treeT visitQualifier(OracleStatementParser.QualifierContext ctx)
OracleStatementParser.qualifier().ctx - the parse treeT visitAvHierExpression(OracleStatementParser.AvHierExpressionContext ctx)
OracleStatementParser.avHierExpression().ctx - the parse treeT visitHierFunctionName(OracleStatementParser.HierFunctionNameContext ctx)
OracleStatementParser.hierFunctionName().ctx - the parse treeT visitDuplicateSpecification(OracleStatementParser.DuplicateSpecificationContext ctx)
OracleStatementParser.duplicateSpecification().ctx - the parse treeT visitProjections(OracleStatementParser.ProjectionsContext ctx)
OracleStatementParser.projections().ctx - the parse treeT visitProjection(OracleStatementParser.ProjectionContext ctx)
OracleStatementParser.projection().ctx - the parse treeT visitUnqualifiedShorthand(OracleStatementParser.UnqualifiedShorthandContext ctx)
OracleStatementParser.unqualifiedShorthand().ctx - the parse treeT visitQualifiedShorthand(OracleStatementParser.QualifiedShorthandContext ctx)
OracleStatementParser.qualifiedShorthand().ctx - the parse treeT visitFromClause(OracleStatementParser.FromClauseContext ctx)
OracleStatementParser.fromClause().ctx - the parse treeT visitTableReferences(OracleStatementParser.TableReferencesContext ctx)
OracleStatementParser.tableReferences().ctx - the parse treeT visitTableReference(OracleStatementParser.TableReferenceContext ctx)
OracleStatementParser.tableReference().ctx - the parse treeT visitTableFactor(OracleStatementParser.TableFactorContext ctx)
OracleStatementParser.tableFactor().ctx - the parse treeT visitJoinedTable(OracleStatementParser.JoinedTableContext ctx)
OracleStatementParser.joinedTable().ctx - the parse treeT visitJoinSpecification(OracleStatementParser.JoinSpecificationContext ctx)
OracleStatementParser.joinSpecification().ctx - the parse treeT visitWhereClause(OracleStatementParser.WhereClauseContext ctx)
OracleStatementParser.whereClause().ctx - the parse treeT visitGroupByClause(OracleStatementParser.GroupByClauseContext ctx)
OracleStatementParser.groupByClause().ctx - the parse treeT visitHavingClause(OracleStatementParser.HavingClauseContext ctx)
OracleStatementParser.havingClause().ctx - the parse treeT visitSubquery(OracleStatementParser.SubqueryContext ctx)
OracleStatementParser.subquery().ctx - the parse treeT visitForUpdateClause(OracleStatementParser.ForUpdateClauseContext ctx)
OracleStatementParser.forUpdateClause().ctx - the parse treeT visitForUpdateClauseList(OracleStatementParser.ForUpdateClauseListContext ctx)
OracleStatementParser.forUpdateClauseList().ctx - the parse treeT visitForUpdateClauseOption(OracleStatementParser.ForUpdateClauseOptionContext ctx)
OracleStatementParser.forUpdateClauseOption().ctx - the parse treeT visitRowLimitingClause(OracleStatementParser.RowLimitingClauseContext ctx)
OracleStatementParser.rowLimitingClause().ctx - the parse treeT visitMerge(OracleStatementParser.MergeContext ctx)
OracleStatementParser.merge().ctx - the parse treeT visitHint(OracleStatementParser.HintContext ctx)
OracleStatementParser.hint().ctx - the parse treeT visitIntoClause(OracleStatementParser.IntoClauseContext ctx)
OracleStatementParser.intoClause().ctx - the parse treeT visitUsingClause(OracleStatementParser.UsingClauseContext ctx)
OracleStatementParser.usingClause().ctx - the parse treeT visitMergeUpdateClause(OracleStatementParser.MergeUpdateClauseContext ctx)
OracleStatementParser.mergeUpdateClause().ctx - the parse treeT visitMergeSetAssignmentsClause(OracleStatementParser.MergeSetAssignmentsClauseContext ctx)
OracleStatementParser.mergeSetAssignmentsClause().ctx - the parse treeT visitMergeAssignment(OracleStatementParser.MergeAssignmentContext ctx)
OracleStatementParser.mergeAssignment().ctx - the parse treeT visitMergeAssignmentValue(OracleStatementParser.MergeAssignmentValueContext ctx)
OracleStatementParser.mergeAssignmentValue().ctx - the parse treeT visitDeleteWhereClause(OracleStatementParser.DeleteWhereClauseContext ctx)
OracleStatementParser.deleteWhereClause().ctx - the parse treeT visitMergeInsertClause(OracleStatementParser.MergeInsertClauseContext ctx)
OracleStatementParser.mergeInsertClause().ctx - the parse treeT visitMergeInsertColumn(OracleStatementParser.MergeInsertColumnContext ctx)
OracleStatementParser.mergeInsertColumn().ctx - the parse treeT visitMergeColumnValue(OracleStatementParser.MergeColumnValueContext ctx)
OracleStatementParser.mergeColumnValue().ctx - the parse treeT visitErrorLoggingClause(OracleStatementParser.ErrorLoggingClauseContext ctx)
OracleStatementParser.errorLoggingClause().ctx - the parse treeT visitParameterMarker(OracleStatementParser.ParameterMarkerContext ctx)
OracleStatementParser.parameterMarker().ctx - the parse treeT visitLiterals(OracleStatementParser.LiteralsContext ctx)
OracleStatementParser.literals().ctx - the parse treeT visitStringLiterals(OracleStatementParser.StringLiteralsContext ctx)
OracleStatementParser.stringLiterals().ctx - the parse treeT visitNumberLiterals(OracleStatementParser.NumberLiteralsContext ctx)
OracleStatementParser.numberLiterals().ctx - the parse treeT visitDateTimeLiterals(OracleStatementParser.DateTimeLiteralsContext ctx)
OracleStatementParser.dateTimeLiterals().ctx - the parse treeT visitHexadecimalLiterals(OracleStatementParser.HexadecimalLiteralsContext ctx)
OracleStatementParser.hexadecimalLiterals().ctx - the parse treeT visitBitValueLiterals(OracleStatementParser.BitValueLiteralsContext ctx)
OracleStatementParser.bitValueLiterals().ctx - the parse treeT visitBooleanLiterals(OracleStatementParser.BooleanLiteralsContext ctx)
OracleStatementParser.booleanLiterals().ctx - the parse treeT visitNullValueLiterals(OracleStatementParser.NullValueLiteralsContext ctx)
OracleStatementParser.nullValueLiterals().ctx - the parse treeT visitIdentifier(OracleStatementParser.IdentifierContext ctx)
OracleStatementParser.identifier().ctx - the parse treeT visitUnreservedWord(OracleStatementParser.UnreservedWordContext ctx)
OracleStatementParser.unreservedWord().ctx - the parse treeT visitSchemaName(OracleStatementParser.SchemaNameContext ctx)
OracleStatementParser.schemaName().ctx - the parse treeT visitTableName(OracleStatementParser.TableNameContext ctx)
OracleStatementParser.tableName().ctx - the parse treeT visitViewName(OracleStatementParser.ViewNameContext ctx)
OracleStatementParser.viewName().ctx - the parse treeT visitColumnName(OracleStatementParser.ColumnNameContext ctx)
OracleStatementParser.columnName().ctx - the parse treeT visitObjectName(OracleStatementParser.ObjectNameContext ctx)
OracleStatementParser.objectName().ctx - the parse treeT visitClusterName(OracleStatementParser.ClusterNameContext ctx)
OracleStatementParser.clusterName().ctx - the parse treeT visitIndexName(OracleStatementParser.IndexNameContext ctx)
OracleStatementParser.indexName().ctx - the parse treeT visitConstraintName(OracleStatementParser.ConstraintNameContext ctx)
OracleStatementParser.constraintName().ctx - the parse treeT visitSavepointName(OracleStatementParser.SavepointNameContext ctx)
OracleStatementParser.savepointName().ctx - the parse treeT visitSynonymName(OracleStatementParser.SynonymNameContext ctx)
OracleStatementParser.synonymName().ctx - the parse treeT visitOwner(OracleStatementParser.OwnerContext ctx)
OracleStatementParser.owner().ctx - the parse treeT visitName(OracleStatementParser.NameContext ctx)
OracleStatementParser.name().ctx - the parse treeT visitTablespaceName(OracleStatementParser.TablespaceNameContext ctx)
OracleStatementParser.tablespaceName().ctx - the parse treeT visitTablespaceSetName(OracleStatementParser.TablespaceSetNameContext ctx)
OracleStatementParser.tablespaceSetName().ctx - the parse treeT visitServiceName(OracleStatementParser.ServiceNameContext ctx)
OracleStatementParser.serviceName().ctx - the parse treeT visitIlmPolicyName(OracleStatementParser.IlmPolicyNameContext ctx)
OracleStatementParser.ilmPolicyName().ctx - the parse treeT visitFunctionName(OracleStatementParser.FunctionNameContext ctx)
OracleStatementParser.functionName().ctx - the parse treeT visitDbLink(OracleStatementParser.DbLinkContext ctx)
OracleStatementParser.dbLink().ctx - the parse treeT visitParameterValue(OracleStatementParser.ParameterValueContext ctx)
OracleStatementParser.parameterValue().ctx - the parse treeT visitDirectoryName(OracleStatementParser.DirectoryNameContext ctx)
OracleStatementParser.directoryName().ctx - the parse treeT visitDispatcherName(OracleStatementParser.DispatcherNameContext ctx)
OracleStatementParser.dispatcherName().ctx - the parse treeT visitClientId(OracleStatementParser.ClientIdContext ctx)
OracleStatementParser.clientId().ctx - the parse treeT visitOpaqueFormatSpec(OracleStatementParser.OpaqueFormatSpecContext ctx)
OracleStatementParser.opaqueFormatSpec().ctx - the parse treeT visitAccessDriverType(OracleStatementParser.AccessDriverTypeContext ctx)
OracleStatementParser.accessDriverType().ctx - the parse treeT visitType(OracleStatementParser.TypeContext ctx)
OracleStatementParser.type().ctx - the parse treeT visitVarrayItem(OracleStatementParser.VarrayItemContext ctx)
OracleStatementParser.varrayItem().ctx - the parse treeT visitNestedItem(OracleStatementParser.NestedItemContext ctx)
OracleStatementParser.nestedItem().ctx - the parse treeT visitStorageTable(OracleStatementParser.StorageTableContext ctx)
OracleStatementParser.storageTable().ctx - the parse treeT visitLobSegname(OracleStatementParser.LobSegnameContext ctx)
OracleStatementParser.lobSegname().ctx - the parse treeT visitLocationSpecifier(OracleStatementParser.LocationSpecifierContext ctx)
OracleStatementParser.locationSpecifier().ctx - the parse treeT visitXmlSchemaURLName(OracleStatementParser.XmlSchemaURLNameContext ctx)
OracleStatementParser.xmlSchemaURLName().ctx - the parse treeT visitElementName(OracleStatementParser.ElementNameContext ctx)
OracleStatementParser.elementName().ctx - the parse treeT visitSubpartitionName(OracleStatementParser.SubpartitionNameContext ctx)
OracleStatementParser.subpartitionName().ctx - the parse treeT visitParameterName(OracleStatementParser.ParameterNameContext ctx)
OracleStatementParser.parameterName().ctx - the parse treeT visitEditionName(OracleStatementParser.EditionNameContext ctx)
OracleStatementParser.editionName().ctx - the parse treeT visitContainerName(OracleStatementParser.ContainerNameContext ctx)
OracleStatementParser.containerName().ctx - the parse treeT visitPartitionName(OracleStatementParser.PartitionNameContext ctx)
OracleStatementParser.partitionName().ctx - the parse treeT visitPartitionSetName(OracleStatementParser.PartitionSetNameContext ctx)
OracleStatementParser.partitionSetName().ctx - the parse treeT visitPartitionKeyValue(OracleStatementParser.PartitionKeyValueContext ctx)
OracleStatementParser.partitionKeyValue().ctx - the parse treeT visitZonemapName(OracleStatementParser.ZonemapNameContext ctx)
OracleStatementParser.zonemapName().ctx - the parse treeT visitFlashbackArchiveName(OracleStatementParser.FlashbackArchiveNameContext ctx)
OracleStatementParser.flashbackArchiveName().ctx - the parse treeT visitRoleName(OracleStatementParser.RoleNameContext ctx)
OracleStatementParser.roleName().ctx - the parse treeT visitPassword(OracleStatementParser.PasswordContext ctx)
OracleStatementParser.password().ctx - the parse treeT visitLogGroupName(OracleStatementParser.LogGroupNameContext ctx)
OracleStatementParser.logGroupName().ctx - the parse treeT visitColumnNames(OracleStatementParser.ColumnNamesContext ctx)
OracleStatementParser.columnNames().ctx - the parse treeT visitTableNames(OracleStatementParser.TableNamesContext ctx)
OracleStatementParser.tableNames().ctx - the parse treeT visitOracleId(OracleStatementParser.OracleIdContext ctx)
OracleStatementParser.oracleId().ctx - the parse treeT visitCollationName(OracleStatementParser.CollationNameContext ctx)
OracleStatementParser.collationName().ctx - the parse treeT visitColumnCollationName(OracleStatementParser.ColumnCollationNameContext ctx)
OracleStatementParser.columnCollationName().ctx - the parse treeT visitAlias(OracleStatementParser.AliasContext ctx)
OracleStatementParser.alias().ctx - the parse treeT visitDataTypeLength(OracleStatementParser.DataTypeLengthContext ctx)
OracleStatementParser.dataTypeLength().ctx - the parse treeT visitPrimaryKey(OracleStatementParser.PrimaryKeyContext ctx)
OracleStatementParser.primaryKey().ctx - the parse treeT visitExprs(OracleStatementParser.ExprsContext ctx)
OracleStatementParser.exprs().ctx - the parse treeT visitExprList(OracleStatementParser.ExprListContext ctx)
OracleStatementParser.exprList().ctx - the parse treeT visitExpr(OracleStatementParser.ExprContext ctx)
OracleStatementParser.expr().ctx - the parse treeT visitLogicalOperator(OracleStatementParser.LogicalOperatorContext ctx)
OracleStatementParser.logicalOperator().ctx - the parse treeT visitNotOperator(OracleStatementParser.NotOperatorContext ctx)
OracleStatementParser.notOperator().ctx - the parse treeT visitBooleanPrimary(OracleStatementParser.BooleanPrimaryContext ctx)
OracleStatementParser.booleanPrimary().ctx - the parse treeT visitComparisonOperator(OracleStatementParser.ComparisonOperatorContext ctx)
OracleStatementParser.comparisonOperator().ctx - the parse treeT visitPredicate(OracleStatementParser.PredicateContext ctx)
OracleStatementParser.predicate().ctx - the parse treeT visitBitExpr(OracleStatementParser.BitExprContext ctx)
OracleStatementParser.bitExpr().ctx - the parse treeT visitSimpleExpr(OracleStatementParser.SimpleExprContext ctx)
OracleStatementParser.simpleExpr().ctx - the parse treeT visitFunctionCall(OracleStatementParser.FunctionCallContext ctx)
OracleStatementParser.functionCall().ctx - the parse treeT visitAggregationFunction(OracleStatementParser.AggregationFunctionContext ctx)
OracleStatementParser.aggregationFunction().ctx - the parse treeT visitAggregationFunctionName(OracleStatementParser.AggregationFunctionNameContext ctx)
OracleStatementParser.aggregationFunctionName().ctx - the parse treeT visitDistinct(OracleStatementParser.DistinctContext ctx)
OracleStatementParser.distinct().ctx - the parse treeT visitSpecialFunction(OracleStatementParser.SpecialFunctionContext ctx)
OracleStatementParser.specialFunction().ctx - the parse treeT visitCastFunction(OracleStatementParser.CastFunctionContext ctx)
OracleStatementParser.castFunction().ctx - the parse treeT visitCharFunction(OracleStatementParser.CharFunctionContext ctx)
OracleStatementParser.charFunction().ctx - the parse treeT visitRegularFunction(OracleStatementParser.RegularFunctionContext ctx)
OracleStatementParser.regularFunction().ctx - the parse treeT visitRegularFunctionName(OracleStatementParser.RegularFunctionNameContext ctx)
OracleStatementParser.regularFunctionName().ctx - the parse treeT visitCaseExpression(OracleStatementParser.CaseExpressionContext ctx)
OracleStatementParser.caseExpression().ctx - the parse treeT visitCaseWhen(OracleStatementParser.CaseWhenContext ctx)
OracleStatementParser.caseWhen().ctx - the parse treeT visitCaseElse(OracleStatementParser.CaseElseContext ctx)
OracleStatementParser.caseElse().ctx - the parse treeT visitOrderByClause(OracleStatementParser.OrderByClauseContext ctx)
OracleStatementParser.orderByClause().ctx - the parse treeT visitOrderByItem(OracleStatementParser.OrderByItemContext ctx)
OracleStatementParser.orderByItem().ctx - the parse treeT visitAttributeName(OracleStatementParser.AttributeNameContext ctx)
OracleStatementParser.attributeName().ctx - the parse treeT visitIndexTypeName(OracleStatementParser.IndexTypeNameContext ctx)
OracleStatementParser.indexTypeName().ctx - the parse treeT visitSimpleExprs(OracleStatementParser.SimpleExprsContext ctx)
OracleStatementParser.simpleExprs().ctx - the parse treeT visitLobItem(OracleStatementParser.LobItemContext ctx)
OracleStatementParser.lobItem().ctx - the parse treeT visitLobItems(OracleStatementParser.LobItemsContext ctx)
OracleStatementParser.lobItems().ctx - the parse treeT visitLobItemList(OracleStatementParser.LobItemListContext ctx)
OracleStatementParser.lobItemList().ctx - the parse treeT visitDataType(OracleStatementParser.DataTypeContext ctx)
OracleStatementParser.dataType().ctx - the parse treeT visitSpecialDatatype(OracleStatementParser.SpecialDatatypeContext ctx)
OracleStatementParser.specialDatatype().ctx - the parse treeT visitDataTypeName(OracleStatementParser.DataTypeNameContext ctx)
OracleStatementParser.dataTypeName().ctx - the parse treeT visitDatetimeTypeSuffix(OracleStatementParser.DatetimeTypeSuffixContext ctx)
OracleStatementParser.datetimeTypeSuffix().ctx - the parse treeT visitTreatFunction(OracleStatementParser.TreatFunctionContext ctx)
OracleStatementParser.treatFunction().ctx - the parse treeT visitPrivateExprOfDb(OracleStatementParser.PrivateExprOfDbContext ctx)
OracleStatementParser.privateExprOfDb().ctx - the parse treeT visitCaseExpr(OracleStatementParser.CaseExprContext ctx)
OracleStatementParser.caseExpr().ctx - the parse treeT visitSimpleCaseExpr(OracleStatementParser.SimpleCaseExprContext ctx)
OracleStatementParser.simpleCaseExpr().ctx - the parse treeT visitSearchedCaseExpr(OracleStatementParser.SearchedCaseExprContext ctx)
OracleStatementParser.searchedCaseExpr().ctx - the parse treeT visitElseClause(OracleStatementParser.ElseClauseContext ctx)
OracleStatementParser.elseClause().ctx - the parse treeT visitIntervalExpression(OracleStatementParser.IntervalExpressionContext ctx)
OracleStatementParser.intervalExpression().ctx - the parse treeT visitObjectAccessExpression(OracleStatementParser.ObjectAccessExpressionContext ctx)
OracleStatementParser.objectAccessExpression().ctx - the parse treeT visitConstructorExpr(OracleStatementParser.ConstructorExprContext ctx)
OracleStatementParser.constructorExpr().ctx - the parse treeT visitIgnoredIdentifier(OracleStatementParser.IgnoredIdentifierContext ctx)
OracleStatementParser.ignoredIdentifier().ctx - the parse treeT visitIgnoredIdentifiers(OracleStatementParser.IgnoredIdentifiersContext ctx)
OracleStatementParser.ignoredIdentifiers().ctx - the parse treeT visitMatchNone(OracleStatementParser.MatchNoneContext ctx)
OracleStatementParser.matchNone().ctx - the parse treeT visitHashSubpartitionQuantity(OracleStatementParser.HashSubpartitionQuantityContext ctx)
OracleStatementParser.hashSubpartitionQuantity().ctx - the parse treeT visitOdciParameters(OracleStatementParser.OdciParametersContext ctx)
OracleStatementParser.odciParameters().ctx - the parse treeT visitDatabaseName(OracleStatementParser.DatabaseNameContext ctx)
OracleStatementParser.databaseName().ctx - the parse treeT visitLocationName(OracleStatementParser.LocationNameContext ctx)
OracleStatementParser.locationName().ctx - the parse treeT visitFileName(OracleStatementParser.FileNameContext ctx)
OracleStatementParser.fileName().ctx - the parse treeT visitAsmFileName(OracleStatementParser.AsmFileNameContext ctx)
OracleStatementParser.asmFileName().ctx - the parse treeT visitFileNumber(OracleStatementParser.FileNumberContext ctx)
OracleStatementParser.fileNumber().ctx - the parse treeT visitInstanceName(OracleStatementParser.InstanceNameContext ctx)
OracleStatementParser.instanceName().ctx - the parse treeT visitLogminerSessionName(OracleStatementParser.LogminerSessionNameContext ctx)
OracleStatementParser.logminerSessionName().ctx - the parse treeT visitTablespaceGroupName(OracleStatementParser.TablespaceGroupNameContext ctx)
OracleStatementParser.tablespaceGroupName().ctx - the parse treeT visitCopyName(OracleStatementParser.CopyNameContext ctx)
OracleStatementParser.copyName().ctx - the parse treeT visitMirrorName(OracleStatementParser.MirrorNameContext ctx)
OracleStatementParser.mirrorName().ctx - the parse treeT visitUriString(OracleStatementParser.UriStringContext ctx)
OracleStatementParser.uriString().ctx - the parse treeT visitQualifiedCredentialName(OracleStatementParser.QualifiedCredentialNameContext ctx)
OracleStatementParser.qualifiedCredentialName().ctx - the parse treeT visitPdbName(OracleStatementParser.PdbNameContext ctx)
OracleStatementParser.pdbName().ctx - the parse treeT visitDiskgroupName(OracleStatementParser.DiskgroupNameContext ctx)
OracleStatementParser.diskgroupName().ctx - the parse treeT visitTemplateName(OracleStatementParser.TemplateNameContext ctx)
OracleStatementParser.templateName().ctx - the parse treeT visitAliasName(OracleStatementParser.AliasNameContext ctx)
OracleStatementParser.aliasName().ctx - the parse treeT visitDomain(OracleStatementParser.DomainContext ctx)
OracleStatementParser.domain().ctx - the parse treeT visitDateValue(OracleStatementParser.DateValueContext ctx)
OracleStatementParser.dateValue().ctx - the parse treeT visitSessionId(OracleStatementParser.SessionIdContext ctx)
OracleStatementParser.sessionId().ctx - the parse treeT visitSerialNumber(OracleStatementParser.SerialNumberContext ctx)
OracleStatementParser.serialNumber().ctx - the parse treeT visitInstanceId(OracleStatementParser.InstanceIdContext ctx)
OracleStatementParser.instanceId().ctx - the parse treeT visitSqlId(OracleStatementParser.SqlIdContext ctx)
OracleStatementParser.sqlId().ctx - the parse treeT visitLogFileName(OracleStatementParser.LogFileNameContext ctx)
OracleStatementParser.logFileName().ctx - the parse treeT visitLogFileGroupsArchivedLocationName(OracleStatementParser.LogFileGroupsArchivedLocationNameContext ctx)
OracleStatementParser.logFileGroupsArchivedLocationName().ctx - the parse treeT visitAsmVersion(OracleStatementParser.AsmVersionContext ctx)
OracleStatementParser.asmVersion().ctx - the parse treeT visitWalletPassword(OracleStatementParser.WalletPasswordContext ctx)
OracleStatementParser.walletPassword().ctx - the parse treeT visitHsmAuthString(OracleStatementParser.HsmAuthStringContext ctx)
OracleStatementParser.hsmAuthString().ctx - the parse treeT visitTargetDbName(OracleStatementParser.TargetDbNameContext ctx)
OracleStatementParser.targetDbName().ctx - the parse treeT visitCertificateId(OracleStatementParser.CertificateIdContext ctx)
OracleStatementParser.certificateId().ctx - the parse treeT visitCategoryName(OracleStatementParser.CategoryNameContext ctx)
OracleStatementParser.categoryName().ctx - the parse treeT visitOffset(OracleStatementParser.OffsetContext ctx)
OracleStatementParser.offset().ctx - the parse treeT visitRowcount(OracleStatementParser.RowcountContext ctx)
OracleStatementParser.rowcount().ctx - the parse treeT visitPercent(OracleStatementParser.PercentContext ctx)
OracleStatementParser.percent().ctx - the parse treeT visitRollbackSegment(OracleStatementParser.RollbackSegmentContext ctx)
OracleStatementParser.rollbackSegment().ctx - the parse treeT visitQueryName(OracleStatementParser.QueryNameContext ctx)
OracleStatementParser.queryName().ctx - the parse treeT visitCycleValue(OracleStatementParser.CycleValueContext ctx)
OracleStatementParser.cycleValue().ctx - the parse treeT visitNoCycleValue(OracleStatementParser.NoCycleValueContext ctx)
OracleStatementParser.noCycleValue().ctx - the parse treeT visitOrderingColumn(OracleStatementParser.OrderingColumnContext ctx)
OracleStatementParser.orderingColumn().ctx - the parse treeT visitSubavName(OracleStatementParser.SubavNameContext ctx)
OracleStatementParser.subavName().ctx - the parse treeT visitBaseAvName(OracleStatementParser.BaseAvNameContext ctx)
OracleStatementParser.baseAvName().ctx - the parse treeT visitMeasName(OracleStatementParser.MeasNameContext ctx)
OracleStatementParser.measName().ctx - the parse treeT visitLevelRef(OracleStatementParser.LevelRefContext ctx)
OracleStatementParser.levelRef().ctx - the parse treeT visitOffsetExpr(OracleStatementParser.OffsetExprContext ctx)
OracleStatementParser.offsetExpr().ctx - the parse treeT visitMemberKeyExpr(OracleStatementParser.MemberKeyExprContext ctx)
OracleStatementParser.memberKeyExpr().ctx - the parse treeT visitDepthExpression(OracleStatementParser.DepthExpressionContext ctx)
OracleStatementParser.depthExpression().ctx - the parse treeT visitUnitName(OracleStatementParser.UnitNameContext ctx)
OracleStatementParser.unitName().ctx - the parse treeT visitProcedureName(OracleStatementParser.ProcedureNameContext ctx)
OracleStatementParser.procedureName().ctx - the parse treeT visitCreateTable(OracleStatementParser.CreateTableContext ctx)
OracleStatementParser.createTable().ctx - the parse treeT visitCreateIndex(OracleStatementParser.CreateIndexContext ctx)
OracleStatementParser.createIndex().ctx - the parse treeT visitAlterTable(OracleStatementParser.AlterTableContext ctx)
OracleStatementParser.alterTable().ctx - the parse treeT visitAlterIndex(OracleStatementParser.AlterIndexContext ctx)
OracleStatementParser.alterIndex().ctx - the parse treeT visitDropTable(OracleStatementParser.DropTableContext ctx)
OracleStatementParser.dropTable().ctx - the parse treeT visitDropIndex(OracleStatementParser.DropIndexContext ctx)
OracleStatementParser.dropIndex().ctx - the parse treeT visitTruncateTable(OracleStatementParser.TruncateTableContext ctx)
OracleStatementParser.truncateTable().ctx - the parse treeT visitCreateTableSpecification(OracleStatementParser.CreateTableSpecificationContext ctx)
OracleStatementParser.createTableSpecification().ctx - the parse treeT visitTablespaceClauseWithParen(OracleStatementParser.TablespaceClauseWithParenContext ctx)
OracleStatementParser.tablespaceClauseWithParen().ctx - the parse treeT visitTablespaceClause(OracleStatementParser.TablespaceClauseContext ctx)
OracleStatementParser.tablespaceClause().ctx - the parse treeT visitDomainIndexClause(OracleStatementParser.DomainIndexClauseContext ctx)
OracleStatementParser.domainIndexClause().ctx - the parse treeT visitCreateSharingClause(OracleStatementParser.CreateSharingClauseContext ctx)
OracleStatementParser.createSharingClause().ctx - the parse treeT visitCreateDefinitionClause(OracleStatementParser.CreateDefinitionClauseContext ctx)
OracleStatementParser.createDefinitionClause().ctx - the parse treeT visitCreateXMLTypeTableClause(OracleStatementParser.CreateXMLTypeTableClauseContext ctx)
OracleStatementParser.createXMLTypeTableClause().ctx - the parse treeT visitXmlTypeStorageClause(OracleStatementParser.XmlTypeStorageClauseContext ctx)
OracleStatementParser.xmlTypeStorageClause().ctx - the parse treeT visitXmlSchemaSpecClause(OracleStatementParser.XmlSchemaSpecClauseContext ctx)
OracleStatementParser.xmlSchemaSpecClause().ctx - the parse treeT visitXmlTypeVirtualColumnsClause(OracleStatementParser.XmlTypeVirtualColumnsClauseContext ctx)
OracleStatementParser.xmlTypeVirtualColumnsClause().ctx - the parse treeT visitOidClause(OracleStatementParser.OidClauseContext ctx)
OracleStatementParser.oidClause().ctx - the parse treeT visitOidIndexClause(OracleStatementParser.OidIndexClauseContext ctx)
OracleStatementParser.oidIndexClause().ctx - the parse treeT visitCreateRelationalTableClause(OracleStatementParser.CreateRelationalTableClauseContext ctx)
OracleStatementParser.createRelationalTableClause().ctx - the parse treeT visitCreateMemOptimizeClause(OracleStatementParser.CreateMemOptimizeClauseContext ctx)
OracleStatementParser.createMemOptimizeClause().ctx - the parse treeT visitCreateParentClause(OracleStatementParser.CreateParentClauseContext ctx)
OracleStatementParser.createParentClause().ctx - the parse treeT visitCreateObjectTableClause(OracleStatementParser.CreateObjectTableClauseContext ctx)
OracleStatementParser.createObjectTableClause().ctx - the parse treeT visitRelationalProperties(OracleStatementParser.RelationalPropertiesContext ctx)
OracleStatementParser.relationalProperties().ctx - the parse treeT visitRelationalProperty(OracleStatementParser.RelationalPropertyContext ctx)
OracleStatementParser.relationalProperty().ctx - the parse treeT visitColumnDefinition(OracleStatementParser.ColumnDefinitionContext ctx)
OracleStatementParser.columnDefinition().ctx - the parse treeT visitVisibleClause(OracleStatementParser.VisibleClauseContext ctx)
OracleStatementParser.visibleClause().ctx - the parse treeT visitDefaultNullClause(OracleStatementParser.DefaultNullClauseContext ctx)
OracleStatementParser.defaultNullClause().ctx - the parse treeT visitIdentityClause(OracleStatementParser.IdentityClauseContext ctx)
OracleStatementParser.identityClause().ctx - the parse treeT visitIdentifyOptions(OracleStatementParser.IdentifyOptionsContext ctx)
OracleStatementParser.identifyOptions().ctx - the parse treeT visitIdentityOption(OracleStatementParser.IdentityOptionContext ctx)
OracleStatementParser.identityOption().ctx - the parse treeT visitEncryptionSpecification(OracleStatementParser.EncryptionSpecificationContext ctx)
OracleStatementParser.encryptionSpecification().ctx - the parse treeT visitInlineConstraint(OracleStatementParser.InlineConstraintContext ctx)
OracleStatementParser.inlineConstraint().ctx - the parse treeT visitReferencesClause(OracleStatementParser.ReferencesClauseContext ctx)
OracleStatementParser.referencesClause().ctx - the parse treeT visitConstraintState(OracleStatementParser.ConstraintStateContext ctx)
OracleStatementParser.constraintState().ctx - the parse treeT visitNotDeferrable(OracleStatementParser.NotDeferrableContext ctx)
OracleStatementParser.notDeferrable().ctx - the parse treeT visitInitiallyClause(OracleStatementParser.InitiallyClauseContext ctx)
OracleStatementParser.initiallyClause().ctx - the parse treeT visitExceptionsClause(OracleStatementParser.ExceptionsClauseContext ctx)
OracleStatementParser.exceptionsClause().ctx - the parse treeT visitUsingIndexClause(OracleStatementParser.UsingIndexClauseContext ctx)
OracleStatementParser.usingIndexClause().ctx - the parse treeT visitCreateIndexClause(OracleStatementParser.CreateIndexClauseContext ctx)
OracleStatementParser.createIndexClause().ctx - the parse treeT visitInlineRefConstraint(OracleStatementParser.InlineRefConstraintContext ctx)
OracleStatementParser.inlineRefConstraint().ctx - the parse treeT visitVirtualColumnDefinition(OracleStatementParser.VirtualColumnDefinitionContext ctx)
OracleStatementParser.virtualColumnDefinition().ctx - the parse treeT visitOutOfLineConstraint(OracleStatementParser.OutOfLineConstraintContext ctx)
OracleStatementParser.outOfLineConstraint().ctx - the parse treeT visitOutOfLineRefConstraint(OracleStatementParser.OutOfLineRefConstraintContext ctx)
OracleStatementParser.outOfLineRefConstraint().ctx - the parse treeT visitCreateIndexSpecification(OracleStatementParser.CreateIndexSpecificationContext ctx)
OracleStatementParser.createIndexSpecification().ctx - the parse treeT visitClusterIndexClause(OracleStatementParser.ClusterIndexClauseContext ctx)
OracleStatementParser.clusterIndexClause().ctx - the parse treeT visitIndexAttributes(OracleStatementParser.IndexAttributesContext ctx)
OracleStatementParser.indexAttributes().ctx - the parse treeT visitTableIndexClause(OracleStatementParser.TableIndexClauseContext ctx)
OracleStatementParser.tableIndexClause().ctx - the parse treeT visitIndexExpressions(OracleStatementParser.IndexExpressionsContext ctx)
OracleStatementParser.indexExpressions().ctx - the parse treeT visitIndexExpression(OracleStatementParser.IndexExpressionContext ctx)
OracleStatementParser.indexExpression().ctx - the parse treeT visitBitmapJoinIndexClause(OracleStatementParser.BitmapJoinIndexClauseContext ctx)
OracleStatementParser.bitmapJoinIndexClause().ctx - the parse treeT visitColumnSortsClause_(OracleStatementParser.ColumnSortsClause_Context ctx)
OracleStatementParser.columnSortsClause_().ctx - the parse treeT visitColumnSortClause_(OracleStatementParser.ColumnSortClause_Context ctx)
OracleStatementParser.columnSortClause_().ctx - the parse treeT visitCreateIndexDefinitionClause(OracleStatementParser.CreateIndexDefinitionClauseContext ctx)
OracleStatementParser.createIndexDefinitionClause().ctx - the parse treeT visitTableAlias(OracleStatementParser.TableAliasContext ctx)
OracleStatementParser.tableAlias().ctx - the parse treeT visitAlterDefinitionClause(OracleStatementParser.AlterDefinitionClauseContext ctx)
OracleStatementParser.alterDefinitionClause().ctx - the parse treeT visitAlterTableProperties(OracleStatementParser.AlterTablePropertiesContext ctx)
OracleStatementParser.alterTableProperties().ctx - the parse treeT visitRenameTableSpecification(OracleStatementParser.RenameTableSpecificationContext ctx)
OracleStatementParser.renameTableSpecification().ctx - the parse treeT visitColumnClauses(OracleStatementParser.ColumnClausesContext ctx)
OracleStatementParser.columnClauses().ctx - the parse treeT visitOperateColumnClause(OracleStatementParser.OperateColumnClauseContext ctx)
OracleStatementParser.operateColumnClause().ctx - the parse treeT visitAddColumnSpecification(OracleStatementParser.AddColumnSpecificationContext ctx)
OracleStatementParser.addColumnSpecification().ctx - the parse treeT visitColumnOrVirtualDefinitions(OracleStatementParser.ColumnOrVirtualDefinitionsContext ctx)
OracleStatementParser.columnOrVirtualDefinitions().ctx - the parse treeT visitColumnOrVirtualDefinition(OracleStatementParser.ColumnOrVirtualDefinitionContext ctx)
OracleStatementParser.columnOrVirtualDefinition().ctx - the parse treeT visitColumnProperties(OracleStatementParser.ColumnPropertiesContext ctx)
OracleStatementParser.columnProperties().ctx - the parse treeT visitColumnProperty(OracleStatementParser.ColumnPropertyContext ctx)
OracleStatementParser.columnProperty().ctx - the parse treeT visitObjectTypeColProperties(OracleStatementParser.ObjectTypeColPropertiesContext ctx)
OracleStatementParser.objectTypeColProperties().ctx - the parse treeT visitSubstitutableColumnClause(OracleStatementParser.SubstitutableColumnClauseContext ctx)
OracleStatementParser.substitutableColumnClause().ctx - the parse treeT visitModifyColumnSpecification(OracleStatementParser.ModifyColumnSpecificationContext ctx)
OracleStatementParser.modifyColumnSpecification().ctx - the parse treeT visitModifyColProperties(OracleStatementParser.ModifyColPropertiesContext ctx)
OracleStatementParser.modifyColProperties().ctx - the parse treeT visitModifyColSubstitutable(OracleStatementParser.ModifyColSubstitutableContext ctx)
OracleStatementParser.modifyColSubstitutable().ctx - the parse treeT visitDropColumnClause(OracleStatementParser.DropColumnClauseContext ctx)
OracleStatementParser.dropColumnClause().ctx - the parse treeT visitDropColumnSpecification(OracleStatementParser.DropColumnSpecificationContext ctx)
OracleStatementParser.dropColumnSpecification().ctx - the parse treeT visitColumnOrColumnList(OracleStatementParser.ColumnOrColumnListContext ctx)
OracleStatementParser.columnOrColumnList().ctx - the parse treeT visitCascadeOrInvalidate(OracleStatementParser.CascadeOrInvalidateContext ctx)
OracleStatementParser.cascadeOrInvalidate().ctx - the parse treeT visitCheckpointNumber(OracleStatementParser.CheckpointNumberContext ctx)
OracleStatementParser.checkpointNumber().ctx - the parse treeT visitRenameColumnClause(OracleStatementParser.RenameColumnClauseContext ctx)
OracleStatementParser.renameColumnClause().ctx - the parse treeT visitConstraintClauses(OracleStatementParser.ConstraintClausesContext ctx)
OracleStatementParser.constraintClauses().ctx - the parse treeT visitAddConstraintSpecification(OracleStatementParser.AddConstraintSpecificationContext ctx)
OracleStatementParser.addConstraintSpecification().ctx - the parse treeT visitModifyConstraintClause(OracleStatementParser.ModifyConstraintClauseContext ctx)
OracleStatementParser.modifyConstraintClause().ctx - the parse treeT visitConstraintWithName(OracleStatementParser.ConstraintWithNameContext ctx)
OracleStatementParser.constraintWithName().ctx - the parse treeT visitConstraintOption(OracleStatementParser.ConstraintOptionContext ctx)
OracleStatementParser.constraintOption().ctx - the parse treeT visitConstraintPrimaryOrUnique(OracleStatementParser.ConstraintPrimaryOrUniqueContext ctx)
OracleStatementParser.constraintPrimaryOrUnique().ctx - the parse treeT visitRenameConstraintClause(OracleStatementParser.RenameConstraintClauseContext ctx)
OracleStatementParser.renameConstraintClause().ctx - the parse treeT visitDropConstraintClause(OracleStatementParser.DropConstraintClauseContext ctx)
OracleStatementParser.dropConstraintClause().ctx - the parse treeT visitAlterExternalTable(OracleStatementParser.AlterExternalTableContext ctx)
OracleStatementParser.alterExternalTable().ctx - the parse treeT visitObjectProperties(OracleStatementParser.ObjectPropertiesContext ctx)
OracleStatementParser.objectProperties().ctx - the parse treeT visitAlterIndexInformationClause(OracleStatementParser.AlterIndexInformationClauseContext ctx)
OracleStatementParser.alterIndexInformationClause().ctx - the parse treeT visitRenameIndexClause(OracleStatementParser.RenameIndexClauseContext ctx)
OracleStatementParser.renameIndexClause().ctx - the parse treeT visitObjectTableSubstitution(OracleStatementParser.ObjectTableSubstitutionContext ctx)
OracleStatementParser.objectTableSubstitution().ctx - the parse treeT visitMemOptimizeClause(OracleStatementParser.MemOptimizeClauseContext ctx)
OracleStatementParser.memOptimizeClause().ctx - the parse treeT visitMemOptimizeReadClause(OracleStatementParser.MemOptimizeReadClauseContext ctx)
OracleStatementParser.memOptimizeReadClause().ctx - the parse treeT visitMemOptimizeWriteClause(OracleStatementParser.MemOptimizeWriteClauseContext ctx)
OracleStatementParser.memOptimizeWriteClause().ctx - the parse treeT visitEnableDisableClauses(OracleStatementParser.EnableDisableClausesContext ctx)
OracleStatementParser.enableDisableClauses().ctx - the parse treeT visitEnableDisableClause(OracleStatementParser.EnableDisableClauseContext ctx)
OracleStatementParser.enableDisableClause().ctx - the parse treeT visitEnableDisableOthers(OracleStatementParser.EnableDisableOthersContext ctx)
OracleStatementParser.enableDisableOthers().ctx - the parse treeT visitRebuildClause(OracleStatementParser.RebuildClauseContext ctx)
OracleStatementParser.rebuildClause().ctx - the parse treeT visitParallelClause(OracleStatementParser.ParallelClauseContext ctx)
OracleStatementParser.parallelClause().ctx - the parse treeT visitUsableSpecification(OracleStatementParser.UsableSpecificationContext ctx)
OracleStatementParser.usableSpecification().ctx - the parse treeT visitInvalidationSpecification(OracleStatementParser.InvalidationSpecificationContext ctx)
OracleStatementParser.invalidationSpecification().ctx - the parse treeT visitMaterializedViewLogClause(OracleStatementParser.MaterializedViewLogClauseContext ctx)
OracleStatementParser.materializedViewLogClause().ctx - the parse treeT visitDropReuseClause(OracleStatementParser.DropReuseClauseContext ctx)
OracleStatementParser.dropReuseClause().ctx - the parse treeT visitCollationClause(OracleStatementParser.CollationClauseContext ctx)
OracleStatementParser.collationClause().ctx - the parse treeT visitCommitClause(OracleStatementParser.CommitClauseContext ctx)
OracleStatementParser.commitClause().ctx - the parse treeT visitPhysicalProperties(OracleStatementParser.PhysicalPropertiesContext ctx)
OracleStatementParser.physicalProperties().ctx - the parse treeT visitDeferredSegmentCreation(OracleStatementParser.DeferredSegmentCreationContext ctx)
OracleStatementParser.deferredSegmentCreation().ctx - the parse treeT visitSegmentAttributesClause(OracleStatementParser.SegmentAttributesClauseContext ctx)
OracleStatementParser.segmentAttributesClause().ctx - the parse treeT visitPhysicalAttributesClause(OracleStatementParser.PhysicalAttributesClauseContext ctx)
OracleStatementParser.physicalAttributesClause().ctx - the parse treeT visitLoggingClause(OracleStatementParser.LoggingClauseContext ctx)
OracleStatementParser.loggingClause().ctx - the parse treeT visitStorageClause(OracleStatementParser.StorageClauseContext ctx)
OracleStatementParser.storageClause().ctx - the parse treeT visitSizeClause(OracleStatementParser.SizeClauseContext ctx)
OracleStatementParser.sizeClause().ctx - the parse treeT visitMaxsizeClause(OracleStatementParser.MaxsizeClauseContext ctx)
OracleStatementParser.maxsizeClause().ctx - the parse treeT visitTableCompression(OracleStatementParser.TableCompressionContext ctx)
OracleStatementParser.tableCompression().ctx - the parse treeT visitInmemoryTableClause(OracleStatementParser.InmemoryTableClauseContext ctx)
OracleStatementParser.inmemoryTableClause().ctx - the parse treeT visitInmemoryAttributes(OracleStatementParser.InmemoryAttributesContext ctx)
OracleStatementParser.inmemoryAttributes().ctx - the parse treeT visitInmemoryColumnClause(OracleStatementParser.InmemoryColumnClauseContext ctx)
OracleStatementParser.inmemoryColumnClause().ctx - the parse treeT visitInmemoryMemcompress(OracleStatementParser.InmemoryMemcompressContext ctx)
OracleStatementParser.inmemoryMemcompress().ctx - the parse treeT visitInmemoryPriority(OracleStatementParser.InmemoryPriorityContext ctx)
OracleStatementParser.inmemoryPriority().ctx - the parse treeT visitInmemoryDistribute(OracleStatementParser.InmemoryDistributeContext ctx)
OracleStatementParser.inmemoryDistribute().ctx - the parse treeT visitInmemoryDuplicate(OracleStatementParser.InmemoryDuplicateContext ctx)
OracleStatementParser.inmemoryDuplicate().ctx - the parse treeT visitIlmClause(OracleStatementParser.IlmClauseContext ctx)
OracleStatementParser.ilmClause().ctx - the parse treeT visitIlmPolicyClause(OracleStatementParser.IlmPolicyClauseContext ctx)
OracleStatementParser.ilmPolicyClause().ctx - the parse treeT visitIlmCompressionPolicy(OracleStatementParser.IlmCompressionPolicyContext ctx)
OracleStatementParser.ilmCompressionPolicy().ctx - the parse treeT visitIlmTimePeriod(OracleStatementParser.IlmTimePeriodContext ctx)
OracleStatementParser.ilmTimePeriod().ctx - the parse treeT visitIlmTieringPolicy(OracleStatementParser.IlmTieringPolicyContext ctx)
OracleStatementParser.ilmTieringPolicy().ctx - the parse treeT visitIlmInmemoryPolicy(OracleStatementParser.IlmInmemoryPolicyContext ctx)
OracleStatementParser.ilmInmemoryPolicy().ctx - the parse treeT visitOrganizationClause(OracleStatementParser.OrganizationClauseContext ctx)
OracleStatementParser.organizationClause().ctx - the parse treeT visitHeapOrgTableClause(OracleStatementParser.HeapOrgTableClauseContext ctx)
OracleStatementParser.heapOrgTableClause().ctx - the parse treeT visitIndexOrgTableClause(OracleStatementParser.IndexOrgTableClauseContext ctx)
OracleStatementParser.indexOrgTableClause().ctx - the parse treeT visitExternalTableClause(OracleStatementParser.ExternalTableClauseContext ctx)
OracleStatementParser.externalTableClause().ctx - the parse treeT visitExternalTableDataProps(OracleStatementParser.ExternalTableDataPropsContext ctx)
OracleStatementParser.externalTableDataProps().ctx - the parse treeT visitMappingTableClause(OracleStatementParser.MappingTableClauseContext ctx)
OracleStatementParser.mappingTableClause().ctx - the parse treeT visitPrefixCompression(OracleStatementParser.PrefixCompressionContext ctx)
OracleStatementParser.prefixCompression().ctx - the parse treeT visitIndexOrgOverflowClause(OracleStatementParser.IndexOrgOverflowClauseContext ctx)
OracleStatementParser.indexOrgOverflowClause().ctx - the parse treeT visitExternalPartitionClause(OracleStatementParser.ExternalPartitionClauseContext ctx)
OracleStatementParser.externalPartitionClause().ctx - the parse treeT visitClusterRelatedClause(OracleStatementParser.ClusterRelatedClauseContext ctx)
OracleStatementParser.clusterRelatedClause().ctx - the parse treeT visitTableProperties(OracleStatementParser.TablePropertiesContext ctx)
OracleStatementParser.tableProperties().ctx - the parse treeT visitReadOnlyClause(OracleStatementParser.ReadOnlyClauseContext ctx)
OracleStatementParser.readOnlyClause().ctx - the parse treeT visitIndexingClause(OracleStatementParser.IndexingClauseContext ctx)
OracleStatementParser.indexingClause().ctx - the parse treeT visitTablePartitioningClauses(OracleStatementParser.TablePartitioningClausesContext ctx)
OracleStatementParser.tablePartitioningClauses().ctx - the parse treeT visitRangePartitions(OracleStatementParser.RangePartitionsContext ctx)
OracleStatementParser.rangePartitions().ctx - the parse treeT visitRangeValuesClause(OracleStatementParser.RangeValuesClauseContext ctx)
OracleStatementParser.rangeValuesClause().ctx - the parse treeT visitTablePartitionDescription(OracleStatementParser.TablePartitionDescriptionContext ctx)
OracleStatementParser.tablePartitionDescription().ctx - the parse treeT visitInmemoryClause(OracleStatementParser.InmemoryClauseContext ctx)
OracleStatementParser.inmemoryClause().ctx - the parse treeT visitVarrayColProperties(OracleStatementParser.VarrayColPropertiesContext ctx)
OracleStatementParser.varrayColProperties().ctx - the parse treeT visitNestedTableColProperties(OracleStatementParser.NestedTableColPropertiesContext ctx)
OracleStatementParser.nestedTableColProperties().ctx - the parse treeT visitLobStorageClause(OracleStatementParser.LobStorageClauseContext ctx)
OracleStatementParser.lobStorageClause().ctx - the parse treeT visitVarrayStorageClause(OracleStatementParser.VarrayStorageClauseContext ctx)
OracleStatementParser.varrayStorageClause().ctx - the parse treeT visitLobStorageParameters(OracleStatementParser.LobStorageParametersContext ctx)
OracleStatementParser.lobStorageParameters().ctx - the parse treeT visitLobParameters(OracleStatementParser.LobParametersContext ctx)
OracleStatementParser.lobParameters().ctx - the parse treeT visitLobRetentionClause(OracleStatementParser.LobRetentionClauseContext ctx)
OracleStatementParser.lobRetentionClause().ctx - the parse treeT visitLobDeduplicateClause(OracleStatementParser.LobDeduplicateClauseContext ctx)
OracleStatementParser.lobDeduplicateClause().ctx - the parse treeT visitLobCompressionClause(OracleStatementParser.LobCompressionClauseContext ctx)
OracleStatementParser.lobCompressionClause().ctx - the parse treeT visitExternalPartSubpartDataProps(OracleStatementParser.ExternalPartSubpartDataPropsContext ctx)
OracleStatementParser.externalPartSubpartDataProps().ctx - the parse treeT visitListPartitions(OracleStatementParser.ListPartitionsContext ctx)
OracleStatementParser.listPartitions().ctx - the parse treeT visitListValuesClause(OracleStatementParser.ListValuesClauseContext ctx)
OracleStatementParser.listValuesClause().ctx - the parse treeT visitListValues(OracleStatementParser.ListValuesContext ctx)
OracleStatementParser.listValues().ctx - the parse treeT visitHashPartitions(OracleStatementParser.HashPartitionsContext ctx)
OracleStatementParser.hashPartitions().ctx - the parse treeT visitHashPartitionsByQuantity(OracleStatementParser.HashPartitionsByQuantityContext ctx)
OracleStatementParser.hashPartitionsByQuantity().ctx - the parse treeT visitIndexCompression(OracleStatementParser.IndexCompressionContext ctx)
OracleStatementParser.indexCompression().ctx - the parse treeT visitAdvancedIndexCompression(OracleStatementParser.AdvancedIndexCompressionContext ctx)
OracleStatementParser.advancedIndexCompression().ctx - the parse treeT visitIndividualHashPartitions(OracleStatementParser.IndividualHashPartitionsContext ctx)
OracleStatementParser.individualHashPartitions().ctx - the parse treeT visitPartitioningStorageClause(OracleStatementParser.PartitioningStorageClauseContext ctx)
OracleStatementParser.partitioningStorageClause().ctx - the parse treeT visitLobPartitioningStorage(OracleStatementParser.LobPartitioningStorageContext ctx)
OracleStatementParser.lobPartitioningStorage().ctx - the parse treeT visitCompositeRangePartitions(OracleStatementParser.CompositeRangePartitionsContext ctx)
OracleStatementParser.compositeRangePartitions().ctx - the parse treeT visitSubpartitionByRange(OracleStatementParser.SubpartitionByRangeContext ctx)
OracleStatementParser.subpartitionByRange().ctx - the parse treeT visitSubpartitionByList(OracleStatementParser.SubpartitionByListContext ctx)
OracleStatementParser.subpartitionByList().ctx - the parse treeT visitSubpartitionByHash(OracleStatementParser.SubpartitionByHashContext ctx)
OracleStatementParser.subpartitionByHash().ctx - the parse treeT visitSubpartitionTemplate(OracleStatementParser.SubpartitionTemplateContext ctx)
OracleStatementParser.subpartitionTemplate().ctx - the parse treeT visitRangeSubpartitionDesc(OracleStatementParser.RangeSubpartitionDescContext ctx)
OracleStatementParser.rangeSubpartitionDesc().ctx - the parse treeT visitListSubpartitionDesc(OracleStatementParser.ListSubpartitionDescContext ctx)
OracleStatementParser.listSubpartitionDesc().ctx - the parse treeT visitIndividualHashSubparts(OracleStatementParser.IndividualHashSubpartsContext ctx)
OracleStatementParser.individualHashSubparts().ctx - the parse treeT visitRangePartitionDesc(OracleStatementParser.RangePartitionDescContext ctx)
OracleStatementParser.rangePartitionDesc().ctx - the parse treeT visitCompositeListPartitions(OracleStatementParser.CompositeListPartitionsContext ctx)
OracleStatementParser.compositeListPartitions().ctx - the parse treeT visitListPartitionDesc(OracleStatementParser.ListPartitionDescContext ctx)
OracleStatementParser.listPartitionDesc().ctx - the parse treeT visitCompositeHashPartitions(OracleStatementParser.CompositeHashPartitionsContext ctx)
OracleStatementParser.compositeHashPartitions().ctx - the parse treeT visitReferencePartitioning(OracleStatementParser.ReferencePartitioningContext ctx)
OracleStatementParser.referencePartitioning().ctx - the parse treeT visitReferencePartitionDesc(OracleStatementParser.ReferencePartitionDescContext ctx)
OracleStatementParser.referencePartitionDesc().ctx - the parse treeT visitConstraint(OracleStatementParser.ConstraintContext ctx)
OracleStatementParser.constraint().ctx - the parse treeT visitSystemPartitioning(OracleStatementParser.SystemPartitioningContext ctx)
OracleStatementParser.systemPartitioning().ctx - the parse treeT visitConsistentHashPartitions(OracleStatementParser.ConsistentHashPartitionsContext ctx)
OracleStatementParser.consistentHashPartitions().ctx - the parse treeT visitConsistentHashWithSubpartitions(OracleStatementParser.ConsistentHashWithSubpartitionsContext ctx)
OracleStatementParser.consistentHashWithSubpartitions().ctx - the parse treeT visitPartitionsetClauses(OracleStatementParser.PartitionsetClausesContext ctx)
OracleStatementParser.partitionsetClauses().ctx - the parse treeT visitRangePartitionsetClause(OracleStatementParser.RangePartitionsetClauseContext ctx)
OracleStatementParser.rangePartitionsetClause().ctx - the parse treeT visitRangePartitionsetDesc(OracleStatementParser.RangePartitionsetDescContext ctx)
OracleStatementParser.rangePartitionsetDesc().ctx - the parse treeT visitListPartitionsetClause(OracleStatementParser.ListPartitionsetClauseContext ctx)
OracleStatementParser.listPartitionsetClause().ctx - the parse treeT visitAttributeClusteringClause(OracleStatementParser.AttributeClusteringClauseContext ctx)
OracleStatementParser.attributeClusteringClause().ctx - the parse treeT visitClusteringJoin(OracleStatementParser.ClusteringJoinContext ctx)
OracleStatementParser.clusteringJoin().ctx - the parse treeT visitClusterClause(OracleStatementParser.ClusterClauseContext ctx)
OracleStatementParser.clusterClause().ctx - the parse treeT visitClusteringColumns(OracleStatementParser.ClusteringColumnsContext ctx)
OracleStatementParser.clusteringColumns().ctx - the parse treeT visitClusteringColumnGroup(OracleStatementParser.ClusteringColumnGroupContext ctx)
OracleStatementParser.clusteringColumnGroup().ctx - the parse treeT visitClusteringWhen(OracleStatementParser.ClusteringWhenContext ctx)
OracleStatementParser.clusteringWhen().ctx - the parse treeT visitZonemapClause(OracleStatementParser.ZonemapClauseContext ctx)
OracleStatementParser.zonemapClause().ctx - the parse treeT visitRowMovementClause(OracleStatementParser.RowMovementClauseContext ctx)
OracleStatementParser.rowMovementClause().ctx - the parse treeT visitFlashbackArchiveClause(OracleStatementParser.FlashbackArchiveClauseContext ctx)
OracleStatementParser.flashbackArchiveClause().ctx - the parse treeT visitAlterSynonym(OracleStatementParser.AlterSynonymContext ctx)
OracleStatementParser.alterSynonym().ctx - the parse treeT visitAlterTablePartitioning(OracleStatementParser.AlterTablePartitioningContext ctx)
OracleStatementParser.alterTablePartitioning().ctx - the parse treeT visitModifyTablePartition(OracleStatementParser.ModifyTablePartitionContext ctx)
OracleStatementParser.modifyTablePartition().ctx - the parse treeT visitModifyRangePartition(OracleStatementParser.ModifyRangePartitionContext ctx)
OracleStatementParser.modifyRangePartition().ctx - the parse treeT visitModifyHashPartition(OracleStatementParser.ModifyHashPartitionContext ctx)
OracleStatementParser.modifyHashPartition().ctx - the parse treeT visitModifyListPartition(OracleStatementParser.ModifyListPartitionContext ctx)
OracleStatementParser.modifyListPartition().ctx - the parse treeT visitPartitionExtendedName(OracleStatementParser.PartitionExtendedNameContext ctx)
OracleStatementParser.partitionExtendedName().ctx - the parse treeT visitAddRangeSubpartition(OracleStatementParser.AddRangeSubpartitionContext ctx)
OracleStatementParser.addRangeSubpartition().ctx - the parse treeT visitDependentTablesClause(OracleStatementParser.DependentTablesClauseContext ctx)
OracleStatementParser.dependentTablesClause().ctx - the parse treeT visitAddHashSubpartition(OracleStatementParser.AddHashSubpartitionContext ctx)
OracleStatementParser.addHashSubpartition().ctx - the parse treeT visitAddListSubpartition(OracleStatementParser.AddListSubpartitionContext ctx)
OracleStatementParser.addListSubpartition().ctx - the parse treeT visitCoalesceTableSubpartition(OracleStatementParser.CoalesceTableSubpartitionContext ctx)
OracleStatementParser.coalesceTableSubpartition().ctx - the parse treeT visitAllowDisallowClustering(OracleStatementParser.AllowDisallowClusteringContext ctx)
OracleStatementParser.allowDisallowClustering().ctx - the parse treeT visitAlterMappingTableClauses(OracleStatementParser.AlterMappingTableClausesContext ctx)
OracleStatementParser.alterMappingTableClauses().ctx - the parse treeT visitDeallocateUnusedClause(OracleStatementParser.DeallocateUnusedClauseContext ctx)
OracleStatementParser.deallocateUnusedClause().ctx - the parse treeT visitAllocateExtentClause(OracleStatementParser.AllocateExtentClauseContext ctx)
OracleStatementParser.allocateExtentClause().ctx - the parse treeT visitPartitionSpec(OracleStatementParser.PartitionSpecContext ctx)
OracleStatementParser.partitionSpec().ctx - the parse treeT visitPartitionAttributes(OracleStatementParser.PartitionAttributesContext ctx)
OracleStatementParser.partitionAttributes().ctx - the parse treeT visitShrinkClause(OracleStatementParser.ShrinkClauseContext ctx)
OracleStatementParser.shrinkClause().ctx - the parse treeT visitMoveTablePartition(OracleStatementParser.MoveTablePartitionContext ctx)
OracleStatementParser.moveTablePartition().ctx - the parse treeT visitFilterCondition(OracleStatementParser.FilterConditionContext ctx)
OracleStatementParser.filterCondition().ctx - the parse treeT visitCoalesceTablePartition(OracleStatementParser.CoalesceTablePartitionContext ctx)
OracleStatementParser.coalesceTablePartition().ctx - the parse treeT visitAddTablePartition(OracleStatementParser.AddTablePartitionContext ctx)
OracleStatementParser.addTablePartition().ctx - the parse treeT visitAddRangePartitionClause(OracleStatementParser.AddRangePartitionClauseContext ctx)
OracleStatementParser.addRangePartitionClause().ctx - the parse treeT visitAddListPartitionClause(OracleStatementParser.AddListPartitionClauseContext ctx)
OracleStatementParser.addListPartitionClause().ctx - the parse treeT visitHashSubpartsByQuantity(OracleStatementParser.HashSubpartsByQuantityContext ctx)
OracleStatementParser.hashSubpartsByQuantity().ctx - the parse treeT visitAddSystemPartitionClause(OracleStatementParser.AddSystemPartitionClauseContext ctx)
OracleStatementParser.addSystemPartitionClause().ctx - the parse treeT visitAddHashPartitionClause(OracleStatementParser.AddHashPartitionClauseContext ctx)
OracleStatementParser.addHashPartitionClause().ctx - the parse treeT visitDropTablePartition(OracleStatementParser.DropTablePartitionContext ctx)
OracleStatementParser.dropTablePartition().ctx - the parse treeT visitPartitionExtendedNames(OracleStatementParser.PartitionExtendedNamesContext ctx)
OracleStatementParser.partitionExtendedNames().ctx - the parse treeT visitPartitionForClauses(OracleStatementParser.PartitionForClausesContext ctx)
OracleStatementParser.partitionForClauses().ctx - the parse treeT visitUpdateIndexClauses(OracleStatementParser.UpdateIndexClausesContext ctx)
OracleStatementParser.updateIndexClauses().ctx - the parse treeT visitUpdateGlobalIndexClause(OracleStatementParser.UpdateGlobalIndexClauseContext ctx)
OracleStatementParser.updateGlobalIndexClause().ctx - the parse treeT visitUpdateAllIndexesClause(OracleStatementParser.UpdateAllIndexesClauseContext ctx)
OracleStatementParser.updateAllIndexesClause().ctx - the parse treeT visitUpdateIndexPartition(OracleStatementParser.UpdateIndexPartitionContext ctx)
OracleStatementParser.updateIndexPartition().ctx - the parse treeT visitIndexPartitionDesc(OracleStatementParser.IndexPartitionDescContext ctx)
OracleStatementParser.indexPartitionDesc().ctx - the parse treeT visitIndexSubpartitionClause(OracleStatementParser.IndexSubpartitionClauseContext ctx)
OracleStatementParser.indexSubpartitionClause().ctx - the parse treeT visitUpdateIndexSubpartition(OracleStatementParser.UpdateIndexSubpartitionContext ctx)
OracleStatementParser.updateIndexSubpartition().ctx - the parse treeT visitSupplementalLoggingProps(OracleStatementParser.SupplementalLoggingPropsContext ctx)
OracleStatementParser.supplementalLoggingProps().ctx - the parse treeT visitSupplementalLogGrpClause(OracleStatementParser.SupplementalLogGrpClauseContext ctx)
OracleStatementParser.supplementalLogGrpClause().ctx - the parse treeT visitSupplementalIdKeyClause(OracleStatementParser.SupplementalIdKeyClauseContext ctx)
OracleStatementParser.supplementalIdKeyClause().ctx - the parse treeT visitAlterSession(OracleStatementParser.AlterSessionContext ctx)
OracleStatementParser.alterSession().ctx - the parse treeT visitAlterSessionOption(OracleStatementParser.AlterSessionOptionContext ctx)
OracleStatementParser.alterSessionOption().ctx - the parse treeT visitAdviseClause(OracleStatementParser.AdviseClauseContext ctx)
OracleStatementParser.adviseClause().ctx - the parse treeT visitCloseDatabaseLinkClause(OracleStatementParser.CloseDatabaseLinkClauseContext ctx)
OracleStatementParser.closeDatabaseLinkClause().ctx - the parse treeT visitCommitInProcedureClause(OracleStatementParser.CommitInProcedureClauseContext ctx)
OracleStatementParser.commitInProcedureClause().ctx - the parse treeT visitSecuriyClause(OracleStatementParser.SecuriyClauseContext ctx)
OracleStatementParser.securiyClause().ctx - the parse treeT visitParallelExecutionClause(OracleStatementParser.ParallelExecutionClauseContext ctx)
OracleStatementParser.parallelExecutionClause().ctx - the parse treeT visitResumableClause(OracleStatementParser.ResumableClauseContext ctx)
OracleStatementParser.resumableClause().ctx - the parse treeT visitEnableResumableClause(OracleStatementParser.EnableResumableClauseContext ctx)
OracleStatementParser.enableResumableClause().ctx - the parse treeT visitDisableResumableClause(OracleStatementParser.DisableResumableClauseContext ctx)
OracleStatementParser.disableResumableClause().ctx - the parse treeT visitShardDdlClause(OracleStatementParser.ShardDdlClauseContext ctx)
OracleStatementParser.shardDdlClause().ctx - the parse treeT visitSyncWithPrimaryClause(OracleStatementParser.SyncWithPrimaryClauseContext ctx)
OracleStatementParser.syncWithPrimaryClause().ctx - the parse treeT visitAlterSessionSetClause(OracleStatementParser.AlterSessionSetClauseContext ctx)
OracleStatementParser.alterSessionSetClause().ctx - the parse treeT visitAlterSessionSetClauseOption(OracleStatementParser.AlterSessionSetClauseOptionContext ctx)
OracleStatementParser.alterSessionSetClauseOption().ctx - the parse treeT visitParameterClause(OracleStatementParser.ParameterClauseContext ctx)
OracleStatementParser.parameterClause().ctx - the parse treeT visitEditionClause(OracleStatementParser.EditionClauseContext ctx)
OracleStatementParser.editionClause().ctx - the parse treeT visitContainerClause(OracleStatementParser.ContainerClauseContext ctx)
OracleStatementParser.containerClause().ctx - the parse treeT visitRowArchivalVisibilityClause(OracleStatementParser.RowArchivalVisibilityClauseContext ctx)
OracleStatementParser.rowArchivalVisibilityClause().ctx - the parse treeT visitAlterDatabase(OracleStatementParser.AlterDatabaseContext ctx)
OracleStatementParser.alterDatabase().ctx - the parse treeT visitDatabaseClauses(OracleStatementParser.DatabaseClausesContext ctx)
OracleStatementParser.databaseClauses().ctx - the parse treeT visitStartupClauses(OracleStatementParser.StartupClausesContext ctx)
OracleStatementParser.startupClauses().ctx - the parse treeT visitRecoveryClauses(OracleStatementParser.RecoveryClausesContext ctx)
OracleStatementParser.recoveryClauses().ctx - the parse treeT visitGeneralRecovery(OracleStatementParser.GeneralRecoveryContext ctx)
OracleStatementParser.generalRecovery().ctx - the parse treeT visitFullDatabaseRecovery(OracleStatementParser.FullDatabaseRecoveryContext ctx)
OracleStatementParser.fullDatabaseRecovery().ctx - the parse treeT visitPartialDatabaseRecovery(OracleStatementParser.PartialDatabaseRecoveryContext ctx)
OracleStatementParser.partialDatabaseRecovery().ctx - the parse treeT visitManagedStandbyRecovery(OracleStatementParser.ManagedStandbyRecoveryContext ctx)
OracleStatementParser.managedStandbyRecovery().ctx - the parse treeT visitDatabaseFileClauses(OracleStatementParser.DatabaseFileClausesContext ctx)
OracleStatementParser.databaseFileClauses().ctx - the parse treeT visitCreateDatafileClause(OracleStatementParser.CreateDatafileClauseContext ctx)
OracleStatementParser.createDatafileClause().ctx - the parse treeT visitFileSpecification(OracleStatementParser.FileSpecificationContext ctx)
OracleStatementParser.fileSpecification().ctx - the parse treeT visitDatafileTempfileSpec(OracleStatementParser.DatafileTempfileSpecContext ctx)
OracleStatementParser.datafileTempfileSpec().ctx - the parse treeT visitAutoextendClause(OracleStatementParser.AutoextendClauseContext ctx)
OracleStatementParser.autoextendClause().ctx - the parse treeT visitRedoLogFileSpec(OracleStatementParser.RedoLogFileSpecContext ctx)
OracleStatementParser.redoLogFileSpec().ctx - the parse treeT visitAlterDatafileClause(OracleStatementParser.AlterDatafileClauseContext ctx)
OracleStatementParser.alterDatafileClause().ctx - the parse treeT visitAlterTempfileClause(OracleStatementParser.AlterTempfileClauseContext ctx)
OracleStatementParser.alterTempfileClause().ctx - the parse treeT visitLogfileClauses(OracleStatementParser.LogfileClausesContext ctx)
OracleStatementParser.logfileClauses().ctx - the parse treeT visitLogfileDescriptor(OracleStatementParser.LogfileDescriptorContext ctx)
OracleStatementParser.logfileDescriptor().ctx - the parse treeT visitAddLogfileClauses(OracleStatementParser.AddLogfileClausesContext ctx)
OracleStatementParser.addLogfileClauses().ctx - the parse treeT visitControlfileClauses(OracleStatementParser.ControlfileClausesContext ctx)
OracleStatementParser.controlfileClauses().ctx - the parse treeT visitTraceFileClause(OracleStatementParser.TraceFileClauseContext ctx)
OracleStatementParser.traceFileClause().ctx - the parse treeT visitDropLogfileClauses(OracleStatementParser.DropLogfileClausesContext ctx)
OracleStatementParser.dropLogfileClauses().ctx - the parse treeT visitSwitchLogfileClause(OracleStatementParser.SwitchLogfileClauseContext ctx)
OracleStatementParser.switchLogfileClause().ctx - the parse treeT visitSupplementalDbLogging(OracleStatementParser.SupplementalDbLoggingContext ctx)
OracleStatementParser.supplementalDbLogging().ctx - the parse treeT visitSupplementalPlsqlClause(OracleStatementParser.SupplementalPlsqlClauseContext ctx)
OracleStatementParser.supplementalPlsqlClause().ctx - the parse treeT visitSupplementalSubsetReplicationClause(OracleStatementParser.SupplementalSubsetReplicationClauseContext ctx)
OracleStatementParser.supplementalSubsetReplicationClause().ctx - the parse treeT visitStandbyDatabaseClauses(OracleStatementParser.StandbyDatabaseClausesContext ctx)
OracleStatementParser.standbyDatabaseClauses().ctx - the parse treeT visitActivateStandbyDbClause(OracleStatementParser.ActivateStandbyDbClauseContext ctx)
OracleStatementParser.activateStandbyDbClause().ctx - the parse treeT visitMaximizeStandbyDbClause(OracleStatementParser.MaximizeStandbyDbClauseContext ctx)
OracleStatementParser.maximizeStandbyDbClause().ctx - the parse treeT visitRegisterLogfileClause(OracleStatementParser.RegisterLogfileClauseContext ctx)
OracleStatementParser.registerLogfileClause().ctx - the parse treeT visitCommitSwitchoverClause(OracleStatementParser.CommitSwitchoverClauseContext ctx)
OracleStatementParser.commitSwitchoverClause().ctx - the parse treeT visitStartStandbyClause(OracleStatementParser.StartStandbyClauseContext ctx)
OracleStatementParser.startStandbyClause().ctx - the parse treeT visitScnValue(OracleStatementParser.ScnValueContext ctx)
OracleStatementParser.scnValue().ctx - the parse treeT visitStopStandbyClause(OracleStatementParser.StopStandbyClauseContext ctx)
OracleStatementParser.stopStandbyClause().ctx - the parse treeT visitSwitchoverClause(OracleStatementParser.SwitchoverClauseContext ctx)
OracleStatementParser.switchoverClause().ctx - the parse treeT visitConvertDatabaseClause(OracleStatementParser.ConvertDatabaseClauseContext ctx)
OracleStatementParser.convertDatabaseClause().ctx - the parse treeT visitFailoverClause(OracleStatementParser.FailoverClauseContext ctx)
OracleStatementParser.failoverClause().ctx - the parse treeT visitDefaultSettingsClauses(OracleStatementParser.DefaultSettingsClausesContext ctx)
OracleStatementParser.defaultSettingsClauses().ctx - the parse treeT visitSetTimeZoneClause(OracleStatementParser.SetTimeZoneClauseContext ctx)
OracleStatementParser.setTimeZoneClause().ctx - the parse treeT visitTimeZoneRegion(OracleStatementParser.TimeZoneRegionContext ctx)
OracleStatementParser.timeZoneRegion().ctx - the parse treeT visitFlashbackModeClause(OracleStatementParser.FlashbackModeClauseContext ctx)
OracleStatementParser.flashbackModeClause().ctx - the parse treeT visitUndoModeClause(OracleStatementParser.UndoModeClauseContext ctx)
OracleStatementParser.undoModeClause().ctx - the parse treeT visitMoveDatafileClause(OracleStatementParser.MoveDatafileClauseContext ctx)
OracleStatementParser.moveDatafileClause().ctx - the parse treeT visitInstanceClauses(OracleStatementParser.InstanceClausesContext ctx)
OracleStatementParser.instanceClauses().ctx - the parse treeT visitSecurityClause(OracleStatementParser.SecurityClauseContext ctx)
OracleStatementParser.securityClause().ctx - the parse treeT visitPrepareClause(OracleStatementParser.PrepareClauseContext ctx)
OracleStatementParser.prepareClause().ctx - the parse treeT visitDropMirrorCopy(OracleStatementParser.DropMirrorCopyContext ctx)
OracleStatementParser.dropMirrorCopy().ctx - the parse treeT visitLostWriteProtection(OracleStatementParser.LostWriteProtectionContext ctx)
OracleStatementParser.lostWriteProtection().ctx - the parse treeT visitCdbFleetClauses(OracleStatementParser.CdbFleetClausesContext ctx)
OracleStatementParser.cdbFleetClauses().ctx - the parse treeT visitLeadCdbClause(OracleStatementParser.LeadCdbClauseContext ctx)
OracleStatementParser.leadCdbClause().ctx - the parse treeT visitLeadCdbUriClause(OracleStatementParser.LeadCdbUriClauseContext ctx)
OracleStatementParser.leadCdbUriClause().ctx - the parse treeT visitPropertyClause(OracleStatementParser.PropertyClauseContext ctx)
OracleStatementParser.propertyClause().ctx - the parse treeT visitAlterSystem(OracleStatementParser.AlterSystemContext ctx)
OracleStatementParser.alterSystem().ctx - the parse treeT visitAlterSystemOption(OracleStatementParser.AlterSystemOptionContext ctx)
OracleStatementParser.alterSystemOption().ctx - the parse treeT visitArchiveLogClause(OracleStatementParser.ArchiveLogClauseContext ctx)
OracleStatementParser.archiveLogClause().ctx - the parse treeT visitCheckpointClause(OracleStatementParser.CheckpointClauseContext ctx)
OracleStatementParser.checkpointClause().ctx - the parse treeT visitCheckDatafilesClause(OracleStatementParser.CheckDatafilesClauseContext ctx)
OracleStatementParser.checkDatafilesClause().ctx - the parse treeT visitDistributedRecovClauses(OracleStatementParser.DistributedRecovClausesContext ctx)
OracleStatementParser.distributedRecovClauses().ctx - the parse treeT visitFlushClause(OracleStatementParser.FlushClauseContext ctx)
OracleStatementParser.flushClause().ctx - the parse treeT visitEndSessionClauses(OracleStatementParser.EndSessionClausesContext ctx)
OracleStatementParser.endSessionClauses().ctx - the parse treeT visitAlterSystemSwitchLogfileClause(OracleStatementParser.AlterSystemSwitchLogfileClauseContext ctx)
OracleStatementParser.alterSystemSwitchLogfileClause().ctx - the parse treeT visitSuspendResumeClause(OracleStatementParser.SuspendResumeClauseContext ctx)
OracleStatementParser.suspendResumeClause().ctx - the parse treeT visitQuiesceClauses(OracleStatementParser.QuiesceClausesContext ctx)
OracleStatementParser.quiesceClauses().ctx - the parse treeT visitRollingMigrationClauses(OracleStatementParser.RollingMigrationClausesContext ctx)
OracleStatementParser.rollingMigrationClauses().ctx - the parse treeT visitRollingPatchClauses(OracleStatementParser.RollingPatchClausesContext ctx)
OracleStatementParser.rollingPatchClauses().ctx - the parse treeT visitAlterSystemSecurityClauses(OracleStatementParser.AlterSystemSecurityClausesContext ctx)
OracleStatementParser.alterSystemSecurityClauses().ctx - the parse treeT visitAffinityClauses(OracleStatementParser.AffinityClausesContext ctx)
OracleStatementParser.affinityClauses().ctx - the parse treeT visitShutdownDispatcherClause(OracleStatementParser.ShutdownDispatcherClauseContext ctx)
OracleStatementParser.shutdownDispatcherClause().ctx - the parse treeT visitRegisterClause(OracleStatementParser.RegisterClauseContext ctx)
OracleStatementParser.registerClause().ctx - the parse treeT visitSetClause(OracleStatementParser.SetClauseContext ctx)
OracleStatementParser.setClause().ctx - the parse treeT visitResetClause(OracleStatementParser.ResetClauseContext ctx)
OracleStatementParser.resetClause().ctx - the parse treeT visitRelocateClientClause(OracleStatementParser.RelocateClientClauseContext ctx)
OracleStatementParser.relocateClientClause().ctx - the parse treeT visitCancelSqlClause(OracleStatementParser.CancelSqlClauseContext ctx)
OracleStatementParser.cancelSqlClause().ctx - the parse treeT visitFlushPasswordfileMetadataCacheClause(OracleStatementParser.FlushPasswordfileMetadataCacheClauseContext ctx)
OracleStatementParser.flushPasswordfileMetadataCacheClause().ctx - the parse treeT visitInstanceClause(OracleStatementParser.InstanceClauseContext ctx)
OracleStatementParser.instanceClause().ctx - the parse treeT visitSequenceClause(OracleStatementParser.SequenceClauseContext ctx)
OracleStatementParser.sequenceClause().ctx - the parse treeT visitChangeClause(OracleStatementParser.ChangeClauseContext ctx)
OracleStatementParser.changeClause().ctx - the parse treeT visitCurrentClause(OracleStatementParser.CurrentClauseContext ctx)
OracleStatementParser.currentClause().ctx - the parse treeT visitGroupClause(OracleStatementParser.GroupClauseContext ctx)
OracleStatementParser.groupClause().ctx - the parse treeT visitLogfileClause(OracleStatementParser.LogfileClauseContext ctx)
OracleStatementParser.logfileClause().ctx - the parse treeT visitNextClause(OracleStatementParser.NextClauseContext ctx)
OracleStatementParser.nextClause().ctx - the parse treeT visitAllClause(OracleStatementParser.AllClauseContext ctx)
OracleStatementParser.allClause().ctx - the parse treeT visitToLocationClause(OracleStatementParser.ToLocationClauseContext ctx)
OracleStatementParser.toLocationClause().ctx - the parse treeT visitFlushClauseOption(OracleStatementParser.FlushClauseOptionContext ctx)
OracleStatementParser.flushClauseOption().ctx - the parse treeT visitDisconnectSessionClause(OracleStatementParser.DisconnectSessionClauseContext ctx)
OracleStatementParser.disconnectSessionClause().ctx - the parse treeT visitKillSessionClause(OracleStatementParser.KillSessionClauseContext ctx)
OracleStatementParser.killSessionClause().ctx - the parse treeT visitStartRollingMigrationClause(OracleStatementParser.StartRollingMigrationClauseContext ctx)
OracleStatementParser.startRollingMigrationClause().ctx - the parse treeT visitStopRollingMigrationClause(OracleStatementParser.StopRollingMigrationClauseContext ctx)
OracleStatementParser.stopRollingMigrationClause().ctx - the parse treeT visitStartRollingPatchClause(OracleStatementParser.StartRollingPatchClauseContext ctx)
OracleStatementParser.startRollingPatchClause().ctx - the parse treeT visitStopRollingPatchClause(OracleStatementParser.StopRollingPatchClauseContext ctx)
OracleStatementParser.stopRollingPatchClause().ctx - the parse treeT visitRestrictedSessionClause(OracleStatementParser.RestrictedSessionClauseContext ctx)
OracleStatementParser.restrictedSessionClause().ctx - the parse treeT visitSetEncryptionWalletOpenClause(OracleStatementParser.SetEncryptionWalletOpenClauseContext ctx)
OracleStatementParser.setEncryptionWalletOpenClause().ctx - the parse treeT visitSetEncryptionWalletCloseClause(OracleStatementParser.SetEncryptionWalletCloseClauseContext ctx)
OracleStatementParser.setEncryptionWalletCloseClause().ctx - the parse treeT visitSetEncryptionKeyClause(OracleStatementParser.SetEncryptionKeyClauseContext ctx)
OracleStatementParser.setEncryptionKeyClause().ctx - the parse treeT visitEnableAffinityClause(OracleStatementParser.EnableAffinityClauseContext ctx)
OracleStatementParser.enableAffinityClause().ctx - the parse treeT visitDisableAffinityClause(OracleStatementParser.DisableAffinityClauseContext ctx)
OracleStatementParser.disableAffinityClause().ctx - the parse treeT visitAlterSystemSetClause(OracleStatementParser.AlterSystemSetClauseContext ctx)
OracleStatementParser.alterSystemSetClause().ctx - the parse treeT visitAlterSystemResetClause(OracleStatementParser.AlterSystemResetClauseContext ctx)
OracleStatementParser.alterSystemResetClause().ctx - the parse treeT visitSharedPoolClause(OracleStatementParser.SharedPoolClauseContext ctx)
OracleStatementParser.sharedPoolClause().ctx - the parse treeT visitGlobalContextClause(OracleStatementParser.GlobalContextClauseContext ctx)
OracleStatementParser.globalContextClause().ctx - the parse treeT visitBufferCacheClause(OracleStatementParser.BufferCacheClauseContext ctx)
OracleStatementParser.bufferCacheClause().ctx - the parse treeT visitFlashCacheClause(OracleStatementParser.FlashCacheClauseContext ctx)
OracleStatementParser.flashCacheClause().ctx - the parse treeT visitRedoToClause(OracleStatementParser.RedoToClauseContext ctx)
OracleStatementParser.redoToClause().ctx - the parse treeT visitIdentifiedByWalletPassword(OracleStatementParser.IdentifiedByWalletPasswordContext ctx)
OracleStatementParser.identifiedByWalletPassword().ctx - the parse treeT visitIdentifiedByHsmAuthString(OracleStatementParser.IdentifiedByHsmAuthStringContext ctx)
OracleStatementParser.identifiedByHsmAuthString().ctx - the parse treeT visitSetParameterClause(OracleStatementParser.SetParameterClauseContext ctx)
OracleStatementParser.setParameterClause().ctx - the parse treeT visitUseStoredOutlinesClause(OracleStatementParser.UseStoredOutlinesClauseContext ctx)
OracleStatementParser.useStoredOutlinesClause().ctx - the parse treeT visitGlobalTopicEnabledClause(OracleStatementParser.GlobalTopicEnabledClauseContext ctx)
OracleStatementParser.globalTopicEnabledClause().ctx - the parse treeT visitAlterSystemCommentClause(OracleStatementParser.AlterSystemCommentClauseContext ctx)
OracleStatementParser.alterSystemCommentClause().ctx - the parse treeT visitContainerCurrentAllClause(OracleStatementParser.ContainerCurrentAllClauseContext ctx)
OracleStatementParser.containerCurrentAllClause().ctx - the parse treeT visitScopeClause(OracleStatementParser.ScopeClauseContext ctx)
OracleStatementParser.scopeClause().ctx - the parse treeT visitSetTransaction(OracleStatementParser.SetTransactionContext ctx)
OracleStatementParser.setTransaction().ctx - the parse treeT visitCommit(OracleStatementParser.CommitContext ctx)
OracleStatementParser.commit().ctx - the parse treeT visitCommentClause(OracleStatementParser.CommentClauseContext ctx)
OracleStatementParser.commentClause().ctx - the parse treeT visitWriteClause(OracleStatementParser.WriteClauseContext ctx)
OracleStatementParser.writeClause().ctx - the parse treeT visitForceClause(OracleStatementParser.ForceClauseContext ctx)
OracleStatementParser.forceClause().ctx - the parse treeT visitRollback(OracleStatementParser.RollbackContext ctx)
OracleStatementParser.rollback().ctx - the parse treeT visitSavepointClause(OracleStatementParser.SavepointClauseContext ctx)
OracleStatementParser.savepointClause().ctx - the parse treeT visitSavepoint(OracleStatementParser.SavepointContext ctx)
OracleStatementParser.savepoint().ctx - the parse treeT visitSetConstraints(OracleStatementParser.SetConstraintsContext ctx)
OracleStatementParser.setConstraints().ctx - the parse treeT visitGrant(OracleStatementParser.GrantContext ctx)
OracleStatementParser.grant().ctx - the parse treeT visitRevoke(OracleStatementParser.RevokeContext ctx)
OracleStatementParser.revoke().ctx - the parse treeT visitObjectPrivilegeClause(OracleStatementParser.ObjectPrivilegeClauseContext ctx)
OracleStatementParser.objectPrivilegeClause().ctx - the parse treeT visitSystemPrivilegeClause(OracleStatementParser.SystemPrivilegeClauseContext ctx)
OracleStatementParser.systemPrivilegeClause().ctx - the parse treeT visitRoleClause(OracleStatementParser.RoleClauseContext ctx)
OracleStatementParser.roleClause().ctx - the parse treeT visitObjectPrivileges(OracleStatementParser.ObjectPrivilegesContext ctx)
OracleStatementParser.objectPrivileges().ctx - the parse treeT visitObjectPrivilegeType(OracleStatementParser.ObjectPrivilegeTypeContext ctx)
OracleStatementParser.objectPrivilegeType().ctx - the parse treeT visitOnObjectClause(OracleStatementParser.OnObjectClauseContext ctx)
OracleStatementParser.onObjectClause().ctx - the parse treeT visitSystemPrivilege(OracleStatementParser.SystemPrivilegeContext ctx)
OracleStatementParser.systemPrivilege().ctx - the parse treeT visitSystemPrivilegeOperation(OracleStatementParser.SystemPrivilegeOperationContext ctx)
OracleStatementParser.systemPrivilegeOperation().ctx - the parse treeT visitAdvisorFrameworkSystemPrivilege(OracleStatementParser.AdvisorFrameworkSystemPrivilegeContext ctx)
OracleStatementParser.advisorFrameworkSystemPrivilege().ctx - the parse treeT visitClustersSystemPrivilege(OracleStatementParser.ClustersSystemPrivilegeContext ctx)
OracleStatementParser.clustersSystemPrivilege().ctx - the parse treeT visitContextsSystemPrivilege(OracleStatementParser.ContextsSystemPrivilegeContext ctx)
OracleStatementParser.contextsSystemPrivilege().ctx - the parse treeT visitDataRedactionSystemPrivilege(OracleStatementParser.DataRedactionSystemPrivilegeContext ctx)
OracleStatementParser.dataRedactionSystemPrivilege().ctx - the parse treeT visitDatabaseSystemPrivilege(OracleStatementParser.DatabaseSystemPrivilegeContext ctx)
OracleStatementParser.databaseSystemPrivilege().ctx - the parse treeT visitDatabaseLinksSystemPrivilege(OracleStatementParser.DatabaseLinksSystemPrivilegeContext ctx)
OracleStatementParser.databaseLinksSystemPrivilege().ctx - the parse treeT visitDebuggingSystemPrivilege(OracleStatementParser.DebuggingSystemPrivilegeContext ctx)
OracleStatementParser.debuggingSystemPrivilege().ctx - the parse treeT visitDictionariesSystemPrivilege(OracleStatementParser.DictionariesSystemPrivilegeContext ctx)
OracleStatementParser.dictionariesSystemPrivilege().ctx - the parse treeT visitDimensionsSystemPrivilege(OracleStatementParser.DimensionsSystemPrivilegeContext ctx)
OracleStatementParser.dimensionsSystemPrivilege().ctx - the parse treeT visitDirectoriesSystemPrivilege(OracleStatementParser.DirectoriesSystemPrivilegeContext ctx)
OracleStatementParser.directoriesSystemPrivilege().ctx - the parse treeT visitEditionsSystemPrivilege(OracleStatementParser.EditionsSystemPrivilegeContext ctx)
OracleStatementParser.editionsSystemPrivilege().ctx - the parse treeT visitFlashbackDataArchivesPrivilege(OracleStatementParser.FlashbackDataArchivesPrivilegeContext ctx)
OracleStatementParser.flashbackDataArchivesPrivilege().ctx - the parse treeT visitIndexesSystemPrivilege(OracleStatementParser.IndexesSystemPrivilegeContext ctx)
OracleStatementParser.indexesSystemPrivilege().ctx - the parse treeT visitIndexTypesSystemPrivilege(OracleStatementParser.IndexTypesSystemPrivilegeContext ctx)
OracleStatementParser.indexTypesSystemPrivilege().ctx - the parse treeT visitJobSchedulerObjectsSystemPrivilege(OracleStatementParser.JobSchedulerObjectsSystemPrivilegeContext ctx)
OracleStatementParser.jobSchedulerObjectsSystemPrivilege().ctx - the parse treeT visitKeyManagementFrameworkSystemPrivilege(OracleStatementParser.KeyManagementFrameworkSystemPrivilegeContext ctx)
OracleStatementParser.keyManagementFrameworkSystemPrivilege().ctx - the parse treeT visitLibrariesFrameworkSystemPrivilege(OracleStatementParser.LibrariesFrameworkSystemPrivilegeContext ctx)
OracleStatementParser.librariesFrameworkSystemPrivilege().ctx - the parse treeT visitLogminerFrameworkSystemPrivilege(OracleStatementParser.LogminerFrameworkSystemPrivilegeContext ctx)
OracleStatementParser.logminerFrameworkSystemPrivilege().ctx - the parse treeT visitMaterizlizedViewsSystemPrivilege(OracleStatementParser.MaterizlizedViewsSystemPrivilegeContext ctx)
OracleStatementParser.materizlizedViewsSystemPrivilege().ctx - the parse treeT visitMiningModelsSystemPrivilege(OracleStatementParser.MiningModelsSystemPrivilegeContext ctx)
OracleStatementParser.miningModelsSystemPrivilege().ctx - the parse treeT visitOlapCubesSystemPrivilege(OracleStatementParser.OlapCubesSystemPrivilegeContext ctx)
OracleStatementParser.olapCubesSystemPrivilege().ctx - the parse treeT visitOlapCubeMeasureFoldersSystemPrivilege(OracleStatementParser.OlapCubeMeasureFoldersSystemPrivilegeContext ctx)
OracleStatementParser.olapCubeMeasureFoldersSystemPrivilege().ctx - the parse treeT visitOlapCubeDiminsionsSystemPrivilege(OracleStatementParser.OlapCubeDiminsionsSystemPrivilegeContext ctx)
OracleStatementParser.olapCubeDiminsionsSystemPrivilege().ctx - the parse treeT visitOlapCubeBuildProcessesSystemPrivilege(OracleStatementParser.OlapCubeBuildProcessesSystemPrivilegeContext ctx)
OracleStatementParser.olapCubeBuildProcessesSystemPrivilege().ctx - the parse treeT visitOperatorsSystemPrivilege(OracleStatementParser.OperatorsSystemPrivilegeContext ctx)
OracleStatementParser.operatorsSystemPrivilege().ctx - the parse treeT visitOutlinesSystemPrivilege(OracleStatementParser.OutlinesSystemPrivilegeContext ctx)
OracleStatementParser.outlinesSystemPrivilege().ctx - the parse treeT visitPlanManagementSystemPrivilege(OracleStatementParser.PlanManagementSystemPrivilegeContext ctx)
OracleStatementParser.planManagementSystemPrivilege().ctx - the parse treeT visitPluggableDatabasesSystemPrivilege(OracleStatementParser.PluggableDatabasesSystemPrivilegeContext ctx)
OracleStatementParser.pluggableDatabasesSystemPrivilege().ctx - the parse treeT visitProceduresSystemPrivilege(OracleStatementParser.ProceduresSystemPrivilegeContext ctx)
OracleStatementParser.proceduresSystemPrivilege().ctx - the parse treeT visitProfilesSystemPrivilege(OracleStatementParser.ProfilesSystemPrivilegeContext ctx)
OracleStatementParser.profilesSystemPrivilege().ctx - the parse treeT visitRolesSystemPrivilege(OracleStatementParser.RolesSystemPrivilegeContext ctx)
OracleStatementParser.rolesSystemPrivilege().ctx - the parse treeT visitRollbackSegmentsSystemPrivilege(OracleStatementParser.RollbackSegmentsSystemPrivilegeContext ctx)
OracleStatementParser.rollbackSegmentsSystemPrivilege().ctx - the parse treeT visitSequencesSystemPrivilege(OracleStatementParser.SequencesSystemPrivilegeContext ctx)
OracleStatementParser.sequencesSystemPrivilege().ctx - the parse treeT visitSessionsSystemPrivilege(OracleStatementParser.SessionsSystemPrivilegeContext ctx)
OracleStatementParser.sessionsSystemPrivilege().ctx - the parse treeT visitSqlTranslationProfilesSystemPrivilege(OracleStatementParser.SqlTranslationProfilesSystemPrivilegeContext ctx)
OracleStatementParser.sqlTranslationProfilesSystemPrivilege().ctx - the parse treeT visitSynonymsSystemPrivilege(OracleStatementParser.SynonymsSystemPrivilegeContext ctx)
OracleStatementParser.synonymsSystemPrivilege().ctx - the parse treeT visitTablesSystemPrivilege(OracleStatementParser.TablesSystemPrivilegeContext ctx)
OracleStatementParser.tablesSystemPrivilege().ctx - the parse treeT visitTablespacesSystemPrivilege(OracleStatementParser.TablespacesSystemPrivilegeContext ctx)
OracleStatementParser.tablespacesSystemPrivilege().ctx - the parse treeT visitTriggersSystemPrivilege(OracleStatementParser.TriggersSystemPrivilegeContext ctx)
OracleStatementParser.triggersSystemPrivilege().ctx - the parse treeT visitTypesSystemPrivilege(OracleStatementParser.TypesSystemPrivilegeContext ctx)
OracleStatementParser.typesSystemPrivilege().ctx - the parse treeT visitUsersSystemPrivilege(OracleStatementParser.UsersSystemPrivilegeContext ctx)
OracleStatementParser.usersSystemPrivilege().ctx - the parse treeT visitViewsSystemPrivilege(OracleStatementParser.ViewsSystemPrivilegeContext ctx)
OracleStatementParser.viewsSystemPrivilege().ctx - the parse treeT visitMiscellaneousSystemPrivilege(OracleStatementParser.MiscellaneousSystemPrivilegeContext ctx)
OracleStatementParser.miscellaneousSystemPrivilege().ctx - the parse treeT visitCreateUser(OracleStatementParser.CreateUserContext ctx)
OracleStatementParser.createUser().ctx - the parse treeT visitDropUser(OracleStatementParser.DropUserContext ctx)
OracleStatementParser.dropUser().ctx - the parse treeT visitAlterUser(OracleStatementParser.AlterUserContext ctx)
OracleStatementParser.alterUser().ctx - the parse treeT visitCreateRole(OracleStatementParser.CreateRoleContext ctx)
OracleStatementParser.createRole().ctx - the parse treeT visitDropRole(OracleStatementParser.DropRoleContext ctx)
OracleStatementParser.dropRole().ctx - the parse treeT visitAlterRole(OracleStatementParser.AlterRoleContext ctx)
OracleStatementParser.alterRole().ctx - the parse treeT visitSetRole(OracleStatementParser.SetRoleContext ctx)
OracleStatementParser.setRole().ctx - the parse treeT visitRoleAssignment(OracleStatementParser.RoleAssignmentContext ctx)
OracleStatementParser.roleAssignment().ctx - the parse treeT visitCall(OracleStatementParser.CallContext ctx)
OracleStatementParser.call().ctx - the parse treeCopyright © 2021 The Apache Software Foundation. All rights reserved.