Interface OracleStatementVisitor<T>
-
- Type Parameters:
T- The return type of the visit operation. UseVoidfor operations with no return type.
- All Superinterfaces:
org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
- All Known Implementing Classes:
OracleDALStatementVisitor,OracleDCLStatementVisitor,OracleDDLStatementVisitor,OracleDMLStatementVisitor,OracleStatementBaseVisitor,OracleStatementVisitor,OracleTCLStatementVisitor
public interface OracleStatementVisitor<T> extends org.antlr.v4.runtime.tree.ParseTreeVisitor<T>This interface defines a complete generic visitor for a parse tree produced byOracleStatementParser.
-
-
Method Summary
-
-
-
Method Detail
-
visitExecute
T visitExecute(OracleStatementParser.ExecuteContext ctx)
Visit a parse tree produced byOracleStatementParser.execute().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInsert
T visitInsert(OracleStatementParser.InsertContext ctx)
Visit a parse tree produced byOracleStatementParser.insert().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInsertSingleTable
T visitInsertSingleTable(OracleStatementParser.InsertSingleTableContext ctx)
Visit a parse tree produced byOracleStatementParser.insertSingleTable().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInsertMultiTable
T visitInsertMultiTable(OracleStatementParser.InsertMultiTableContext ctx)
Visit a parse tree produced byOracleStatementParser.insertMultiTable().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMultiTableElement
T visitMultiTableElement(OracleStatementParser.MultiTableElementContext ctx)
Visit a parse tree produced byOracleStatementParser.multiTableElement().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConditionalInsertClause
T visitConditionalInsertClause(OracleStatementParser.ConditionalInsertClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.conditionalInsertClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConditionalInsertWhenPart
T visitConditionalInsertWhenPart(OracleStatementParser.ConditionalInsertWhenPartContext ctx)
Visit a parse tree produced byOracleStatementParser.conditionalInsertWhenPart().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConditionalInsertElsePart
T visitConditionalInsertElsePart(OracleStatementParser.ConditionalInsertElsePartContext ctx)
Visit a parse tree produced byOracleStatementParser.conditionalInsertElsePart().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInsertIntoClause
T visitInsertIntoClause(OracleStatementParser.InsertIntoClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.insertIntoClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInsertValuesClause
T visitInsertValuesClause(OracleStatementParser.InsertValuesClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.insertValuesClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReturningClause
T visitReturningClause(OracleStatementParser.ReturningClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.returningClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDmlTableExprClause
T visitDmlTableExprClause(OracleStatementParser.DmlTableExprClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.dmlTableExprClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDmlTableClause
T visitDmlTableClause(OracleStatementParser.DmlTableClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.dmlTableClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPartitionExtClause
T visitPartitionExtClause(OracleStatementParser.PartitionExtClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.partitionExtClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDmlSubqueryClause
T visitDmlSubqueryClause(OracleStatementParser.DmlSubqueryClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.dmlSubqueryClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSubqueryRestrictionClause
T visitSubqueryRestrictionClause(OracleStatementParser.SubqueryRestrictionClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.subqueryRestrictionClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTableCollectionExpr
T visitTableCollectionExpr(OracleStatementParser.TableCollectionExprContext ctx)
Visit a parse tree produced byOracleStatementParser.tableCollectionExpr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCollectionExpr
T visitCollectionExpr(OracleStatementParser.CollectionExprContext ctx)
Visit a parse tree produced byOracleStatementParser.collectionExpr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUpdate
T visitUpdate(OracleStatementParser.UpdateContext ctx)
Visit a parse tree produced byOracleStatementParser.update().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUpdateSpecification
T visitUpdateSpecification(OracleStatementParser.UpdateSpecificationContext ctx)
Visit a parse tree produced byOracleStatementParser.updateSpecification().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUpdateSetClause
T visitUpdateSetClause(OracleStatementParser.UpdateSetClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.updateSetClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUpdateSetColumnList
T visitUpdateSetColumnList(OracleStatementParser.UpdateSetColumnListContext ctx)
Visit a parse tree produced byOracleStatementParser.updateSetColumnList().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUpdateSetColumnClause
T visitUpdateSetColumnClause(OracleStatementParser.UpdateSetColumnClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.updateSetColumnClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUpdateSetValueClause
T visitUpdateSetValueClause(OracleStatementParser.UpdateSetValueClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.updateSetValueClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAssignmentValues
T visitAssignmentValues(OracleStatementParser.AssignmentValuesContext ctx)
Visit a parse tree produced byOracleStatementParser.assignmentValues().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAssignmentValue
T visitAssignmentValue(OracleStatementParser.AssignmentValueContext ctx)
Visit a parse tree produced byOracleStatementParser.assignmentValue().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDelete
T visitDelete(OracleStatementParser.DeleteContext ctx)
Visit a parse tree produced byOracleStatementParser.delete().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDeleteSpecification
T visitDeleteSpecification(OracleStatementParser.DeleteSpecificationContext ctx)
Visit a parse tree produced byOracleStatementParser.deleteSpecification().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSelect
T visitSelect(OracleStatementParser.SelectContext ctx)
Visit a parse tree produced byOracleStatementParser.select().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSelectSubquery
T visitSelectSubquery(OracleStatementParser.SelectSubqueryContext ctx)
Visit a parse tree produced byOracleStatementParser.selectSubquery().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSelectCombineClause
T visitSelectCombineClause(OracleStatementParser.SelectCombineClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.selectCombineClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitParenthesisSelectSubquery
T visitParenthesisSelectSubquery(OracleStatementParser.ParenthesisSelectSubqueryContext ctx)
Visit a parse tree produced byOracleStatementParser.parenthesisSelectSubquery().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQueryBlock
T visitQueryBlock(OracleStatementParser.QueryBlockContext ctx)
Visit a parse tree produced byOracleStatementParser.queryBlock().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWithClause
T visitWithClause(OracleStatementParser.WithClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.withClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPlsqlDeclarations
T visitPlsqlDeclarations(OracleStatementParser.PlsqlDeclarationsContext ctx)
Visit a parse tree produced byOracleStatementParser.plsqlDeclarations().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunctionDeclaration
T visitFunctionDeclaration(OracleStatementParser.FunctionDeclarationContext ctx)
Visit a parse tree produced byOracleStatementParser.functionDeclaration().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunctionHeading
T visitFunctionHeading(OracleStatementParser.FunctionHeadingContext ctx)
Visit a parse tree produced byOracleStatementParser.functionHeading().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitParameterDeclaration
T visitParameterDeclaration(OracleStatementParser.ParameterDeclarationContext ctx)
Visit a parse tree produced byOracleStatementParser.parameterDeclaration().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitProcedureDeclaration
T visitProcedureDeclaration(OracleStatementParser.ProcedureDeclarationContext ctx)
Visit a parse tree produced byOracleStatementParser.procedureDeclaration().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitProcedureHeading
T visitProcedureHeading(OracleStatementParser.ProcedureHeadingContext ctx)
Visit a parse tree produced byOracleStatementParser.procedureHeading().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitProcedureProperties
T visitProcedureProperties(OracleStatementParser.ProcedurePropertiesContext ctx)
Visit a parse tree produced byOracleStatementParser.procedureProperties().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAccessibleByClause
T visitAccessibleByClause(OracleStatementParser.AccessibleByClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.accessibleByClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAccessor
T visitAccessor(OracleStatementParser.AccessorContext ctx)
Visit a parse tree produced byOracleStatementParser.accessor().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUnitKind
T visitUnitKind(OracleStatementParser.UnitKindContext ctx)
Visit a parse tree produced byOracleStatementParser.unitKind().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDefaultCollationClause
T visitDefaultCollationClause(OracleStatementParser.DefaultCollationClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.defaultCollationClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCollationOption
T visitCollationOption(OracleStatementParser.CollationOptionContext ctx)
Visit a parse tree produced byOracleStatementParser.collationOption().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInvokerRightsClause
T visitInvokerRightsClause(OracleStatementParser.InvokerRightsClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.invokerRightsClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSubqueryFactoringClause
T visitSubqueryFactoringClause(OracleStatementParser.SubqueryFactoringClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.subqueryFactoringClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSearchClause
T visitSearchClause(OracleStatementParser.SearchClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.searchClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCycleClause
T visitCycleClause(OracleStatementParser.CycleClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.cycleClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSubavFactoringClause
T visitSubavFactoringClause(OracleStatementParser.SubavFactoringClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.subavFactoringClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSubavClause
T visitSubavClause(OracleStatementParser.SubavClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.subavClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHierarchiesClause
T visitHierarchiesClause(OracleStatementParser.HierarchiesClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.hierarchiesClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFilterClauses
T visitFilterClauses(OracleStatementParser.FilterClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.filterClauses().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFilterClause
T visitFilterClause(OracleStatementParser.FilterClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.filterClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAddCalcsClause
T visitAddCalcsClause(OracleStatementParser.AddCalcsClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.addCalcsClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCalcMeasClause
T visitCalcMeasClause(OracleStatementParser.CalcMeasClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.calcMeasClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCalcMeasExpression
T visitCalcMeasExpression(OracleStatementParser.CalcMeasExpressionContext ctx)
Visit a parse tree produced byOracleStatementParser.calcMeasExpression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAvExpression
T visitAvExpression(OracleStatementParser.AvExpressionContext ctx)
Visit a parse tree produced byOracleStatementParser.avExpression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAvMeasExpression
T visitAvMeasExpression(OracleStatementParser.AvMeasExpressionContext ctx)
Visit a parse tree produced byOracleStatementParser.avMeasExpression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLeadLagExpression
T visitLeadLagExpression(OracleStatementParser.LeadLagExpressionContext ctx)
Visit a parse tree produced byOracleStatementParser.leadLagExpression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLeadLagFunctionName
T visitLeadLagFunctionName(OracleStatementParser.LeadLagFunctionNameContext ctx)
Visit a parse tree produced byOracleStatementParser.leadLagFunctionName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLeadLagClause
T visitLeadLagClause(OracleStatementParser.LeadLagClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.leadLagClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHierarchyRef
T visitHierarchyRef(OracleStatementParser.HierarchyRefContext ctx)
Visit a parse tree produced byOracleStatementParser.hierarchyRef().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWindowExpression
T visitWindowExpression(OracleStatementParser.WindowExpressionContext ctx)
Visit a parse tree produced byOracleStatementParser.windowExpression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWindowClause
T visitWindowClause(OracleStatementParser.WindowClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.windowClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrecedingBoundary
T visitPrecedingBoundary(OracleStatementParser.PrecedingBoundaryContext ctx)
Visit a parse tree produced byOracleStatementParser.precedingBoundary().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFollowingBoundary
T visitFollowingBoundary(OracleStatementParser.FollowingBoundaryContext ctx)
Visit a parse tree produced byOracleStatementParser.followingBoundary().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRankExpression
T visitRankExpression(OracleStatementParser.RankExpressionContext ctx)
Visit a parse tree produced byOracleStatementParser.rankExpression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRankFunctionName
T visitRankFunctionName(OracleStatementParser.RankFunctionNameContext ctx)
Visit a parse tree produced byOracleStatementParser.rankFunctionName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRankClause
T visitRankClause(OracleStatementParser.RankClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.rankClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCalcMeasOrderByClause
T visitCalcMeasOrderByClause(OracleStatementParser.CalcMeasOrderByClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.calcMeasOrderByClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShareOfExpression
T visitShareOfExpression(OracleStatementParser.ShareOfExpressionContext ctx)
Visit a parse tree produced byOracleStatementParser.shareOfExpression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShareClause
T visitShareClause(OracleStatementParser.ShareClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.shareClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMemberExpression
T visitMemberExpression(OracleStatementParser.MemberExpressionContext ctx)
Visit a parse tree produced byOracleStatementParser.memberExpression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLevelMemberLiteral
T visitLevelMemberLiteral(OracleStatementParser.LevelMemberLiteralContext ctx)
Visit a parse tree produced byOracleStatementParser.levelMemberLiteral().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPosMemberKeys
T visitPosMemberKeys(OracleStatementParser.PosMemberKeysContext ctx)
Visit a parse tree produced byOracleStatementParser.posMemberKeys().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNamedMemberKeys
T visitNamedMemberKeys(OracleStatementParser.NamedMemberKeysContext ctx)
Visit a parse tree produced byOracleStatementParser.namedMemberKeys().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHierNavigationExpression
T visitHierNavigationExpression(OracleStatementParser.HierNavigationExpressionContext ctx)
Visit a parse tree produced byOracleStatementParser.hierNavigationExpression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHierAncestorExpression
T visitHierAncestorExpression(OracleStatementParser.HierAncestorExpressionContext ctx)
Visit a parse tree produced byOracleStatementParser.hierAncestorExpression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHierParentExpression
T visitHierParentExpression(OracleStatementParser.HierParentExpressionContext ctx)
Visit a parse tree produced byOracleStatementParser.hierParentExpression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHierLeadLagExpression
T visitHierLeadLagExpression(OracleStatementParser.HierLeadLagExpressionContext ctx)
Visit a parse tree produced byOracleStatementParser.hierLeadLagExpression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHierLeadLagClause
T visitHierLeadLagClause(OracleStatementParser.HierLeadLagClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.hierLeadLagClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQdrExpression
T visitQdrExpression(OracleStatementParser.QdrExpressionContext ctx)
Visit a parse tree produced byOracleStatementParser.qdrExpression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQualifier
T visitQualifier(OracleStatementParser.QualifierContext ctx)
Visit a parse tree produced byOracleStatementParser.qualifier().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAvHierExpression
T visitAvHierExpression(OracleStatementParser.AvHierExpressionContext ctx)
Visit a parse tree produced byOracleStatementParser.avHierExpression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHierFunctionName
T visitHierFunctionName(OracleStatementParser.HierFunctionNameContext ctx)
Visit a parse tree produced byOracleStatementParser.hierFunctionName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDuplicateSpecification
T visitDuplicateSpecification(OracleStatementParser.DuplicateSpecificationContext ctx)
Visit a parse tree produced byOracleStatementParser.duplicateSpecification().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUnqualifiedShorthand
T visitUnqualifiedShorthand(OracleStatementParser.UnqualifiedShorthandContext ctx)
Visit a parse tree produced byOracleStatementParser.unqualifiedShorthand().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSelectList
T visitSelectList(OracleStatementParser.SelectListContext ctx)
Visit a parse tree produced byOracleStatementParser.selectList().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSelectProjection
T visitSelectProjection(OracleStatementParser.SelectProjectionContext ctx)
Visit a parse tree produced byOracleStatementParser.selectProjection().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSelectProjectionExprClause
T visitSelectProjectionExprClause(OracleStatementParser.SelectProjectionExprClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.selectProjectionExprClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSelectFromClause
T visitSelectFromClause(OracleStatementParser.SelectFromClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.selectFromClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFromClauseList
T visitFromClauseList(OracleStatementParser.FromClauseListContext ctx)
Visit a parse tree produced byOracleStatementParser.fromClauseList().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFromClauseOption
T visitFromClauseOption(OracleStatementParser.FromClauseOptionContext ctx)
Visit a parse tree produced byOracleStatementParser.fromClauseOption().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitXmlTable
T visitXmlTable(OracleStatementParser.XmlTableContext ctx)
Visit a parse tree produced byOracleStatementParser.xmlTable().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitXmlTableFunctionAlias
T visitXmlTableFunctionAlias(OracleStatementParser.XmlTableFunctionAliasContext ctx)
Visit a parse tree produced byOracleStatementParser.xmlTableFunctionAlias().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSelectTableReference
T visitSelectTableReference(OracleStatementParser.SelectTableReferenceContext ctx)
Visit a parse tree produced byOracleStatementParser.selectTableReference().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQueryTableExprClause
T visitQueryTableExprClause(OracleStatementParser.QueryTableExprClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.queryTableExprClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFlashbackQueryClause
T visitFlashbackQueryClause(OracleStatementParser.FlashbackQueryClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.flashbackQueryClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQueryTableExpr
T visitQueryTableExpr(OracleStatementParser.QueryTableExprContext ctx)
Visit a parse tree produced byOracleStatementParser.queryTableExpr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLateralClause
T visitLateralClause(OracleStatementParser.LateralClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.lateralClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQueryTableExprSampleClause
T visitQueryTableExprSampleClause(OracleStatementParser.QueryTableExprSampleClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.queryTableExprSampleClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQueryTableExprTableClause
T visitQueryTableExprTableClause(OracleStatementParser.QueryTableExprTableClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.queryTableExprTableClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQueryTableExprViewClause
T visitQueryTableExprViewClause(OracleStatementParser.QueryTableExprViewClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.queryTableExprViewClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQueryTableExprAnalyticClause
T visitQueryTableExprAnalyticClause(OracleStatementParser.QueryTableExprAnalyticClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.queryTableExprAnalyticClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInlineExternalTable
T visitInlineExternalTable(OracleStatementParser.InlineExternalTableContext ctx)
Visit a parse tree produced byOracleStatementParser.inlineExternalTable().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInlineExternalTableProperties
T visitInlineExternalTableProperties(OracleStatementParser.InlineExternalTablePropertiesContext ctx)
Visit a parse tree produced byOracleStatementParser.inlineExternalTableProperties().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExternalTableDataProperties
T visitExternalTableDataProperties(OracleStatementParser.ExternalTableDataPropertiesContext ctx)
Visit a parse tree produced byOracleStatementParser.externalTableDataProperties().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMofifiedExternalTable
T visitMofifiedExternalTable(OracleStatementParser.MofifiedExternalTableContext ctx)
Visit a parse tree produced byOracleStatementParser.mofifiedExternalTable().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitModifyExternalTableProperties
T visitModifyExternalTableProperties(OracleStatementParser.ModifyExternalTablePropertiesContext ctx)
Visit a parse tree produced byOracleStatementParser.modifyExternalTableProperties().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPivotClause
T visitPivotClause(OracleStatementParser.PivotClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.pivotClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPivotForClause
T visitPivotForClause(OracleStatementParser.PivotForClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.pivotForClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPivotInClause
T visitPivotInClause(OracleStatementParser.PivotInClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.pivotInClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUnpivotClause
T visitUnpivotClause(OracleStatementParser.UnpivotClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.unpivotClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUnpivotInClause
T visitUnpivotInClause(OracleStatementParser.UnpivotInClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.unpivotInClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSampleClause
T visitSampleClause(OracleStatementParser.SampleClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.sampleClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitContainersClause
T visitContainersClause(OracleStatementParser.ContainersClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.containersClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShardsClause
T visitShardsClause(OracleStatementParser.ShardsClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.shardsClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJoinClause
T visitJoinClause(OracleStatementParser.JoinClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.joinClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSelectJoinOption
T visitSelectJoinOption(OracleStatementParser.SelectJoinOptionContext ctx)
Visit a parse tree produced byOracleStatementParser.selectJoinOption().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInnerCrossJoinClause
T visitInnerCrossJoinClause(OracleStatementParser.InnerCrossJoinClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.innerCrossJoinClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSelectJoinSpecification
T visitSelectJoinSpecification(OracleStatementParser.SelectJoinSpecificationContext ctx)
Visit a parse tree produced byOracleStatementParser.selectJoinSpecification().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOuterJoinClause
T visitOuterJoinClause(OracleStatementParser.OuterJoinClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.outerJoinClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQueryPartitionClause
T visitQueryPartitionClause(OracleStatementParser.QueryPartitionClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.queryPartitionClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOuterJoinType
T visitOuterJoinType(OracleStatementParser.OuterJoinTypeContext ctx)
Visit a parse tree produced byOracleStatementParser.outerJoinType().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCrossOuterApplyClause
T visitCrossOuterApplyClause(OracleStatementParser.CrossOuterApplyClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.crossOuterApplyClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInlineAnalyticView
T visitInlineAnalyticView(OracleStatementParser.InlineAnalyticViewContext ctx)
Visit a parse tree produced byOracleStatementParser.inlineAnalyticView().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWhereClause
T visitWhereClause(OracleStatementParser.WhereClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.whereClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHierarchicalQueryClause
T visitHierarchicalQueryClause(OracleStatementParser.HierarchicalQueryClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.hierarchicalQueryClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGroupByClause
T visitGroupByClause(OracleStatementParser.GroupByClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.groupByClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGroupByItem
T visitGroupByItem(OracleStatementParser.GroupByItemContext ctx)
Visit a parse tree produced byOracleStatementParser.groupByItem().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRollupCubeClause
T visitRollupCubeClause(OracleStatementParser.RollupCubeClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.rollupCubeClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGroupingSetsClause
T visitGroupingSetsClause(OracleStatementParser.GroupingSetsClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.groupingSetsClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGroupingExprList
T visitGroupingExprList(OracleStatementParser.GroupingExprListContext ctx)
Visit a parse tree produced byOracleStatementParser.groupingExprList().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExpressionList
T visitExpressionList(OracleStatementParser.ExpressionListContext ctx)
Visit a parse tree produced byOracleStatementParser.expressionList().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHavingClause
T visitHavingClause(OracleStatementParser.HavingClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.havingClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitModelClause
T visitModelClause(OracleStatementParser.ModelClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.modelClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCellReferenceOptions
T visitCellReferenceOptions(OracleStatementParser.CellReferenceOptionsContext ctx)
Visit a parse tree produced byOracleStatementParser.cellReferenceOptions().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReturnRowsClause
T visitReturnRowsClause(OracleStatementParser.ReturnRowsClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.returnRowsClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReferenceModel
T visitReferenceModel(OracleStatementParser.ReferenceModelContext ctx)
Visit a parse tree produced byOracleStatementParser.referenceModel().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMainModel
T visitMainModel(OracleStatementParser.MainModelContext ctx)
Visit a parse tree produced byOracleStatementParser.mainModel().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitModelColumnClauses
T visitModelColumnClauses(OracleStatementParser.ModelColumnClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.modelColumnClauses().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitModelRulesClause
T visitModelRulesClause(OracleStatementParser.ModelRulesClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.modelRulesClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitModelIterateClause
T visitModelIterateClause(OracleStatementParser.ModelIterateClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.modelIterateClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCellAssignment
T visitCellAssignment(OracleStatementParser.CellAssignmentContext ctx)
Visit a parse tree produced byOracleStatementParser.cellAssignment().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSingleColumnForLoop
T visitSingleColumnForLoop(OracleStatementParser.SingleColumnForLoopContext ctx)
Visit a parse tree produced byOracleStatementParser.singleColumnForLoop().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMultiColumnForLoop
T visitMultiColumnForLoop(OracleStatementParser.MultiColumnForLoopContext ctx)
Visit a parse tree produced byOracleStatementParser.multiColumnForLoop().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSubquery
T visitSubquery(OracleStatementParser.SubqueryContext ctx)
Visit a parse tree produced byOracleStatementParser.subquery().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitModelExpr
T visitModelExpr(OracleStatementParser.ModelExprContext ctx)
Visit a parse tree produced byOracleStatementParser.modelExpr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitForUpdateClause
T visitForUpdateClause(OracleStatementParser.ForUpdateClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.forUpdateClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitForUpdateClauseList
T visitForUpdateClauseList(OracleStatementParser.ForUpdateClauseListContext ctx)
Visit a parse tree produced byOracleStatementParser.forUpdateClauseList().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitForUpdateClauseOption
T visitForUpdateClauseOption(OracleStatementParser.ForUpdateClauseOptionContext ctx)
Visit a parse tree produced byOracleStatementParser.forUpdateClauseOption().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRowLimitingClause
T visitRowLimitingClause(OracleStatementParser.RowLimitingClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.rowLimitingClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMerge
T visitMerge(OracleStatementParser.MergeContext ctx)
Visit a parse tree produced byOracleStatementParser.merge().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHint
T visitHint(OracleStatementParser.HintContext ctx)
Visit a parse tree produced byOracleStatementParser.hint().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIntoClause
T visitIntoClause(OracleStatementParser.IntoClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.intoClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUsingClause
T visitUsingClause(OracleStatementParser.UsingClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.usingClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMergeUpdateClause
T visitMergeUpdateClause(OracleStatementParser.MergeUpdateClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.mergeUpdateClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMergeSetAssignmentsClause
T visitMergeSetAssignmentsClause(OracleStatementParser.MergeSetAssignmentsClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.mergeSetAssignmentsClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMergeAssignment
T visitMergeAssignment(OracleStatementParser.MergeAssignmentContext ctx)
Visit a parse tree produced byOracleStatementParser.mergeAssignment().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMergeAssignmentValue
T visitMergeAssignmentValue(OracleStatementParser.MergeAssignmentValueContext ctx)
Visit a parse tree produced byOracleStatementParser.mergeAssignmentValue().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDeleteWhereClause
T visitDeleteWhereClause(OracleStatementParser.DeleteWhereClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.deleteWhereClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMergeInsertClause
T visitMergeInsertClause(OracleStatementParser.MergeInsertClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.mergeInsertClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMergeInsertColumn
T visitMergeInsertColumn(OracleStatementParser.MergeInsertColumnContext ctx)
Visit a parse tree produced byOracleStatementParser.mergeInsertColumn().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMergeColumnValue
T visitMergeColumnValue(OracleStatementParser.MergeColumnValueContext ctx)
Visit a parse tree produced byOracleStatementParser.mergeColumnValue().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitErrorLoggingClause
T visitErrorLoggingClause(OracleStatementParser.ErrorLoggingClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.errorLoggingClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRowPatternClause
T visitRowPatternClause(OracleStatementParser.RowPatternClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.rowPatternClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRowPatternPartitionBy
T visitRowPatternPartitionBy(OracleStatementParser.RowPatternPartitionByContext ctx)
Visit a parse tree produced byOracleStatementParser.rowPatternPartitionBy().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRowPatternOrderBy
T visitRowPatternOrderBy(OracleStatementParser.RowPatternOrderByContext ctx)
Visit a parse tree produced byOracleStatementParser.rowPatternOrderBy().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRowPatternMeasures
T visitRowPatternMeasures(OracleStatementParser.RowPatternMeasuresContext ctx)
Visit a parse tree produced byOracleStatementParser.rowPatternMeasures().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRowPatternMeasureColumn
T visitRowPatternMeasureColumn(OracleStatementParser.RowPatternMeasureColumnContext ctx)
Visit a parse tree produced byOracleStatementParser.rowPatternMeasureColumn().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRowPatternRowsPerMatch
T visitRowPatternRowsPerMatch(OracleStatementParser.RowPatternRowsPerMatchContext ctx)
Visit a parse tree produced byOracleStatementParser.rowPatternRowsPerMatch().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRowPatternSkipTo
T visitRowPatternSkipTo(OracleStatementParser.RowPatternSkipToContext ctx)
Visit a parse tree produced byOracleStatementParser.rowPatternSkipTo().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRowPattern
T visitRowPattern(OracleStatementParser.RowPatternContext ctx)
Visit a parse tree produced byOracleStatementParser.rowPattern().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRowPatternTerm
T visitRowPatternTerm(OracleStatementParser.RowPatternTermContext ctx)
Visit a parse tree produced byOracleStatementParser.rowPatternTerm().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRowPatternFactor
T visitRowPatternFactor(OracleStatementParser.RowPatternFactorContext ctx)
Visit a parse tree produced byOracleStatementParser.rowPatternFactor().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRowPatternPrimary
T visitRowPatternPrimary(OracleStatementParser.RowPatternPrimaryContext ctx)
Visit a parse tree produced byOracleStatementParser.rowPatternPrimary().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRowPatternPermute
T visitRowPatternPermute(OracleStatementParser.RowPatternPermuteContext ctx)
Visit a parse tree produced byOracleStatementParser.rowPatternPermute().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRowPatternQuantifier
T visitRowPatternQuantifier(OracleStatementParser.RowPatternQuantifierContext ctx)
Visit a parse tree produced byOracleStatementParser.rowPatternQuantifier().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRowPatternSubsetClause
T visitRowPatternSubsetClause(OracleStatementParser.RowPatternSubsetClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.rowPatternSubsetClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRowPatternSubsetItem
T visitRowPatternSubsetItem(OracleStatementParser.RowPatternSubsetItemContext ctx)
Visit a parse tree produced byOracleStatementParser.rowPatternSubsetItem().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRowPatternDefinitionList
T visitRowPatternDefinitionList(OracleStatementParser.RowPatternDefinitionListContext ctx)
Visit a parse tree produced byOracleStatementParser.rowPatternDefinitionList().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRowPatternDefinition
T visitRowPatternDefinition(OracleStatementParser.RowPatternDefinitionContext ctx)
Visit a parse tree produced byOracleStatementParser.rowPatternDefinition().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRowPatternRecFunc
T visitRowPatternRecFunc(OracleStatementParser.RowPatternRecFuncContext ctx)
Visit a parse tree produced byOracleStatementParser.rowPatternRecFunc().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPatternMeasExpression
T visitPatternMeasExpression(OracleStatementParser.PatternMeasExpressionContext ctx)
Visit a parse tree produced byOracleStatementParser.patternMeasExpression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRowPatternClassifierFunc
T visitRowPatternClassifierFunc(OracleStatementParser.RowPatternClassifierFuncContext ctx)
Visit a parse tree produced byOracleStatementParser.rowPatternClassifierFunc().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRowPatternMatchNumFunc
T visitRowPatternMatchNumFunc(OracleStatementParser.RowPatternMatchNumFuncContext ctx)
Visit a parse tree produced byOracleStatementParser.rowPatternMatchNumFunc().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRowPatternNavigationFunc
T visitRowPatternNavigationFunc(OracleStatementParser.RowPatternNavigationFuncContext ctx)
Visit a parse tree produced byOracleStatementParser.rowPatternNavigationFunc().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRowPatternNavLogical
T visitRowPatternNavLogical(OracleStatementParser.RowPatternNavLogicalContext ctx)
Visit a parse tree produced byOracleStatementParser.rowPatternNavLogical().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRowPatternNavPhysical
T visitRowPatternNavPhysical(OracleStatementParser.RowPatternNavPhysicalContext ctx)
Visit a parse tree produced byOracleStatementParser.rowPatternNavPhysical().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRowPatternNavCompound
T visitRowPatternNavCompound(OracleStatementParser.RowPatternNavCompoundContext ctx)
Visit a parse tree produced byOracleStatementParser.rowPatternNavCompound().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRowPatternAggregateFunc
T visitRowPatternAggregateFunc(OracleStatementParser.RowPatternAggregateFuncContext ctx)
Visit a parse tree produced byOracleStatementParser.rowPatternAggregateFunc().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLockTable
T visitLockTable(OracleStatementParser.LockTableContext ctx)
Visit a parse tree produced byOracleStatementParser.lockTable().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPartitionExtensionClause
T visitPartitionExtensionClause(OracleStatementParser.PartitionExtensionClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.partitionExtensionClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLockmodeClause
T visitLockmodeClause(OracleStatementParser.LockmodeClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.lockmodeClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateTable
T visitCreateTable(OracleStatementParser.CreateTableContext ctx)
Visit a parse tree produced byOracleStatementParser.createTable().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateEdition
T visitCreateEdition(OracleStatementParser.CreateEditionContext ctx)
Visit a parse tree produced byOracleStatementParser.createEdition().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateIndex
T visitCreateIndex(OracleStatementParser.CreateIndexContext ctx)
Visit a parse tree produced byOracleStatementParser.createIndex().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterTable
T visitAlterTable(OracleStatementParser.AlterTableContext ctx)
Visit a parse tree produced byOracleStatementParser.alterTable().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterIndex
T visitAlterIndex(OracleStatementParser.AlterIndexContext ctx)
Visit a parse tree produced byOracleStatementParser.alterIndex().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterTrigger
T visitAlterTrigger(OracleStatementParser.AlterTriggerContext ctx)
Visit a parse tree produced byOracleStatementParser.alterTrigger().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTriggerCompileClause
T visitTriggerCompileClause(OracleStatementParser.TriggerCompileClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.triggerCompileClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCompilerParametersClause
T visitCompilerParametersClause(OracleStatementParser.CompilerParametersClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.compilerParametersClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropTable
T visitDropTable(OracleStatementParser.DropTableContext ctx)
Visit a parse tree produced byOracleStatementParser.dropTable().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropPackage
T visitDropPackage(OracleStatementParser.DropPackageContext ctx)
Visit a parse tree produced byOracleStatementParser.dropPackage().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropTrigger
T visitDropTrigger(OracleStatementParser.DropTriggerContext ctx)
Visit a parse tree produced byOracleStatementParser.dropTrigger().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropIndex
T visitDropIndex(OracleStatementParser.DropIndexContext ctx)
Visit a parse tree produced byOracleStatementParser.dropIndex().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropView
T visitDropView(OracleStatementParser.DropViewContext ctx)
Visit a parse tree produced byOracleStatementParser.dropView().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropEdition
T visitDropEdition(OracleStatementParser.DropEditionContext ctx)
Visit a parse tree produced byOracleStatementParser.dropEdition().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropOutline
T visitDropOutline(OracleStatementParser.DropOutlineContext ctx)
Visit a parse tree produced byOracleStatementParser.dropOutline().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterOutline
T visitAlterOutline(OracleStatementParser.AlterOutlineContext ctx)
Visit a parse tree produced byOracleStatementParser.alterOutline().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTruncateTable
T visitTruncateTable(OracleStatementParser.TruncateTableContext ctx)
Visit a parse tree produced byOracleStatementParser.truncateTable().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateTableSpecification
T visitCreateTableSpecification(OracleStatementParser.CreateTableSpecificationContext ctx)
Visit a parse tree produced byOracleStatementParser.createTableSpecification().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTablespaceClauseWithParen
T visitTablespaceClauseWithParen(OracleStatementParser.TablespaceClauseWithParenContext ctx)
Visit a parse tree produced byOracleStatementParser.tablespaceClauseWithParen().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTablespaceClause
T visitTablespaceClause(OracleStatementParser.TablespaceClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.tablespaceClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateSharingClause
T visitCreateSharingClause(OracleStatementParser.CreateSharingClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.createSharingClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateDefinitionClause
T visitCreateDefinitionClause(OracleStatementParser.CreateDefinitionClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.createDefinitionClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateXMLTypeTableClause
T visitCreateXMLTypeTableClause(OracleStatementParser.CreateXMLTypeTableClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.createXMLTypeTableClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitXmlTypeStorageClause
T visitXmlTypeStorageClause(OracleStatementParser.XmlTypeStorageClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.xmlTypeStorageClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitXmlSchemaSpecClause
T visitXmlSchemaSpecClause(OracleStatementParser.XmlSchemaSpecClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.xmlSchemaSpecClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitXmlTypeVirtualColumnsClause
T visitXmlTypeVirtualColumnsClause(OracleStatementParser.XmlTypeVirtualColumnsClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.xmlTypeVirtualColumnsClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOidClause
T visitOidClause(OracleStatementParser.OidClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.oidClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOidIndexClause
T visitOidIndexClause(OracleStatementParser.OidIndexClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.oidIndexClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateRelationalTableClause
T visitCreateRelationalTableClause(OracleStatementParser.CreateRelationalTableClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.createRelationalTableClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateMemOptimizeClause
T visitCreateMemOptimizeClause(OracleStatementParser.CreateMemOptimizeClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.createMemOptimizeClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateParentClause
T visitCreateParentClause(OracleStatementParser.CreateParentClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.createParentClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateObjectTableClause
T visitCreateObjectTableClause(OracleStatementParser.CreateObjectTableClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.createObjectTableClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRelationalProperties
T visitRelationalProperties(OracleStatementParser.RelationalPropertiesContext ctx)
Visit a parse tree produced byOracleStatementParser.relationalProperties().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRelationalProperty
T visitRelationalProperty(OracleStatementParser.RelationalPropertyContext ctx)
Visit a parse tree produced byOracleStatementParser.relationalProperty().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColumnDefinition
T visitColumnDefinition(OracleStatementParser.ColumnDefinitionContext ctx)
Visit a parse tree produced byOracleStatementParser.columnDefinition().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVisibleClause
T visitVisibleClause(OracleStatementParser.VisibleClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.visibleClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDefaultNullClause
T visitDefaultNullClause(OracleStatementParser.DefaultNullClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.defaultNullClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIdentityClause
T visitIdentityClause(OracleStatementParser.IdentityClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.identityClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIdentifyOptions
T visitIdentifyOptions(OracleStatementParser.IdentifyOptionsContext ctx)
Visit a parse tree produced byOracleStatementParser.identifyOptions().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIdentityOption
T visitIdentityOption(OracleStatementParser.IdentityOptionContext ctx)
Visit a parse tree produced byOracleStatementParser.identityOption().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEncryptionSpecification
T visitEncryptionSpecification(OracleStatementParser.EncryptionSpecificationContext ctx)
Visit a parse tree produced byOracleStatementParser.encryptionSpecification().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInlineConstraint
T visitInlineConstraint(OracleStatementParser.InlineConstraintContext ctx)
Visit a parse tree produced byOracleStatementParser.inlineConstraint().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReferencesClause
T visitReferencesClause(OracleStatementParser.ReferencesClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.referencesClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConstraintState
T visitConstraintState(OracleStatementParser.ConstraintStateContext ctx)
Visit a parse tree produced byOracleStatementParser.constraintState().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNotDeferrable
T visitNotDeferrable(OracleStatementParser.NotDeferrableContext ctx)
Visit a parse tree produced byOracleStatementParser.notDeferrable().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInitiallyClause
T visitInitiallyClause(OracleStatementParser.InitiallyClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.initiallyClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExceptionsClause
T visitExceptionsClause(OracleStatementParser.ExceptionsClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.exceptionsClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUsingIndexClause
T visitUsingIndexClause(OracleStatementParser.UsingIndexClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.usingIndexClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateIndexClause
T visitCreateIndexClause(OracleStatementParser.CreateIndexClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.createIndexClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInlineRefConstraint
T visitInlineRefConstraint(OracleStatementParser.InlineRefConstraintContext ctx)
Visit a parse tree produced byOracleStatementParser.inlineRefConstraint().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVirtualColumnDefinition
T visitVirtualColumnDefinition(OracleStatementParser.VirtualColumnDefinitionContext ctx)
Visit a parse tree produced byOracleStatementParser.virtualColumnDefinition().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOutOfLineConstraint
T visitOutOfLineConstraint(OracleStatementParser.OutOfLineConstraintContext ctx)
Visit a parse tree produced byOracleStatementParser.outOfLineConstraint().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOutOfLineRefConstraint
T visitOutOfLineRefConstraint(OracleStatementParser.OutOfLineRefConstraintContext ctx)
Visit a parse tree produced byOracleStatementParser.outOfLineRefConstraint().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateIndexSpecification
T visitCreateIndexSpecification(OracleStatementParser.CreateIndexSpecificationContext ctx)
Visit a parse tree produced byOracleStatementParser.createIndexSpecification().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitClusterIndexClause
T visitClusterIndexClause(OracleStatementParser.ClusterIndexClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.clusterIndexClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIndexAttributes
T visitIndexAttributes(OracleStatementParser.IndexAttributesContext ctx)
Visit a parse tree produced byOracleStatementParser.indexAttributes().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTableIndexClause
T visitTableIndexClause(OracleStatementParser.TableIndexClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.tableIndexClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIndexExpressions
T visitIndexExpressions(OracleStatementParser.IndexExpressionsContext ctx)
Visit a parse tree produced byOracleStatementParser.indexExpressions().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIndexExpression
T visitIndexExpression(OracleStatementParser.IndexExpressionContext ctx)
Visit a parse tree produced byOracleStatementParser.indexExpression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBitmapJoinIndexClause
T visitBitmapJoinIndexClause(OracleStatementParser.BitmapJoinIndexClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.bitmapJoinIndexClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColumnSortsClause_
T visitColumnSortsClause_(OracleStatementParser.ColumnSortsClause_Context ctx)
Visit a parse tree produced byOracleStatementParser.columnSortsClause_().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColumnSortClause_
T visitColumnSortClause_(OracleStatementParser.ColumnSortClause_Context ctx)
Visit a parse tree produced byOracleStatementParser.columnSortClause_().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateIndexDefinitionClause
T visitCreateIndexDefinitionClause(OracleStatementParser.CreateIndexDefinitionClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.createIndexDefinitionClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTableAlias
T visitTableAlias(OracleStatementParser.TableAliasContext ctx)
Visit a parse tree produced byOracleStatementParser.tableAlias().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterDefinitionClause
T visitAlterDefinitionClause(OracleStatementParser.AlterDefinitionClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.alterDefinitionClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterTableProperties
T visitAlterTableProperties(OracleStatementParser.AlterTablePropertiesContext ctx)
Visit a parse tree produced byOracleStatementParser.alterTableProperties().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRenameTableSpecification
T visitRenameTableSpecification(OracleStatementParser.RenameTableSpecificationContext ctx)
Visit a parse tree produced byOracleStatementParser.renameTableSpecification().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropSynonym
T visitDropSynonym(OracleStatementParser.DropSynonymContext ctx)
Visit a parse tree produced byOracleStatementParser.dropSynonym().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColumnClauses
T visitColumnClauses(OracleStatementParser.ColumnClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.columnClauses().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOperateColumnClause
T visitOperateColumnClause(OracleStatementParser.OperateColumnClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.operateColumnClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAddColumnSpecification
T visitAddColumnSpecification(OracleStatementParser.AddColumnSpecificationContext ctx)
Visit a parse tree produced byOracleStatementParser.addColumnSpecification().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColumnOrVirtualDefinitions
T visitColumnOrVirtualDefinitions(OracleStatementParser.ColumnOrVirtualDefinitionsContext ctx)
Visit a parse tree produced byOracleStatementParser.columnOrVirtualDefinitions().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColumnOrVirtualDefinition
T visitColumnOrVirtualDefinition(OracleStatementParser.ColumnOrVirtualDefinitionContext ctx)
Visit a parse tree produced byOracleStatementParser.columnOrVirtualDefinition().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColumnProperties
T visitColumnProperties(OracleStatementParser.ColumnPropertiesContext ctx)
Visit a parse tree produced byOracleStatementParser.columnProperties().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColumnProperty
T visitColumnProperty(OracleStatementParser.ColumnPropertyContext ctx)
Visit a parse tree produced byOracleStatementParser.columnProperty().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitObjectTypeColProperties
T visitObjectTypeColProperties(OracleStatementParser.ObjectTypeColPropertiesContext ctx)
Visit a parse tree produced byOracleStatementParser.objectTypeColProperties().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSubstitutableColumnClause
T visitSubstitutableColumnClause(OracleStatementParser.SubstitutableColumnClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.substitutableColumnClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitModifyColumnSpecification
T visitModifyColumnSpecification(OracleStatementParser.ModifyColumnSpecificationContext ctx)
Visit a parse tree produced byOracleStatementParser.modifyColumnSpecification().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitModifyColProperties
T visitModifyColProperties(OracleStatementParser.ModifyColPropertiesContext ctx)
Visit a parse tree produced byOracleStatementParser.modifyColProperties().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitModifyColSubstitutable
T visitModifyColSubstitutable(OracleStatementParser.ModifyColSubstitutableContext ctx)
Visit a parse tree produced byOracleStatementParser.modifyColSubstitutable().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropColumnClause
T visitDropColumnClause(OracleStatementParser.DropColumnClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.dropColumnClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropColumnSpecification
T visitDropColumnSpecification(OracleStatementParser.DropColumnSpecificationContext ctx)
Visit a parse tree produced byOracleStatementParser.dropColumnSpecification().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColumnOrColumnList
T visitColumnOrColumnList(OracleStatementParser.ColumnOrColumnListContext ctx)
Visit a parse tree produced byOracleStatementParser.columnOrColumnList().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCascadeOrInvalidate
T visitCascadeOrInvalidate(OracleStatementParser.CascadeOrInvalidateContext ctx)
Visit a parse tree produced byOracleStatementParser.cascadeOrInvalidate().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCheckpointNumber
T visitCheckpointNumber(OracleStatementParser.CheckpointNumberContext ctx)
Visit a parse tree produced byOracleStatementParser.checkpointNumber().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRenameColumnClause
T visitRenameColumnClause(OracleStatementParser.RenameColumnClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.renameColumnClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConstraintClauses
T visitConstraintClauses(OracleStatementParser.ConstraintClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.constraintClauses().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAddConstraintSpecification
T visitAddConstraintSpecification(OracleStatementParser.AddConstraintSpecificationContext ctx)
Visit a parse tree produced byOracleStatementParser.addConstraintSpecification().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitModifyConstraintClause
T visitModifyConstraintClause(OracleStatementParser.ModifyConstraintClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.modifyConstraintClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConstraintWithName
T visitConstraintWithName(OracleStatementParser.ConstraintWithNameContext ctx)
Visit a parse tree produced byOracleStatementParser.constraintWithName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConstraintOption
T visitConstraintOption(OracleStatementParser.ConstraintOptionContext ctx)
Visit a parse tree produced byOracleStatementParser.constraintOption().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConstraintPrimaryOrUnique
T visitConstraintPrimaryOrUnique(OracleStatementParser.ConstraintPrimaryOrUniqueContext ctx)
Visit a parse tree produced byOracleStatementParser.constraintPrimaryOrUnique().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRenameConstraintClause
T visitRenameConstraintClause(OracleStatementParser.RenameConstraintClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.renameConstraintClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropConstraintClause
T visitDropConstraintClause(OracleStatementParser.DropConstraintClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.dropConstraintClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterExternalTable
T visitAlterExternalTable(OracleStatementParser.AlterExternalTableContext ctx)
Visit a parse tree produced byOracleStatementParser.alterExternalTable().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitObjectProperties
T visitObjectProperties(OracleStatementParser.ObjectPropertiesContext ctx)
Visit a parse tree produced byOracleStatementParser.objectProperties().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterIndexInformationClause
T visitAlterIndexInformationClause(OracleStatementParser.AlterIndexInformationClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.alterIndexInformationClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRenameIndexClause
T visitRenameIndexClause(OracleStatementParser.RenameIndexClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.renameIndexClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitObjectTableSubstitution
T visitObjectTableSubstitution(OracleStatementParser.ObjectTableSubstitutionContext ctx)
Visit a parse tree produced byOracleStatementParser.objectTableSubstitution().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMemOptimizeClause
T visitMemOptimizeClause(OracleStatementParser.MemOptimizeClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.memOptimizeClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMemOptimizeReadClause
T visitMemOptimizeReadClause(OracleStatementParser.MemOptimizeReadClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.memOptimizeReadClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMemOptimizeWriteClause
T visitMemOptimizeWriteClause(OracleStatementParser.MemOptimizeWriteClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.memOptimizeWriteClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEnableDisableClauses
T visitEnableDisableClauses(OracleStatementParser.EnableDisableClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.enableDisableClauses().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEnableDisableClause
T visitEnableDisableClause(OracleStatementParser.EnableDisableClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.enableDisableClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEnableDisableOthers
T visitEnableDisableOthers(OracleStatementParser.EnableDisableOthersContext ctx)
Visit a parse tree produced byOracleStatementParser.enableDisableOthers().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRebuildClause
T visitRebuildClause(OracleStatementParser.RebuildClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.rebuildClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitParallelClause
T visitParallelClause(OracleStatementParser.ParallelClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.parallelClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUsableSpecification
T visitUsableSpecification(OracleStatementParser.UsableSpecificationContext ctx)
Visit a parse tree produced byOracleStatementParser.usableSpecification().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInvalidationSpecification
T visitInvalidationSpecification(OracleStatementParser.InvalidationSpecificationContext ctx)
Visit a parse tree produced byOracleStatementParser.invalidationSpecification().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMaterializedViewLogClause
T visitMaterializedViewLogClause(OracleStatementParser.MaterializedViewLogClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.materializedViewLogClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropReuseClause
T visitDropReuseClause(OracleStatementParser.DropReuseClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.dropReuseClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCollationClause
T visitCollationClause(OracleStatementParser.CollationClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.collationClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateSynonym
T visitCreateSynonym(OracleStatementParser.CreateSynonymContext ctx)
Visit a parse tree produced byOracleStatementParser.createSynonym().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCommitClause
T visitCommitClause(OracleStatementParser.CommitClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.commitClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPhysicalProperties
T visitPhysicalProperties(OracleStatementParser.PhysicalPropertiesContext ctx)
Visit a parse tree produced byOracleStatementParser.physicalProperties().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDeferredSegmentCreation
T visitDeferredSegmentCreation(OracleStatementParser.DeferredSegmentCreationContext ctx)
Visit a parse tree produced byOracleStatementParser.deferredSegmentCreation().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSegmentAttributesClause
T visitSegmentAttributesClause(OracleStatementParser.SegmentAttributesClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.segmentAttributesClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPhysicalAttributesClause
T visitPhysicalAttributesClause(OracleStatementParser.PhysicalAttributesClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.physicalAttributesClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLoggingClause
T visitLoggingClause(OracleStatementParser.LoggingClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.loggingClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStorageClause
T visitStorageClause(OracleStatementParser.StorageClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.storageClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSizeClause
T visitSizeClause(OracleStatementParser.SizeClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.sizeClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMaxsizeClause
T visitMaxsizeClause(OracleStatementParser.MaxsizeClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.maxsizeClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTableCompression
T visitTableCompression(OracleStatementParser.TableCompressionContext ctx)
Visit a parse tree produced byOracleStatementParser.tableCompression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInmemoryTableClause
T visitInmemoryTableClause(OracleStatementParser.InmemoryTableClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.inmemoryTableClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInmemoryAttributes
T visitInmemoryAttributes(OracleStatementParser.InmemoryAttributesContext ctx)
Visit a parse tree produced byOracleStatementParser.inmemoryAttributes().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInmemoryColumnClause
T visitInmemoryColumnClause(OracleStatementParser.InmemoryColumnClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.inmemoryColumnClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInmemoryMemcompress
T visitInmemoryMemcompress(OracleStatementParser.InmemoryMemcompressContext ctx)
Visit a parse tree produced byOracleStatementParser.inmemoryMemcompress().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInmemoryPriority
T visitInmemoryPriority(OracleStatementParser.InmemoryPriorityContext ctx)
Visit a parse tree produced byOracleStatementParser.inmemoryPriority().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInmemoryDistribute
T visitInmemoryDistribute(OracleStatementParser.InmemoryDistributeContext ctx)
Visit a parse tree produced byOracleStatementParser.inmemoryDistribute().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInmemoryDuplicate
T visitInmemoryDuplicate(OracleStatementParser.InmemoryDuplicateContext ctx)
Visit a parse tree produced byOracleStatementParser.inmemoryDuplicate().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIlmClause
T visitIlmClause(OracleStatementParser.IlmClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.ilmClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIlmPolicyClause
T visitIlmPolicyClause(OracleStatementParser.IlmPolicyClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.ilmPolicyClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIlmCompressionPolicy
T visitIlmCompressionPolicy(OracleStatementParser.IlmCompressionPolicyContext ctx)
Visit a parse tree produced byOracleStatementParser.ilmCompressionPolicy().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIlmTimePeriod
T visitIlmTimePeriod(OracleStatementParser.IlmTimePeriodContext ctx)
Visit a parse tree produced byOracleStatementParser.ilmTimePeriod().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIlmTieringPolicy
T visitIlmTieringPolicy(OracleStatementParser.IlmTieringPolicyContext ctx)
Visit a parse tree produced byOracleStatementParser.ilmTieringPolicy().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIlmInmemoryPolicy
T visitIlmInmemoryPolicy(OracleStatementParser.IlmInmemoryPolicyContext ctx)
Visit a parse tree produced byOracleStatementParser.ilmInmemoryPolicy().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOrganizationClause
T visitOrganizationClause(OracleStatementParser.OrganizationClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.organizationClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHeapOrgTableClause
T visitHeapOrgTableClause(OracleStatementParser.HeapOrgTableClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.heapOrgTableClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIndexOrgTableClause
T visitIndexOrgTableClause(OracleStatementParser.IndexOrgTableClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.indexOrgTableClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExternalTableClause
T visitExternalTableClause(OracleStatementParser.ExternalTableClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.externalTableClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExternalTableDataProps
T visitExternalTableDataProps(OracleStatementParser.ExternalTableDataPropsContext ctx)
Visit a parse tree produced byOracleStatementParser.externalTableDataProps().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMappingTableClause
T visitMappingTableClause(OracleStatementParser.MappingTableClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.mappingTableClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrefixCompression
T visitPrefixCompression(OracleStatementParser.PrefixCompressionContext ctx)
Visit a parse tree produced byOracleStatementParser.prefixCompression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIndexOrgOverflowClause
T visitIndexOrgOverflowClause(OracleStatementParser.IndexOrgOverflowClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.indexOrgOverflowClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExternalPartitionClause
T visitExternalPartitionClause(OracleStatementParser.ExternalPartitionClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.externalPartitionClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitClusterRelatedClause
T visitClusterRelatedClause(OracleStatementParser.ClusterRelatedClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.clusterRelatedClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTableProperties
T visitTableProperties(OracleStatementParser.TablePropertiesContext ctx)
Visit a parse tree produced byOracleStatementParser.tableProperties().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReadOnlyClause
T visitReadOnlyClause(OracleStatementParser.ReadOnlyClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.readOnlyClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIndexingClause
T visitIndexingClause(OracleStatementParser.IndexingClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.indexingClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTablePartitioningClauses
T visitTablePartitioningClauses(OracleStatementParser.TablePartitioningClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.tablePartitioningClauses().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRangePartitions
T visitRangePartitions(OracleStatementParser.RangePartitionsContext ctx)
Visit a parse tree produced byOracleStatementParser.rangePartitions().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRangeValuesClause
T visitRangeValuesClause(OracleStatementParser.RangeValuesClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.rangeValuesClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTablePartitionDescription
T visitTablePartitionDescription(OracleStatementParser.TablePartitionDescriptionContext ctx)
Visit a parse tree produced byOracleStatementParser.tablePartitionDescription().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInmemoryClause
T visitInmemoryClause(OracleStatementParser.InmemoryClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.inmemoryClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVarrayColProperties
T visitVarrayColProperties(OracleStatementParser.VarrayColPropertiesContext ctx)
Visit a parse tree produced byOracleStatementParser.varrayColProperties().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNestedTableColProperties
T visitNestedTableColProperties(OracleStatementParser.NestedTableColPropertiesContext ctx)
Visit a parse tree produced byOracleStatementParser.nestedTableColProperties().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLobStorageClause
T visitLobStorageClause(OracleStatementParser.LobStorageClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.lobStorageClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVarrayStorageClause
T visitVarrayStorageClause(OracleStatementParser.VarrayStorageClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.varrayStorageClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLobStorageParameters
T visitLobStorageParameters(OracleStatementParser.LobStorageParametersContext ctx)
Visit a parse tree produced byOracleStatementParser.lobStorageParameters().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLobParameters
T visitLobParameters(OracleStatementParser.LobParametersContext ctx)
Visit a parse tree produced byOracleStatementParser.lobParameters().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLobRetentionClause
T visitLobRetentionClause(OracleStatementParser.LobRetentionClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.lobRetentionClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLobDeduplicateClause
T visitLobDeduplicateClause(OracleStatementParser.LobDeduplicateClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.lobDeduplicateClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLobCompressionClause
T visitLobCompressionClause(OracleStatementParser.LobCompressionClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.lobCompressionClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExternalPartSubpartDataProps
T visitExternalPartSubpartDataProps(OracleStatementParser.ExternalPartSubpartDataPropsContext ctx)
Visit a parse tree produced byOracleStatementParser.externalPartSubpartDataProps().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitListPartitions
T visitListPartitions(OracleStatementParser.ListPartitionsContext ctx)
Visit a parse tree produced byOracleStatementParser.listPartitions().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitListValuesClause
T visitListValuesClause(OracleStatementParser.ListValuesClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.listValuesClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitListValues
T visitListValues(OracleStatementParser.ListValuesContext ctx)
Visit a parse tree produced byOracleStatementParser.listValues().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHashPartitions
T visitHashPartitions(OracleStatementParser.HashPartitionsContext ctx)
Visit a parse tree produced byOracleStatementParser.hashPartitions().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHashPartitionsByQuantity
T visitHashPartitionsByQuantity(OracleStatementParser.HashPartitionsByQuantityContext ctx)
Visit a parse tree produced byOracleStatementParser.hashPartitionsByQuantity().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIndexCompression
T visitIndexCompression(OracleStatementParser.IndexCompressionContext ctx)
Visit a parse tree produced byOracleStatementParser.indexCompression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAdvancedIndexCompression
T visitAdvancedIndexCompression(OracleStatementParser.AdvancedIndexCompressionContext ctx)
Visit a parse tree produced byOracleStatementParser.advancedIndexCompression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIndividualHashPartitions
T visitIndividualHashPartitions(OracleStatementParser.IndividualHashPartitionsContext ctx)
Visit a parse tree produced byOracleStatementParser.individualHashPartitions().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPartitioningStorageClause
T visitPartitioningStorageClause(OracleStatementParser.PartitioningStorageClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.partitioningStorageClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLobPartitioningStorage
T visitLobPartitioningStorage(OracleStatementParser.LobPartitioningStorageContext ctx)
Visit a parse tree produced byOracleStatementParser.lobPartitioningStorage().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCompositeRangePartitions
T visitCompositeRangePartitions(OracleStatementParser.CompositeRangePartitionsContext ctx)
Visit a parse tree produced byOracleStatementParser.compositeRangePartitions().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSubpartitionByRange
T visitSubpartitionByRange(OracleStatementParser.SubpartitionByRangeContext ctx)
Visit a parse tree produced byOracleStatementParser.subpartitionByRange().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSubpartitionByList
T visitSubpartitionByList(OracleStatementParser.SubpartitionByListContext ctx)
Visit a parse tree produced byOracleStatementParser.subpartitionByList().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSubpartitionByHash
T visitSubpartitionByHash(OracleStatementParser.SubpartitionByHashContext ctx)
Visit a parse tree produced byOracleStatementParser.subpartitionByHash().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSubpartitionTemplate
T visitSubpartitionTemplate(OracleStatementParser.SubpartitionTemplateContext ctx)
Visit a parse tree produced byOracleStatementParser.subpartitionTemplate().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRangeSubpartitionDesc
T visitRangeSubpartitionDesc(OracleStatementParser.RangeSubpartitionDescContext ctx)
Visit a parse tree produced byOracleStatementParser.rangeSubpartitionDesc().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitListSubpartitionDesc
T visitListSubpartitionDesc(OracleStatementParser.ListSubpartitionDescContext ctx)
Visit a parse tree produced byOracleStatementParser.listSubpartitionDesc().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIndividualHashSubparts
T visitIndividualHashSubparts(OracleStatementParser.IndividualHashSubpartsContext ctx)
Visit a parse tree produced byOracleStatementParser.individualHashSubparts().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRangePartitionDesc
T visitRangePartitionDesc(OracleStatementParser.RangePartitionDescContext ctx)
Visit a parse tree produced byOracleStatementParser.rangePartitionDesc().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCompositeListPartitions
T visitCompositeListPartitions(OracleStatementParser.CompositeListPartitionsContext ctx)
Visit a parse tree produced byOracleStatementParser.compositeListPartitions().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitListPartitionDesc
T visitListPartitionDesc(OracleStatementParser.ListPartitionDescContext ctx)
Visit a parse tree produced byOracleStatementParser.listPartitionDesc().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCompositeHashPartitions
T visitCompositeHashPartitions(OracleStatementParser.CompositeHashPartitionsContext ctx)
Visit a parse tree produced byOracleStatementParser.compositeHashPartitions().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReferencePartitioning
T visitReferencePartitioning(OracleStatementParser.ReferencePartitioningContext ctx)
Visit a parse tree produced byOracleStatementParser.referencePartitioning().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReferencePartitionDesc
T visitReferencePartitionDesc(OracleStatementParser.ReferencePartitionDescContext ctx)
Visit a parse tree produced byOracleStatementParser.referencePartitionDesc().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConstraint
T visitConstraint(OracleStatementParser.ConstraintContext ctx)
Visit a parse tree produced byOracleStatementParser.constraint().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSystemPartitioning
T visitSystemPartitioning(OracleStatementParser.SystemPartitioningContext ctx)
Visit a parse tree produced byOracleStatementParser.systemPartitioning().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConsistentHashPartitions
T visitConsistentHashPartitions(OracleStatementParser.ConsistentHashPartitionsContext ctx)
Visit a parse tree produced byOracleStatementParser.consistentHashPartitions().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConsistentHashWithSubpartitions
T visitConsistentHashWithSubpartitions(OracleStatementParser.ConsistentHashWithSubpartitionsContext ctx)
Visit a parse tree produced byOracleStatementParser.consistentHashWithSubpartitions().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPartitionsetClauses
T visitPartitionsetClauses(OracleStatementParser.PartitionsetClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.partitionsetClauses().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRangePartitionsetClause
T visitRangePartitionsetClause(OracleStatementParser.RangePartitionsetClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.rangePartitionsetClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRangePartitionsetDesc
T visitRangePartitionsetDesc(OracleStatementParser.RangePartitionsetDescContext ctx)
Visit a parse tree produced byOracleStatementParser.rangePartitionsetDesc().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitListPartitionsetClause
T visitListPartitionsetClause(OracleStatementParser.ListPartitionsetClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.listPartitionsetClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAttributeClusteringClause
T visitAttributeClusteringClause(OracleStatementParser.AttributeClusteringClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.attributeClusteringClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitClusteringJoin
T visitClusteringJoin(OracleStatementParser.ClusteringJoinContext ctx)
Visit a parse tree produced byOracleStatementParser.clusteringJoin().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitClusterClause
T visitClusterClause(OracleStatementParser.ClusterClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.clusterClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateDirectory
T visitCreateDirectory(OracleStatementParser.CreateDirectoryContext ctx)
Visit a parse tree produced byOracleStatementParser.createDirectory().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitClusteringColumns
T visitClusteringColumns(OracleStatementParser.ClusteringColumnsContext ctx)
Visit a parse tree produced byOracleStatementParser.clusteringColumns().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitClusteringColumnGroup
T visitClusteringColumnGroup(OracleStatementParser.ClusteringColumnGroupContext ctx)
Visit a parse tree produced byOracleStatementParser.clusteringColumnGroup().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitClusteringWhen
T visitClusteringWhen(OracleStatementParser.ClusteringWhenContext ctx)
Visit a parse tree produced byOracleStatementParser.clusteringWhen().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitZonemapClause
T visitZonemapClause(OracleStatementParser.ZonemapClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.zonemapClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRowMovementClause
T visitRowMovementClause(OracleStatementParser.RowMovementClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.rowMovementClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFlashbackArchiveClause
T visitFlashbackArchiveClause(OracleStatementParser.FlashbackArchiveClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.flashbackArchiveClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterPackage
T visitAlterPackage(OracleStatementParser.AlterPackageContext ctx)
Visit a parse tree produced byOracleStatementParser.alterPackage().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPackageCompileClause
T visitPackageCompileClause(OracleStatementParser.PackageCompileClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.packageCompileClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterSynonym
T visitAlterSynonym(OracleStatementParser.AlterSynonymContext ctx)
Visit a parse tree produced byOracleStatementParser.alterSynonym().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterTablePartitioning
T visitAlterTablePartitioning(OracleStatementParser.AlterTablePartitioningContext ctx)
Visit a parse tree produced byOracleStatementParser.alterTablePartitioning().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitModifyTablePartition
T visitModifyTablePartition(OracleStatementParser.ModifyTablePartitionContext ctx)
Visit a parse tree produced byOracleStatementParser.modifyTablePartition().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitModifyRangePartition
T visitModifyRangePartition(OracleStatementParser.ModifyRangePartitionContext ctx)
Visit a parse tree produced byOracleStatementParser.modifyRangePartition().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitModifyHashPartition
T visitModifyHashPartition(OracleStatementParser.ModifyHashPartitionContext ctx)
Visit a parse tree produced byOracleStatementParser.modifyHashPartition().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitModifyListPartition
T visitModifyListPartition(OracleStatementParser.ModifyListPartitionContext ctx)
Visit a parse tree produced byOracleStatementParser.modifyListPartition().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPartitionExtendedName
T visitPartitionExtendedName(OracleStatementParser.PartitionExtendedNameContext ctx)
Visit a parse tree produced byOracleStatementParser.partitionExtendedName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAddRangeSubpartition
T visitAddRangeSubpartition(OracleStatementParser.AddRangeSubpartitionContext ctx)
Visit a parse tree produced byOracleStatementParser.addRangeSubpartition().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDependentTablesClause
T visitDependentTablesClause(OracleStatementParser.DependentTablesClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.dependentTablesClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAddHashSubpartition
T visitAddHashSubpartition(OracleStatementParser.AddHashSubpartitionContext ctx)
Visit a parse tree produced byOracleStatementParser.addHashSubpartition().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAddListSubpartition
T visitAddListSubpartition(OracleStatementParser.AddListSubpartitionContext ctx)
Visit a parse tree produced byOracleStatementParser.addListSubpartition().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCoalesceTableSubpartition
T visitCoalesceTableSubpartition(OracleStatementParser.CoalesceTableSubpartitionContext ctx)
Visit a parse tree produced byOracleStatementParser.coalesceTableSubpartition().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAllowDisallowClustering
T visitAllowDisallowClustering(OracleStatementParser.AllowDisallowClusteringContext ctx)
Visit a parse tree produced byOracleStatementParser.allowDisallowClustering().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterMappingTableClauses
T visitAlterMappingTableClauses(OracleStatementParser.AlterMappingTableClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.alterMappingTableClauses().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterView
T visitAlterView(OracleStatementParser.AlterViewContext ctx)
Visit a parse tree produced byOracleStatementParser.alterView().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDeallocateUnusedClause
T visitDeallocateUnusedClause(OracleStatementParser.DeallocateUnusedClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.deallocateUnusedClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAllocateExtentClause
T visitAllocateExtentClause(OracleStatementParser.AllocateExtentClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.allocateExtentClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPartitionSpec
T visitPartitionSpec(OracleStatementParser.PartitionSpecContext ctx)
Visit a parse tree produced byOracleStatementParser.partitionSpec().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPartitionAttributes
T visitPartitionAttributes(OracleStatementParser.PartitionAttributesContext ctx)
Visit a parse tree produced byOracleStatementParser.partitionAttributes().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShrinkClause
T visitShrinkClause(OracleStatementParser.ShrinkClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.shrinkClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMoveTablePartition
T visitMoveTablePartition(OracleStatementParser.MoveTablePartitionContext ctx)
Visit a parse tree produced byOracleStatementParser.moveTablePartition().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFilterCondition
T visitFilterCondition(OracleStatementParser.FilterConditionContext ctx)
Visit a parse tree produced byOracleStatementParser.filterCondition().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCoalesceTablePartition
T visitCoalesceTablePartition(OracleStatementParser.CoalesceTablePartitionContext ctx)
Visit a parse tree produced byOracleStatementParser.coalesceTablePartition().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAddTablePartition
T visitAddTablePartition(OracleStatementParser.AddTablePartitionContext ctx)
Visit a parse tree produced byOracleStatementParser.addTablePartition().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAddRangePartitionClause
T visitAddRangePartitionClause(OracleStatementParser.AddRangePartitionClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.addRangePartitionClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAddListPartitionClause
T visitAddListPartitionClause(OracleStatementParser.AddListPartitionClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.addListPartitionClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHashSubpartsByQuantity
T visitHashSubpartsByQuantity(OracleStatementParser.HashSubpartsByQuantityContext ctx)
Visit a parse tree produced byOracleStatementParser.hashSubpartsByQuantity().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAddSystemPartitionClause
T visitAddSystemPartitionClause(OracleStatementParser.AddSystemPartitionClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.addSystemPartitionClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAddHashPartitionClause
T visitAddHashPartitionClause(OracleStatementParser.AddHashPartitionClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.addHashPartitionClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropTablePartition
T visitDropTablePartition(OracleStatementParser.DropTablePartitionContext ctx)
Visit a parse tree produced byOracleStatementParser.dropTablePartition().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPartitionExtendedNames
T visitPartitionExtendedNames(OracleStatementParser.PartitionExtendedNamesContext ctx)
Visit a parse tree produced byOracleStatementParser.partitionExtendedNames().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPartitionForClauses
T visitPartitionForClauses(OracleStatementParser.PartitionForClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.partitionForClauses().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUpdateIndexClauses
T visitUpdateIndexClauses(OracleStatementParser.UpdateIndexClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.updateIndexClauses().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUpdateGlobalIndexClause
T visitUpdateGlobalIndexClause(OracleStatementParser.UpdateGlobalIndexClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.updateGlobalIndexClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUpdateAllIndexesClause
T visitUpdateAllIndexesClause(OracleStatementParser.UpdateAllIndexesClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.updateAllIndexesClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUpdateIndexPartition
T visitUpdateIndexPartition(OracleStatementParser.UpdateIndexPartitionContext ctx)
Visit a parse tree produced byOracleStatementParser.updateIndexPartition().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIndexPartitionDesc
T visitIndexPartitionDesc(OracleStatementParser.IndexPartitionDescContext ctx)
Visit a parse tree produced byOracleStatementParser.indexPartitionDesc().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIndexSubpartitionClause
T visitIndexSubpartitionClause(OracleStatementParser.IndexSubpartitionClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.indexSubpartitionClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUpdateIndexSubpartition
T visitUpdateIndexSubpartition(OracleStatementParser.UpdateIndexSubpartitionContext ctx)
Visit a parse tree produced byOracleStatementParser.updateIndexSubpartition().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSupplementalLoggingProps
T visitSupplementalLoggingProps(OracleStatementParser.SupplementalLoggingPropsContext ctx)
Visit a parse tree produced byOracleStatementParser.supplementalLoggingProps().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSupplementalLogGrpClause
T visitSupplementalLogGrpClause(OracleStatementParser.SupplementalLogGrpClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.supplementalLogGrpClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSupplementalIdKeyClause
T visitSupplementalIdKeyClause(OracleStatementParser.SupplementalIdKeyClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.supplementalIdKeyClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterSession
T visitAlterSession(OracleStatementParser.AlterSessionContext ctx)
Visit a parse tree produced byOracleStatementParser.alterSession().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterSessionOption
T visitAlterSessionOption(OracleStatementParser.AlterSessionOptionContext ctx)
Visit a parse tree produced byOracleStatementParser.alterSessionOption().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAdviseClause
T visitAdviseClause(OracleStatementParser.AdviseClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.adviseClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCloseDatabaseLinkClause
T visitCloseDatabaseLinkClause(OracleStatementParser.CloseDatabaseLinkClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.closeDatabaseLinkClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCommitInProcedureClause
T visitCommitInProcedureClause(OracleStatementParser.CommitInProcedureClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.commitInProcedureClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSecuriyClause
T visitSecuriyClause(OracleStatementParser.SecuriyClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.securiyClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitParallelExecutionClause
T visitParallelExecutionClause(OracleStatementParser.ParallelExecutionClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.parallelExecutionClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitResumableClause
T visitResumableClause(OracleStatementParser.ResumableClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.resumableClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEnableResumableClause
T visitEnableResumableClause(OracleStatementParser.EnableResumableClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.enableResumableClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDisableResumableClause
T visitDisableResumableClause(OracleStatementParser.DisableResumableClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.disableResumableClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShardDdlClause
T visitShardDdlClause(OracleStatementParser.ShardDdlClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.shardDdlClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSyncWithPrimaryClause
T visitSyncWithPrimaryClause(OracleStatementParser.SyncWithPrimaryClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.syncWithPrimaryClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterSessionSetClause
T visitAlterSessionSetClause(OracleStatementParser.AlterSessionSetClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.alterSessionSetClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterSessionSetClauseOption
T visitAlterSessionSetClauseOption(OracleStatementParser.AlterSessionSetClauseOptionContext ctx)
Visit a parse tree produced byOracleStatementParser.alterSessionSetClauseOption().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitParameterClause
T visitParameterClause(OracleStatementParser.ParameterClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.parameterClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEditionClause
T visitEditionClause(OracleStatementParser.EditionClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.editionClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitContainerClause
T visitContainerClause(OracleStatementParser.ContainerClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.containerClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRowArchivalVisibilityClause
T visitRowArchivalVisibilityClause(OracleStatementParser.RowArchivalVisibilityClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.rowArchivalVisibilityClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterDatabaseDictionary
T visitAlterDatabaseDictionary(OracleStatementParser.AlterDatabaseDictionaryContext ctx)
Visit a parse tree produced byOracleStatementParser.alterDatabaseDictionary().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterDatabase
T visitAlterDatabase(OracleStatementParser.AlterDatabaseContext ctx)
Visit a parse tree produced byOracleStatementParser.alterDatabase().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDatabaseClauses
T visitDatabaseClauses(OracleStatementParser.DatabaseClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.databaseClauses().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStartupClauses
T visitStartupClauses(OracleStatementParser.StartupClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.startupClauses().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRecoveryClauses
T visitRecoveryClauses(OracleStatementParser.RecoveryClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.recoveryClauses().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGeneralRecovery
T visitGeneralRecovery(OracleStatementParser.GeneralRecoveryContext ctx)
Visit a parse tree produced byOracleStatementParser.generalRecovery().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFullDatabaseRecovery
T visitFullDatabaseRecovery(OracleStatementParser.FullDatabaseRecoveryContext ctx)
Visit a parse tree produced byOracleStatementParser.fullDatabaseRecovery().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPartialDatabaseRecovery
T visitPartialDatabaseRecovery(OracleStatementParser.PartialDatabaseRecoveryContext ctx)
Visit a parse tree produced byOracleStatementParser.partialDatabaseRecovery().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitManagedStandbyRecovery
T visitManagedStandbyRecovery(OracleStatementParser.ManagedStandbyRecoveryContext ctx)
Visit a parse tree produced byOracleStatementParser.managedStandbyRecovery().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDatabaseFileClauses
T visitDatabaseFileClauses(OracleStatementParser.DatabaseFileClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.databaseFileClauses().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateDatafileClause
T visitCreateDatafileClause(OracleStatementParser.CreateDatafileClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.createDatafileClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFileSpecifications
T visitFileSpecifications(OracleStatementParser.FileSpecificationsContext ctx)
Visit a parse tree produced byOracleStatementParser.fileSpecifications().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFileSpecification
T visitFileSpecification(OracleStatementParser.FileSpecificationContext ctx)
Visit a parse tree produced byOracleStatementParser.fileSpecification().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDatafileTempfileSpec
T visitDatafileTempfileSpec(OracleStatementParser.DatafileTempfileSpecContext ctx)
Visit a parse tree produced byOracleStatementParser.datafileTempfileSpec().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAutoextendClause
T visitAutoextendClause(OracleStatementParser.AutoextendClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.autoextendClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRedoLogFileSpec
T visitRedoLogFileSpec(OracleStatementParser.RedoLogFileSpecContext ctx)
Visit a parse tree produced byOracleStatementParser.redoLogFileSpec().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterDatafileClause
T visitAlterDatafileClause(OracleStatementParser.AlterDatafileClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.alterDatafileClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterTempfileClause
T visitAlterTempfileClause(OracleStatementParser.AlterTempfileClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.alterTempfileClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLogfileClauses
T visitLogfileClauses(OracleStatementParser.LogfileClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.logfileClauses().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLogfileDescriptor
T visitLogfileDescriptor(OracleStatementParser.LogfileDescriptorContext ctx)
Visit a parse tree produced byOracleStatementParser.logfileDescriptor().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAddLogfileClauses
T visitAddLogfileClauses(OracleStatementParser.AddLogfileClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.addLogfileClauses().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitControlfileClauses
T visitControlfileClauses(OracleStatementParser.ControlfileClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.controlfileClauses().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraceFileClause
T visitTraceFileClause(OracleStatementParser.TraceFileClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.traceFileClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropLogfileClauses
T visitDropLogfileClauses(OracleStatementParser.DropLogfileClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.dropLogfileClauses().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSwitchLogfileClause
T visitSwitchLogfileClause(OracleStatementParser.SwitchLogfileClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.switchLogfileClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSupplementalDbLogging
T visitSupplementalDbLogging(OracleStatementParser.SupplementalDbLoggingContext ctx)
Visit a parse tree produced byOracleStatementParser.supplementalDbLogging().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSupplementalPlsqlClause
T visitSupplementalPlsqlClause(OracleStatementParser.SupplementalPlsqlClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.supplementalPlsqlClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSupplementalSubsetReplicationClause
T visitSupplementalSubsetReplicationClause(OracleStatementParser.SupplementalSubsetReplicationClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.supplementalSubsetReplicationClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStandbyDatabaseClauses
T visitStandbyDatabaseClauses(OracleStatementParser.StandbyDatabaseClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.standbyDatabaseClauses().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitActivateStandbyDbClause
T visitActivateStandbyDbClause(OracleStatementParser.ActivateStandbyDbClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.activateStandbyDbClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMaximizeStandbyDbClause
T visitMaximizeStandbyDbClause(OracleStatementParser.MaximizeStandbyDbClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.maximizeStandbyDbClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRegisterLogfileClause
T visitRegisterLogfileClause(OracleStatementParser.RegisterLogfileClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.registerLogfileClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCommitSwitchoverClause
T visitCommitSwitchoverClause(OracleStatementParser.CommitSwitchoverClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.commitSwitchoverClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStartStandbyClause
T visitStartStandbyClause(OracleStatementParser.StartStandbyClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.startStandbyClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStopStandbyClause
T visitStopStandbyClause(OracleStatementParser.StopStandbyClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.stopStandbyClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSwitchoverClause
T visitSwitchoverClause(OracleStatementParser.SwitchoverClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.switchoverClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConvertDatabaseClause
T visitConvertDatabaseClause(OracleStatementParser.ConvertDatabaseClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.convertDatabaseClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFailoverClause
T visitFailoverClause(OracleStatementParser.FailoverClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.failoverClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDefaultSettingsClauses
T visitDefaultSettingsClauses(OracleStatementParser.DefaultSettingsClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.defaultSettingsClauses().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSetTimeZoneClause
T visitSetTimeZoneClause(OracleStatementParser.SetTimeZoneClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.setTimeZoneClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTimeZoneRegion
T visitTimeZoneRegion(OracleStatementParser.TimeZoneRegionContext ctx)
Visit a parse tree produced byOracleStatementParser.timeZoneRegion().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFlashbackModeClause
T visitFlashbackModeClause(OracleStatementParser.FlashbackModeClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.flashbackModeClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUndoModeClause
T visitUndoModeClause(OracleStatementParser.UndoModeClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.undoModeClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMoveDatafileClause
T visitMoveDatafileClause(OracleStatementParser.MoveDatafileClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.moveDatafileClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInstanceClauses
T visitInstanceClauses(OracleStatementParser.InstanceClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.instanceClauses().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSecurityClause
T visitSecurityClause(OracleStatementParser.SecurityClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.securityClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrepareClause
T visitPrepareClause(OracleStatementParser.PrepareClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.prepareClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropMirrorCopy
T visitDropMirrorCopy(OracleStatementParser.DropMirrorCopyContext ctx)
Visit a parse tree produced byOracleStatementParser.dropMirrorCopy().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLostWriteProtection
T visitLostWriteProtection(OracleStatementParser.LostWriteProtectionContext ctx)
Visit a parse tree produced byOracleStatementParser.lostWriteProtection().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCdbFleetClauses
T visitCdbFleetClauses(OracleStatementParser.CdbFleetClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.cdbFleetClauses().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLeadCdbClause
T visitLeadCdbClause(OracleStatementParser.LeadCdbClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.leadCdbClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLeadCdbUriClause
T visitLeadCdbUriClause(OracleStatementParser.LeadCdbUriClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.leadCdbUriClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPropertyClause
T visitPropertyClause(OracleStatementParser.PropertyClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.propertyClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterSystem
T visitAlterSystem(OracleStatementParser.AlterSystemContext ctx)
Visit a parse tree produced byOracleStatementParser.alterSystem().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterSystemOption
T visitAlterSystemOption(OracleStatementParser.AlterSystemOptionContext ctx)
Visit a parse tree produced byOracleStatementParser.alterSystemOption().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitArchiveLogClause
T visitArchiveLogClause(OracleStatementParser.ArchiveLogClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.archiveLogClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCheckpointClause
T visitCheckpointClause(OracleStatementParser.CheckpointClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.checkpointClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCheckDatafilesClause
T visitCheckDatafilesClause(OracleStatementParser.CheckDatafilesClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.checkDatafilesClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDistributedRecovClauses
T visitDistributedRecovClauses(OracleStatementParser.DistributedRecovClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.distributedRecovClauses().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFlushClause
T visitFlushClause(OracleStatementParser.FlushClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.flushClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEndSessionClauses
T visitEndSessionClauses(OracleStatementParser.EndSessionClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.endSessionClauses().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterSystemSwitchLogfileClause
T visitAlterSystemSwitchLogfileClause(OracleStatementParser.AlterSystemSwitchLogfileClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.alterSystemSwitchLogfileClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSuspendResumeClause
T visitSuspendResumeClause(OracleStatementParser.SuspendResumeClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.suspendResumeClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQuiesceClauses
T visitQuiesceClauses(OracleStatementParser.QuiesceClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.quiesceClauses().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRollingMigrationClauses
T visitRollingMigrationClauses(OracleStatementParser.RollingMigrationClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.rollingMigrationClauses().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRollingPatchClauses
T visitRollingPatchClauses(OracleStatementParser.RollingPatchClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.rollingPatchClauses().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterSystemSecurityClauses
T visitAlterSystemSecurityClauses(OracleStatementParser.AlterSystemSecurityClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.alterSystemSecurityClauses().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAffinityClauses
T visitAffinityClauses(OracleStatementParser.AffinityClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.affinityClauses().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShutdownDispatcherClause
T visitShutdownDispatcherClause(OracleStatementParser.ShutdownDispatcherClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.shutdownDispatcherClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRegisterClause
T visitRegisterClause(OracleStatementParser.RegisterClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.registerClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSetClause
T visitSetClause(OracleStatementParser.SetClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.setClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitResetClause
T visitResetClause(OracleStatementParser.ResetClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.resetClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRelocateClientClause
T visitRelocateClientClause(OracleStatementParser.RelocateClientClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.relocateClientClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCancelSqlClause
T visitCancelSqlClause(OracleStatementParser.CancelSqlClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.cancelSqlClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFlushPasswordfileMetadataCacheClause
T visitFlushPasswordfileMetadataCacheClause(OracleStatementParser.FlushPasswordfileMetadataCacheClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.flushPasswordfileMetadataCacheClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInstanceClause
T visitInstanceClause(OracleStatementParser.InstanceClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.instanceClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSequenceClause
T visitSequenceClause(OracleStatementParser.SequenceClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.sequenceClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitChangeClause
T visitChangeClause(OracleStatementParser.ChangeClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.changeClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCurrentClause
T visitCurrentClause(OracleStatementParser.CurrentClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.currentClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGroupClause
T visitGroupClause(OracleStatementParser.GroupClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.groupClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLogfileClause
T visitLogfileClause(OracleStatementParser.LogfileClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.logfileClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNextClause
T visitNextClause(OracleStatementParser.NextClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.nextClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAllClause
T visitAllClause(OracleStatementParser.AllClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.allClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitToLocationClause
T visitToLocationClause(OracleStatementParser.ToLocationClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.toLocationClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFlushClauseOption
T visitFlushClauseOption(OracleStatementParser.FlushClauseOptionContext ctx)
Visit a parse tree produced byOracleStatementParser.flushClauseOption().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDisconnectSessionClause
T visitDisconnectSessionClause(OracleStatementParser.DisconnectSessionClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.disconnectSessionClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitKillSessionClause
T visitKillSessionClause(OracleStatementParser.KillSessionClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.killSessionClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStartRollingMigrationClause
T visitStartRollingMigrationClause(OracleStatementParser.StartRollingMigrationClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.startRollingMigrationClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStopRollingMigrationClause
T visitStopRollingMigrationClause(OracleStatementParser.StopRollingMigrationClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.stopRollingMigrationClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStartRollingPatchClause
T visitStartRollingPatchClause(OracleStatementParser.StartRollingPatchClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.startRollingPatchClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStopRollingPatchClause
T visitStopRollingPatchClause(OracleStatementParser.StopRollingPatchClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.stopRollingPatchClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRestrictedSessionClause
T visitRestrictedSessionClause(OracleStatementParser.RestrictedSessionClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.restrictedSessionClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSetEncryptionWalletOpenClause
T visitSetEncryptionWalletOpenClause(OracleStatementParser.SetEncryptionWalletOpenClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.setEncryptionWalletOpenClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSetEncryptionWalletCloseClause
T visitSetEncryptionWalletCloseClause(OracleStatementParser.SetEncryptionWalletCloseClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.setEncryptionWalletCloseClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSetEncryptionKeyClause
T visitSetEncryptionKeyClause(OracleStatementParser.SetEncryptionKeyClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.setEncryptionKeyClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEnableAffinityClause
T visitEnableAffinityClause(OracleStatementParser.EnableAffinityClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.enableAffinityClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDisableAffinityClause
T visitDisableAffinityClause(OracleStatementParser.DisableAffinityClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.disableAffinityClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterSystemSetClause
T visitAlterSystemSetClause(OracleStatementParser.AlterSystemSetClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.alterSystemSetClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterSystemResetClause
T visitAlterSystemResetClause(OracleStatementParser.AlterSystemResetClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.alterSystemResetClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSharedPoolClause
T visitSharedPoolClause(OracleStatementParser.SharedPoolClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.sharedPoolClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGlobalContextClause
T visitGlobalContextClause(OracleStatementParser.GlobalContextClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.globalContextClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBufferCacheClause
T visitBufferCacheClause(OracleStatementParser.BufferCacheClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.bufferCacheClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFlashCacheClause
T visitFlashCacheClause(OracleStatementParser.FlashCacheClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.flashCacheClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRedoToClause
T visitRedoToClause(OracleStatementParser.RedoToClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.redoToClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIdentifiedByWalletPassword
T visitIdentifiedByWalletPassword(OracleStatementParser.IdentifiedByWalletPasswordContext ctx)
Visit a parse tree produced byOracleStatementParser.identifiedByWalletPassword().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIdentifiedByHsmAuthString
T visitIdentifiedByHsmAuthString(OracleStatementParser.IdentifiedByHsmAuthStringContext ctx)
Visit a parse tree produced byOracleStatementParser.identifiedByHsmAuthString().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSetParameterClause
T visitSetParameterClause(OracleStatementParser.SetParameterClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.setParameterClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUseStoredOutlinesClause
T visitUseStoredOutlinesClause(OracleStatementParser.UseStoredOutlinesClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.useStoredOutlinesClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGlobalTopicEnabledClause
T visitGlobalTopicEnabledClause(OracleStatementParser.GlobalTopicEnabledClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.globalTopicEnabledClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterSystemCommentClause
T visitAlterSystemCommentClause(OracleStatementParser.AlterSystemCommentClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.alterSystemCommentClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitContainerCurrentAllClause
T visitContainerCurrentAllClause(OracleStatementParser.ContainerCurrentAllClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.containerCurrentAllClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitScopeClause
T visitScopeClause(OracleStatementParser.ScopeClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.scopeClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAnalyze
T visitAnalyze(OracleStatementParser.AnalyzeContext ctx)
Visit a parse tree produced byOracleStatementParser.analyze().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitValidationClauses
T visitValidationClauses(OracleStatementParser.ValidationClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.validationClauses().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAssociateStatistics
T visitAssociateStatistics(OracleStatementParser.AssociateStatisticsContext ctx)
Visit a parse tree produced byOracleStatementParser.associateStatistics().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColumnAssociation
T visitColumnAssociation(OracleStatementParser.ColumnAssociationContext ctx)
Visit a parse tree produced byOracleStatementParser.columnAssociation().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunctionAssociation
T visitFunctionAssociation(OracleStatementParser.FunctionAssociationContext ctx)
Visit a parse tree produced byOracleStatementParser.functionAssociation().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStorageTableClause
T visitStorageTableClause(OracleStatementParser.StorageTableClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.storageTableClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUsingStatisticsType
T visitUsingStatisticsType(OracleStatementParser.UsingStatisticsTypeContext ctx)
Visit a parse tree produced byOracleStatementParser.usingStatisticsType().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDefaultCostClause
T visitDefaultCostClause(OracleStatementParser.DefaultCostClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.defaultCostClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDefaultSelectivityClause
T visitDefaultSelectivityClause(OracleStatementParser.DefaultSelectivityClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.defaultSelectivityClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDisassociateStatistics
T visitDisassociateStatistics(OracleStatementParser.DisassociateStatisticsContext ctx)
Visit a parse tree produced byOracleStatementParser.disassociateStatistics().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAudit
T visitAudit(OracleStatementParser.AuditContext ctx)
Visit a parse tree produced byOracleStatementParser.audit().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNoAudit
T visitNoAudit(OracleStatementParser.NoAuditContext ctx)
Visit a parse tree produced byOracleStatementParser.noAudit().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAuditPolicyClause
T visitAuditPolicyClause(OracleStatementParser.AuditPolicyClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.auditPolicyClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNoAuditPolicyClause
T visitNoAuditPolicyClause(OracleStatementParser.NoAuditPolicyClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.noAuditPolicyClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitByUsersWithRoles
T visitByUsersWithRoles(OracleStatementParser.ByUsersWithRolesContext ctx)
Visit a parse tree produced byOracleStatementParser.byUsersWithRoles().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitContextClause
T visitContextClause(OracleStatementParser.ContextClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.contextClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitContextNamespaceAttributesClause
T visitContextNamespaceAttributesClause(OracleStatementParser.ContextNamespaceAttributesClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.contextNamespaceAttributesClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitComment
T visitComment(OracleStatementParser.CommentContext ctx)
Visit a parse tree produced byOracleStatementParser.comment().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFlashbackDatabase
T visitFlashbackDatabase(OracleStatementParser.FlashbackDatabaseContext ctx)
Visit a parse tree produced byOracleStatementParser.flashbackDatabase().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitScnTimestampClause
T visitScnTimestampClause(OracleStatementParser.ScnTimestampClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.scnTimestampClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRestorePointClause
T visitRestorePointClause(OracleStatementParser.RestorePointClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.restorePointClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFlashbackTable
T visitFlashbackTable(OracleStatementParser.FlashbackTableContext ctx)
Visit a parse tree produced byOracleStatementParser.flashbackTable().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRenameToTable
T visitRenameToTable(OracleStatementParser.RenameToTableContext ctx)
Visit a parse tree produced byOracleStatementParser.renameToTable().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPurge
T visitPurge(OracleStatementParser.PurgeContext ctx)
Visit a parse tree produced byOracleStatementParser.purge().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRename
T visitRename(OracleStatementParser.RenameContext ctx)
Visit a parse tree produced byOracleStatementParser.rename().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateDatabase
T visitCreateDatabase(OracleStatementParser.CreateDatabaseContext ctx)
Visit a parse tree produced byOracleStatementParser.createDatabase().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateDatabaseClauses
T visitCreateDatabaseClauses(OracleStatementParser.CreateDatabaseClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.createDatabaseClauses().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDatabaseLoggingClauses
T visitDatabaseLoggingClauses(OracleStatementParser.DatabaseLoggingClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.databaseLoggingClauses().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTablespaceClauses
T visitTablespaceClauses(OracleStatementParser.TablespaceClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.tablespaceClauses().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDefaultTablespace
T visitDefaultTablespace(OracleStatementParser.DefaultTablespaceContext ctx)
Visit a parse tree produced byOracleStatementParser.defaultTablespace().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDefaultTempTablespace
T visitDefaultTempTablespace(OracleStatementParser.DefaultTempTablespaceContext ctx)
Visit a parse tree produced byOracleStatementParser.defaultTempTablespace().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUndoTablespace
T visitUndoTablespace(OracleStatementParser.UndoTablespaceContext ctx)
Visit a parse tree produced byOracleStatementParser.undoTablespace().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBigOrSmallFiles
T visitBigOrSmallFiles(OracleStatementParser.BigOrSmallFilesContext ctx)
Visit a parse tree produced byOracleStatementParser.bigOrSmallFiles().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExtentManagementClause
T visitExtentManagementClause(OracleStatementParser.ExtentManagementClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.extentManagementClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEnablePluggableDatabase
T visitEnablePluggableDatabase(OracleStatementParser.EnablePluggableDatabaseContext ctx)
Visit a parse tree produced byOracleStatementParser.enablePluggableDatabase().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFileNameConvert
T visitFileNameConvert(OracleStatementParser.FileNameConvertContext ctx)
Visit a parse tree produced byOracleStatementParser.fileNameConvert().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReplaceFileNamePattern
T visitReplaceFileNamePattern(OracleStatementParser.ReplaceFileNamePatternContext ctx)
Visit a parse tree produced byOracleStatementParser.replaceFileNamePattern().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTablespaceDatafileClauses
T visitTablespaceDatafileClauses(OracleStatementParser.TablespaceDatafileClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.tablespaceDatafileClauses().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateDatabaseLink
T visitCreateDatabaseLink(OracleStatementParser.CreateDatabaseLinkContext ctx)
Visit a parse tree produced byOracleStatementParser.createDatabaseLink().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterDatabaseLink
T visitAlterDatabaseLink(OracleStatementParser.AlterDatabaseLinkContext ctx)
Visit a parse tree produced byOracleStatementParser.alterDatabaseLink().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropDatabaseLink
T visitDropDatabaseLink(OracleStatementParser.DropDatabaseLinkContext ctx)
Visit a parse tree produced byOracleStatementParser.dropDatabaseLink().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConnectToClause
T visitConnectToClause(OracleStatementParser.ConnectToClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.connectToClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDbLinkAuthentication
T visitDbLinkAuthentication(OracleStatementParser.DbLinkAuthenticationContext ctx)
Visit a parse tree produced byOracleStatementParser.dbLinkAuthentication().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateDimension
T visitCreateDimension(OracleStatementParser.CreateDimensionContext ctx)
Visit a parse tree produced byOracleStatementParser.createDimension().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLevelClause
T visitLevelClause(OracleStatementParser.LevelClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.levelClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHierarchyClause
T visitHierarchyClause(OracleStatementParser.HierarchyClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.hierarchyClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDimensionJoinClause
T visitDimensionJoinClause(OracleStatementParser.DimensionJoinClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.dimensionJoinClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAttributeClause
T visitAttributeClause(OracleStatementParser.AttributeClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.attributeClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExtendedAttrbuteClause
T visitExtendedAttrbuteClause(OracleStatementParser.ExtendedAttrbuteClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.extendedAttrbuteClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterDimension
T visitAlterDimension(OracleStatementParser.AlterDimensionContext ctx)
Visit a parse tree produced byOracleStatementParser.alterDimension().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterDimensionAddClause
T visitAlterDimensionAddClause(OracleStatementParser.AlterDimensionAddClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.alterDimensionAddClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterDimensionDropClause
T visitAlterDimensionDropClause(OracleStatementParser.AlterDimensionDropClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.alterDimensionDropClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropDimension
T visitDropDimension(OracleStatementParser.DropDimensionContext ctx)
Visit a parse tree produced byOracleStatementParser.dropDimension().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropDirectory
T visitDropDirectory(OracleStatementParser.DropDirectoryContext ctx)
Visit a parse tree produced byOracleStatementParser.dropDirectory().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateFunction
T visitCreateFunction(OracleStatementParser.CreateFunctionContext ctx)
Visit a parse tree produced byOracleStatementParser.createFunction().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPlsqlFunctionSource
T visitPlsqlFunctionSource(OracleStatementParser.PlsqlFunctionSourceContext ctx)
Visit a parse tree produced byOracleStatementParser.plsqlFunctionSource().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSharingClause
T visitSharingClause(OracleStatementParser.SharingClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.sharingClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDefaultCollationoOptionClause
T visitDefaultCollationoOptionClause(OracleStatementParser.DefaultCollationoOptionClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.defaultCollationoOptionClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDeterministicClause
T visitDeterministicClause(OracleStatementParser.DeterministicClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.deterministicClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitParallelEnableClause
T visitParallelEnableClause(OracleStatementParser.ParallelEnableClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.parallelEnableClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStreamingCluase
T visitStreamingCluase(OracleStatementParser.StreamingCluaseContext ctx)
Visit a parse tree produced byOracleStatementParser.streamingCluase().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitResultCacheClause
T visitResultCacheClause(OracleStatementParser.ResultCacheClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.resultCacheClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAggregateClause
T visitAggregateClause(OracleStatementParser.AggregateClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.aggregateClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPipelinedClause
T visitPipelinedClause(OracleStatementParser.PipelinedClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.pipelinedClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSqlMacroClause
T visitSqlMacroClause(OracleStatementParser.SqlMacroClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.sqlMacroClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCallSpec
T visitCallSpec(OracleStatementParser.CallSpecContext ctx)
Visit a parse tree produced byOracleStatementParser.callSpec().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJavaDeclaration
T visitJavaDeclaration(OracleStatementParser.JavaDeclarationContext ctx)
Visit a parse tree produced byOracleStatementParser.javaDeclaration().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCDeclaration
T visitCDeclaration(OracleStatementParser.CDeclarationContext ctx)
Visit a parse tree produced byOracleStatementParser.cDeclaration().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExternalParameter
T visitExternalParameter(OracleStatementParser.ExternalParameterContext ctx)
Visit a parse tree produced byOracleStatementParser.externalParameter().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitProperty
T visitProperty(OracleStatementParser.PropertyContext ctx)
Visit a parse tree produced byOracleStatementParser.property().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterAnalyticView
T visitAlterAnalyticView(OracleStatementParser.AlterAnalyticViewContext ctx)
Visit a parse tree produced byOracleStatementParser.alterAnalyticView().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterAttributeDimension
T visitAlterAttributeDimension(OracleStatementParser.AlterAttributeDimensionContext ctx)
Visit a parse tree produced byOracleStatementParser.alterAttributeDimension().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateSequence
T visitCreateSequence(OracleStatementParser.CreateSequenceContext ctx)
Visit a parse tree produced byOracleStatementParser.createSequence().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateSequenceClause
T visitCreateSequenceClause(OracleStatementParser.CreateSequenceClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.createSequenceClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterSequence
T visitAlterSequence(OracleStatementParser.AlterSequenceContext ctx)
Visit a parse tree produced byOracleStatementParser.alterSequence().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterSequenceClause
T visitAlterSequenceClause(OracleStatementParser.AlterSequenceClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.alterSequenceClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateContext
T visitCreateContext(OracleStatementParser.CreateContextContext ctx)
Visit a parse tree produced byOracleStatementParser.createContext().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInitializedClause
T visitInitializedClause(OracleStatementParser.InitializedClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.initializedClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAccessedClause
T visitAccessedClause(OracleStatementParser.AccessedClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.accessedClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateSPFile
T visitCreateSPFile(OracleStatementParser.CreateSPFileContext ctx)
Visit a parse tree produced byOracleStatementParser.createSPFile().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreatePFile
T visitCreatePFile(OracleStatementParser.CreatePFileContext ctx)
Visit a parse tree produced byOracleStatementParser.createPFile().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateControlFile
T visitCreateControlFile(OracleStatementParser.CreateControlFileContext ctx)
Visit a parse tree produced byOracleStatementParser.createControlFile().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitResetLogsOrNot
T visitResetLogsOrNot(OracleStatementParser.ResetLogsOrNotContext ctx)
Visit a parse tree produced byOracleStatementParser.resetLogsOrNot().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLogfileForControlClause
T visitLogfileForControlClause(OracleStatementParser.LogfileForControlClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.logfileForControlClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCharacterSetClause
T visitCharacterSetClause(OracleStatementParser.CharacterSetClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.characterSetClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateFlashbackArchive
T visitCreateFlashbackArchive(OracleStatementParser.CreateFlashbackArchiveContext ctx)
Visit a parse tree produced byOracleStatementParser.createFlashbackArchive().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFlashbackArchiveQuota
T visitFlashbackArchiveQuota(OracleStatementParser.FlashbackArchiveQuotaContext ctx)
Visit a parse tree produced byOracleStatementParser.flashbackArchiveQuota().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFlashbackArchiveRetention
T visitFlashbackArchiveRetention(OracleStatementParser.FlashbackArchiveRetentionContext ctx)
Visit a parse tree produced byOracleStatementParser.flashbackArchiveRetention().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterFlashbackArchive
T visitAlterFlashbackArchive(OracleStatementParser.AlterFlashbackArchiveContext ctx)
Visit a parse tree produced byOracleStatementParser.alterFlashbackArchive().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPurgeClause
T visitPurgeClause(OracleStatementParser.PurgeClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.purgeClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropFlashbackArchive
T visitDropFlashbackArchive(OracleStatementParser.DropFlashbackArchiveContext ctx)
Visit a parse tree produced byOracleStatementParser.dropFlashbackArchive().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateDiskgroup
T visitCreateDiskgroup(OracleStatementParser.CreateDiskgroupContext ctx)
Visit a parse tree produced byOracleStatementParser.createDiskgroup().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDiskClause
T visitDiskClause(OracleStatementParser.DiskClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.diskClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQualifieDiskClause
T visitQualifieDiskClause(OracleStatementParser.QualifieDiskClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.qualifieDiskClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAttribute
T visitAttribute(OracleStatementParser.AttributeContext ctx)
Visit a parse tree produced byOracleStatementParser.attribute().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAttributeNameAndValue
T visitAttributeNameAndValue(OracleStatementParser.AttributeNameAndValueContext ctx)
Visit a parse tree produced byOracleStatementParser.attributeNameAndValue().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropDiskgroup
T visitDropDiskgroup(OracleStatementParser.DropDiskgroupContext ctx)
Visit a parse tree produced byOracleStatementParser.dropDiskgroup().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitContentsClause
T visitContentsClause(OracleStatementParser.ContentsClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.contentsClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateRollbackSegment
T visitCreateRollbackSegment(OracleStatementParser.CreateRollbackSegmentContext ctx)
Visit a parse tree produced byOracleStatementParser.createRollbackSegment().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropRollbackSegment
T visitDropRollbackSegment(OracleStatementParser.DropRollbackSegmentContext ctx)
Visit a parse tree produced byOracleStatementParser.dropRollbackSegment().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateLockdownProfile
T visitCreateLockdownProfile(OracleStatementParser.CreateLockdownProfileContext ctx)
Visit a parse tree produced byOracleStatementParser.createLockdownProfile().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStaticBaseProfile
T visitStaticBaseProfile(OracleStatementParser.StaticBaseProfileContext ctx)
Visit a parse tree produced byOracleStatementParser.staticBaseProfile().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDynamicBaseProfile
T visitDynamicBaseProfile(OracleStatementParser.DynamicBaseProfileContext ctx)
Visit a parse tree produced byOracleStatementParser.dynamicBaseProfile().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropLockdownProfile
T visitDropLockdownProfile(OracleStatementParser.DropLockdownProfileContext ctx)
Visit a parse tree produced byOracleStatementParser.dropLockdownProfile().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateInmemoryJoinGroup
T visitCreateInmemoryJoinGroup(OracleStatementParser.CreateInmemoryJoinGroupContext ctx)
Visit a parse tree produced byOracleStatementParser.createInmemoryJoinGroup().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTableColumnClause
T visitTableColumnClause(OracleStatementParser.TableColumnClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.tableColumnClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterInmemoryJoinGroup
T visitAlterInmemoryJoinGroup(OracleStatementParser.AlterInmemoryJoinGroupContext ctx)
Visit a parse tree produced byOracleStatementParser.alterInmemoryJoinGroup().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropInmemoryJoinGroup
T visitDropInmemoryJoinGroup(OracleStatementParser.DropInmemoryJoinGroupContext ctx)
Visit a parse tree produced byOracleStatementParser.dropInmemoryJoinGroup().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateRestorePoint
T visitCreateRestorePoint(OracleStatementParser.CreateRestorePointContext ctx)
Visit a parse tree produced byOracleStatementParser.createRestorePoint().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropRestorePoint
T visitDropRestorePoint(OracleStatementParser.DropRestorePointContext ctx)
Visit a parse tree produced byOracleStatementParser.dropRestorePoint().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropOperator
T visitDropOperator(OracleStatementParser.DropOperatorContext ctx)
Visit a parse tree produced byOracleStatementParser.dropOperator().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterLibrary
T visitAlterLibrary(OracleStatementParser.AlterLibraryContext ctx)
Visit a parse tree produced byOracleStatementParser.alterLibrary().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLibraryCompileClause
T visitLibraryCompileClause(OracleStatementParser.LibraryCompileClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.libraryCompileClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterMaterializedZonemap
T visitAlterMaterializedZonemap(OracleStatementParser.AlterMaterializedZonemapContext ctx)
Visit a parse tree produced byOracleStatementParser.alterMaterializedZonemap().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterZonemapAttributes
T visitAlterZonemapAttributes(OracleStatementParser.AlterZonemapAttributesContext ctx)
Visit a parse tree produced byOracleStatementParser.alterZonemapAttributes().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitZonemapRefreshClause
T visitZonemapRefreshClause(OracleStatementParser.ZonemapRefreshClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.zonemapRefreshClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterJava
T visitAlterJava(OracleStatementParser.AlterJavaContext ctx)
Visit a parse tree produced byOracleStatementParser.alterJava().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitResolveClauses
T visitResolveClauses(OracleStatementParser.ResolveClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.resolveClauses().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitResolveClause
T visitResolveClause(OracleStatementParser.ResolveClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.resolveClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterAuditPolicy
T visitAlterAuditPolicy(OracleStatementParser.AlterAuditPolicyContext ctx)
Visit a parse tree produced byOracleStatementParser.alterAuditPolicy().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSubAuditClause
T visitSubAuditClause(OracleStatementParser.SubAuditClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.subAuditClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrivilegeAuditClause
T visitPrivilegeAuditClause(OracleStatementParser.PrivilegeAuditClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.privilegeAuditClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitActionAuditClause
T visitActionAuditClause(OracleStatementParser.ActionAuditClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.actionAuditClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStandardActions
T visitStandardActions(OracleStatementParser.StandardActionsContext ctx)
Visit a parse tree produced byOracleStatementParser.standardActions().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStandardActionsClause
T visitStandardActionsClause(OracleStatementParser.StandardActionsClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.standardActionsClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitObjectAction
T visitObjectAction(OracleStatementParser.ObjectActionContext ctx)
Visit a parse tree produced byOracleStatementParser.objectAction().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSystemAction
T visitSystemAction(OracleStatementParser.SystemActionContext ctx)
Visit a parse tree produced byOracleStatementParser.systemAction().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitComponentActions
T visitComponentActions(OracleStatementParser.ComponentActionsContext ctx)
Visit a parse tree produced byOracleStatementParser.componentActions().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitComponentAction
T visitComponentAction(OracleStatementParser.ComponentActionContext ctx)
Visit a parse tree produced byOracleStatementParser.componentAction().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDataDumpAction
T visitDataDumpAction(OracleStatementParser.DataDumpActionContext ctx)
Visit a parse tree produced byOracleStatementParser.dataDumpAction().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDirectLoadAction
T visitDirectLoadAction(OracleStatementParser.DirectLoadActionContext ctx)
Visit a parse tree produced byOracleStatementParser.directLoadAction().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLabelSecurityAction
T visitLabelSecurityAction(OracleStatementParser.LabelSecurityActionContext ctx)
Visit a parse tree produced byOracleStatementParser.labelSecurityAction().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSecurityAction
T visitSecurityAction(OracleStatementParser.SecurityActionContext ctx)
Visit a parse tree produced byOracleStatementParser.securityAction().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDatabaseVaultAction
T visitDatabaseVaultAction(OracleStatementParser.DatabaseVaultActionContext ctx)
Visit a parse tree produced byOracleStatementParser.databaseVaultAction().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRoleAuditClause
T visitRoleAuditClause(OracleStatementParser.RoleAuditClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.roleAuditClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterCluster
T visitAlterCluster(OracleStatementParser.AlterClusterContext ctx)
Visit a parse tree produced byOracleStatementParser.alterCluster().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterOperator
T visitAlterOperator(OracleStatementParser.AlterOperatorContext ctx)
Visit a parse tree produced byOracleStatementParser.alterOperator().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAddBindingClause
T visitAddBindingClause(OracleStatementParser.AddBindingClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.addBindingClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitImplementationClause
T visitImplementationClause(OracleStatementParser.ImplementationClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.implementationClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrimaryOperatorClause
T visitPrimaryOperatorClause(OracleStatementParser.PrimaryOperatorClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.primaryOperatorClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitContextClauseWithOpeartor
T visitContextClauseWithOpeartor(OracleStatementParser.ContextClauseWithOpeartorContext ctx)
Visit a parse tree produced byOracleStatementParser.contextClauseWithOpeartor().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWithIndexClause
T visitWithIndexClause(OracleStatementParser.WithIndexClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.withIndexClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWithColumnClause
T visitWithColumnClause(OracleStatementParser.WithColumnClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.withColumnClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUsingFunctionClause
T visitUsingFunctionClause(OracleStatementParser.UsingFunctionClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.usingFunctionClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropBindingClause
T visitDropBindingClause(OracleStatementParser.DropBindingClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.dropBindingClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterDiskgroup
T visitAlterDiskgroup(OracleStatementParser.AlterDiskgroupContext ctx)
Visit a parse tree produced byOracleStatementParser.alterDiskgroup().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAddDiskClause
T visitAddDiskClause(OracleStatementParser.AddDiskClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.addDiskClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQualifiedDiskClause
T visitQualifiedDiskClause(OracleStatementParser.QualifiedDiskClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.qualifiedDiskClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropDiskClause
T visitDropDiskClause(OracleStatementParser.DropDiskClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.dropDiskClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitResizeDiskClause
T visitResizeDiskClause(OracleStatementParser.ResizeDiskClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.resizeDiskClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRebalanceDiskgroupClause
T visitRebalanceDiskgroupClause(OracleStatementParser.RebalanceDiskgroupClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.rebalanceDiskgroupClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWithPhases
T visitWithPhases(OracleStatementParser.WithPhasesContext ctx)
Visit a parse tree produced byOracleStatementParser.withPhases().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWithPhase
T visitWithPhase(OracleStatementParser.WithPhaseContext ctx)
Visit a parse tree produced byOracleStatementParser.withPhase().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWithoutPhases
T visitWithoutPhases(OracleStatementParser.WithoutPhasesContext ctx)
Visit a parse tree produced byOracleStatementParser.withoutPhases().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWithoutPhase
T visitWithoutPhase(OracleStatementParser.WithoutPhaseContext ctx)
Visit a parse tree produced byOracleStatementParser.withoutPhase().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReplaceDiskClause
T visitReplaceDiskClause(OracleStatementParser.ReplaceDiskClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.replaceDiskClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRenameDiskClause
T visitRenameDiskClause(OracleStatementParser.RenameDiskClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.renameDiskClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDiskOnlineClause
T visitDiskOnlineClause(OracleStatementParser.DiskOnlineClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.diskOnlineClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDiskOfflineClause
T visitDiskOfflineClause(OracleStatementParser.DiskOfflineClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.diskOfflineClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTimeoutClause
T visitTimeoutClause(OracleStatementParser.TimeoutClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.timeoutClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCheckDiskgroupClause
T visitCheckDiskgroupClause(OracleStatementParser.CheckDiskgroupClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.checkDiskgroupClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDiskgroupTemplateClauses
T visitDiskgroupTemplateClauses(OracleStatementParser.DiskgroupTemplateClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.diskgroupTemplateClauses().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQualifiedTemplateClause
T visitQualifiedTemplateClause(OracleStatementParser.QualifiedTemplateClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.qualifiedTemplateClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRedundancyClause
T visitRedundancyClause(OracleStatementParser.RedundancyClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.redundancyClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStripingClause
T visitStripingClause(OracleStatementParser.StripingClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.stripingClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDiskRegionClause
T visitDiskRegionClause(OracleStatementParser.DiskRegionClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.diskRegionClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDiskgroupDirectoryClauses
T visitDiskgroupDirectoryClauses(OracleStatementParser.DiskgroupDirectoryClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.diskgroupDirectoryClauses().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDiskgroupAliasClauses
T visitDiskgroupAliasClauses(OracleStatementParser.DiskgroupAliasClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.diskgroupAliasClauses().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDiskgroupVolumeClauses
T visitDiskgroupVolumeClauses(OracleStatementParser.DiskgroupVolumeClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.diskgroupVolumeClauses().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAddVolumeClause
T visitAddVolumeClause(OracleStatementParser.AddVolumeClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.addVolumeClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitModifyVolumeClause
T visitModifyVolumeClause(OracleStatementParser.ModifyVolumeClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.modifyVolumeClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDiskgroupAttributes
T visitDiskgroupAttributes(OracleStatementParser.DiskgroupAttributesContext ctx)
Visit a parse tree produced byOracleStatementParser.diskgroupAttributes().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitModifyDiskgroupFile
T visitModifyDiskgroupFile(OracleStatementParser.ModifyDiskgroupFileContext ctx)
Visit a parse tree produced byOracleStatementParser.modifyDiskgroupFile().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropDiskgroupFileClause
T visitDropDiskgroupFileClause(OracleStatementParser.DropDiskgroupFileClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.dropDiskgroupFileClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConvertRedundancyClause
T visitConvertRedundancyClause(OracleStatementParser.ConvertRedundancyClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.convertRedundancyClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUsergroupClauses
T visitUsergroupClauses(OracleStatementParser.UsergroupClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.usergroupClauses().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUserClauses
T visitUserClauses(OracleStatementParser.UserClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.userClauses().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFilePermissionsClause
T visitFilePermissionsClause(OracleStatementParser.FilePermissionsClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.filePermissionsClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFileOwnerClause
T visitFileOwnerClause(OracleStatementParser.FileOwnerClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.fileOwnerClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSetOwnerClause
T visitSetOwnerClause(OracleStatementParser.SetOwnerClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.setOwnerClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitScrubClause
T visitScrubClause(OracleStatementParser.ScrubClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.scrubClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQuotagroupClauses
T visitQuotagroupClauses(OracleStatementParser.QuotagroupClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.quotagroupClauses().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSetPropertyClause
T visitSetPropertyClause(OracleStatementParser.SetPropertyClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.setPropertyClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQuotagroupName
T visitQuotagroupName(OracleStatementParser.QuotagroupNameContext ctx)
Visit a parse tree produced byOracleStatementParser.quotagroupName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPropertyName
T visitPropertyName(OracleStatementParser.PropertyNameContext ctx)
Visit a parse tree produced byOracleStatementParser.propertyName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPropertyValue
T visitPropertyValue(OracleStatementParser.PropertyValueContext ctx)
Visit a parse tree produced byOracleStatementParser.propertyValue().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFilegroupName
T visitFilegroupName(OracleStatementParser.FilegroupNameContext ctx)
Visit a parse tree produced byOracleStatementParser.filegroupName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFilegroupClauses
T visitFilegroupClauses(OracleStatementParser.FilegroupClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.filegroupClauses().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAddFilegroupClause
T visitAddFilegroupClause(OracleStatementParser.AddFilegroupClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.addFilegroupClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSetFileTypePropertyclause
T visitSetFileTypePropertyclause(OracleStatementParser.SetFileTypePropertyclauseContext ctx)
Visit a parse tree produced byOracleStatementParser.setFileTypePropertyclause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitModifyFilegroupClause
T visitModifyFilegroupClause(OracleStatementParser.ModifyFilegroupClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.modifyFilegroupClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMoveToFilegroupClause
T visitMoveToFilegroupClause(OracleStatementParser.MoveToFilegroupClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.moveToFilegroupClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropFilegroupClause
T visitDropFilegroupClause(OracleStatementParser.DropFilegroupClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.dropFilegroupClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUndropDiskClause
T visitUndropDiskClause(OracleStatementParser.UndropDiskClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.undropDiskClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDiskgroupAvailability
T visitDiskgroupAvailability(OracleStatementParser.DiskgroupAvailabilityContext ctx)
Visit a parse tree produced byOracleStatementParser.diskgroupAvailability().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEnableDisableVolume
T visitEnableDisableVolume(OracleStatementParser.EnableDisableVolumeContext ctx)
Visit a parse tree produced byOracleStatementParser.enableDisableVolume().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterIndexType
T visitAlterIndexType(OracleStatementParser.AlterIndexTypeContext ctx)
Visit a parse tree produced byOracleStatementParser.alterIndexType().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAddOrDropClause
T visitAddOrDropClause(OracleStatementParser.AddOrDropClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.addOrDropClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUsingTypeClause
T visitUsingTypeClause(OracleStatementParser.UsingTypeClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.usingTypeClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWithLocalClause
T visitWithLocalClause(OracleStatementParser.WithLocalClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.withLocalClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitArrayDMLClause
T visitArrayDMLClause(OracleStatementParser.ArrayDMLClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.arrayDMLClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitArryDMLSubClause
T visitArryDMLSubClause(OracleStatementParser.ArryDMLSubClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.arryDMLSubClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterMaterializedView
T visitAlterMaterializedView(OracleStatementParser.AlterMaterializedViewContext ctx)
Visit a parse tree produced byOracleStatementParser.alterMaterializedView().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMaterializedViewAttribute
T visitMaterializedViewAttribute(OracleStatementParser.MaterializedViewAttributeContext ctx)
Visit a parse tree produced byOracleStatementParser.materializedViewAttribute().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitModifyMvColumnClause
T visitModifyMvColumnClause(OracleStatementParser.ModifyMvColumnClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.modifyMvColumnClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitModifylobStorageClause
T visitModifylobStorageClause(OracleStatementParser.ModifylobStorageClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.modifylobStorageClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitModifylobParameters
T visitModifylobParameters(OracleStatementParser.ModifylobParametersContext ctx)
Visit a parse tree produced byOracleStatementParser.modifylobParameters().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterIotClauses
T visitAlterIotClauses(OracleStatementParser.AlterIotClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.alterIotClauses().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterOverflowClause
T visitAlterOverflowClause(OracleStatementParser.AlterOverflowClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.alterOverflowClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOverflowClause
T visitOverflowClause(OracleStatementParser.OverflowClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.overflowClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAddOverflowClause
T visitAddOverflowClause(OracleStatementParser.AddOverflowClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.addOverflowClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitScopedTableRefConstraint
T visitScopedTableRefConstraint(OracleStatementParser.ScopedTableRefConstraintContext ctx)
Visit a parse tree produced byOracleStatementParser.scopedTableRefConstraint().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterMvRefresh
T visitAlterMvRefresh(OracleStatementParser.AlterMvRefreshContext ctx)
Visit a parse tree produced byOracleStatementParser.alterMvRefresh().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEvaluationEditionClause
T visitEvaluationEditionClause(OracleStatementParser.EvaluationEditionClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.evaluationEditionClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterQueryRewriteClause
T visitAlterQueryRewriteClause(OracleStatementParser.AlterQueryRewriteClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.alterQueryRewriteClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUnusableEditionsClause
T visitUnusableEditionsClause(OracleStatementParser.UnusableEditionsClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.unusableEditionsClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUnusableBefore
T visitUnusableBefore(OracleStatementParser.UnusableBeforeContext ctx)
Visit a parse tree produced byOracleStatementParser.unusableBefore().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUnusableBeginning
T visitUnusableBeginning(OracleStatementParser.UnusableBeginningContext ctx)
Visit a parse tree produced byOracleStatementParser.unusableBeginning().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterMaterializedViewLog
T visitAlterMaterializedViewLog(OracleStatementParser.AlterMaterializedViewLogContext ctx)
Visit a parse tree produced byOracleStatementParser.alterMaterializedViewLog().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAddMvLogColumnClause
T visitAddMvLogColumnClause(OracleStatementParser.AddMvLogColumnClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.addMvLogColumnClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMoveMvLogClause
T visitMoveMvLogClause(OracleStatementParser.MoveMvLogClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.moveMvLogClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMvLogAugmentation
T visitMvLogAugmentation(OracleStatementParser.MvLogAugmentationContext ctx)
Visit a parse tree produced byOracleStatementParser.mvLogAugmentation().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAddClause
T visitAddClause(OracleStatementParser.AddClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.addClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColumns
T visitColumns(OracleStatementParser.ColumnsContext ctx)
Visit a parse tree produced byOracleStatementParser.columns().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNewValuesClause
T visitNewValuesClause(OracleStatementParser.NewValuesClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.newValuesClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMvLogPurgeClause
T visitMvLogPurgeClause(OracleStatementParser.MvLogPurgeClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.mvLogPurgeClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNextOrRepeatClause
T visitNextOrRepeatClause(OracleStatementParser.NextOrRepeatClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.nextOrRepeatClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitForRefreshClause
T visitForRefreshClause(OracleStatementParser.ForRefreshClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.forRefreshClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterFunction
T visitAlterFunction(OracleStatementParser.AlterFunctionContext ctx)
Visit a parse tree produced byOracleStatementParser.alterFunction().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunctionCompileClause
T visitFunctionCompileClause(OracleStatementParser.FunctionCompileClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.functionCompileClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterHierarchy
T visitAlterHierarchy(OracleStatementParser.AlterHierarchyContext ctx)
Visit a parse tree produced byOracleStatementParser.alterHierarchy().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterLockdownProfile
T visitAlterLockdownProfile(OracleStatementParser.AlterLockdownProfileContext ctx)
Visit a parse tree produced byOracleStatementParser.alterLockdownProfile().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLockdownFeatures
T visitLockdownFeatures(OracleStatementParser.LockdownFeaturesContext ctx)
Visit a parse tree produced byOracleStatementParser.lockdownFeatures().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFeatureClauses
T visitFeatureClauses(OracleStatementParser.FeatureClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.featureClauses().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLockdownOptions
T visitLockdownOptions(OracleStatementParser.LockdownOptionsContext ctx)
Visit a parse tree produced byOracleStatementParser.lockdownOptions().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLockDownOptionClauses
T visitLockDownOptionClauses(OracleStatementParser.LockDownOptionClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.lockDownOptionClauses().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLockdownStatements
T visitLockdownStatements(OracleStatementParser.LockdownStatementsContext ctx)
Visit a parse tree produced byOracleStatementParser.lockdownStatements().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLockdownStatementsClauses
T visitLockdownStatementsClauses(OracleStatementParser.LockdownStatementsClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.lockdownStatementsClauses().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStatementClauses
T visitStatementClauses(OracleStatementParser.StatementClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.statementClauses().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStatementsSubClauses
T visitStatementsSubClauses(OracleStatementParser.StatementsSubClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.statementsSubClauses().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitClauseOptions
T visitClauseOptions(OracleStatementParser.ClauseOptionsContext ctx)
Visit a parse tree produced byOracleStatementParser.clauseOptions().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOptionClauses
T visitOptionClauses(OracleStatementParser.OptionClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.optionClauses().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitClauseOptionOrPattern
T visitClauseOptionOrPattern(OracleStatementParser.ClauseOptionOrPatternContext ctx)
Visit a parse tree produced byOracleStatementParser.clauseOptionOrPattern().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOptionValues
T visitOptionValues(OracleStatementParser.OptionValuesContext ctx)
Visit a parse tree produced byOracleStatementParser.optionValues().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterPluggableDatabase
T visitAlterPluggableDatabase(OracleStatementParser.AlterPluggableDatabaseContext ctx)
Visit a parse tree produced byOracleStatementParser.alterPluggableDatabase().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDatabaseClause
T visitDatabaseClause(OracleStatementParser.DatabaseClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.databaseClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPdbUnplugClause
T visitPdbUnplugClause(OracleStatementParser.PdbUnplugClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.pdbUnplugClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPdbUnplugEncrypt
T visitPdbUnplugEncrypt(OracleStatementParser.PdbUnplugEncryptContext ctx)
Visit a parse tree produced byOracleStatementParser.pdbUnplugEncrypt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPdbSettingsClauses
T visitPdbSettingsClauses(OracleStatementParser.PdbSettingsClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.pdbSettingsClauses().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPdbSettingClause
T visitPdbSettingClause(OracleStatementParser.PdbSettingClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.pdbSettingClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPdbStorageClause
T visitPdbStorageClause(OracleStatementParser.PdbStorageClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.pdbStorageClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStorageMaxSizeClauses
T visitStorageMaxSizeClauses(OracleStatementParser.StorageMaxSizeClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.storageMaxSizeClauses().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPdbLoggingClauses
T visitPdbLoggingClauses(OracleStatementParser.PdbLoggingClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.pdbLoggingClauses().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPdbForceLoggingClause
T visitPdbForceLoggingClause(OracleStatementParser.PdbForceLoggingClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.pdbForceLoggingClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPdbRefreshModeClause
T visitPdbRefreshModeClause(OracleStatementParser.PdbRefreshModeClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.pdbRefreshModeClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPdbRefreshSwitchoverClause
T visitPdbRefreshSwitchoverClause(OracleStatementParser.PdbRefreshSwitchoverClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.pdbRefreshSwitchoverClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPdbDatafileClause
T visitPdbDatafileClause(OracleStatementParser.PdbDatafileClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.pdbDatafileClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFileNameAndNumber
T visitFileNameAndNumber(OracleStatementParser.FileNameAndNumberContext ctx)
Visit a parse tree produced byOracleStatementParser.fileNameAndNumber().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPdbRecoveryClauses
T visitPdbRecoveryClauses(OracleStatementParser.PdbRecoveryClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.pdbRecoveryClauses().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPdbGeneralRecovery
T visitPdbGeneralRecovery(OracleStatementParser.PdbGeneralRecoveryContext ctx)
Visit a parse tree produced byOracleStatementParser.pdbGeneralRecovery().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPdbChangeState
T visitPdbChangeState(OracleStatementParser.PdbChangeStateContext ctx)
Visit a parse tree produced byOracleStatementParser.pdbChangeState().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPdbOpen
T visitPdbOpen(OracleStatementParser.PdbOpenContext ctx)
Visit a parse tree produced byOracleStatementParser.pdbOpen().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInstancesClause
T visitInstancesClause(OracleStatementParser.InstancesClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.instancesClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInstanceNameClause
T visitInstanceNameClause(OracleStatementParser.InstanceNameClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.instanceNameClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPdbClose
T visitPdbClose(OracleStatementParser.PdbCloseContext ctx)
Visit a parse tree produced byOracleStatementParser.pdbClose().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRelocateClause
T visitRelocateClause(OracleStatementParser.RelocateClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.relocateClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPdbSaveOrDiscardState
T visitPdbSaveOrDiscardState(OracleStatementParser.PdbSaveOrDiscardStateContext ctx)
Visit a parse tree produced byOracleStatementParser.pdbSaveOrDiscardState().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPdbChangeStateFromRoot
T visitPdbChangeStateFromRoot(OracleStatementParser.PdbChangeStateFromRootContext ctx)
Visit a parse tree produced byOracleStatementParser.pdbChangeStateFromRoot().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPdbNameClause
T visitPdbNameClause(OracleStatementParser.PdbNameClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.pdbNameClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitApplicationClauses
T visitApplicationClauses(OracleStatementParser.ApplicationClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.applicationClauses().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAppClause
T visitAppClause(OracleStatementParser.AppClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.appClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSnapshotClauses
T visitSnapshotClauses(OracleStatementParser.SnapshotClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.snapshotClauses().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPdbSnapshotClause
T visitPdbSnapshotClause(OracleStatementParser.PdbSnapshotClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.pdbSnapshotClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMaterializeClause
T visitMaterializeClause(OracleStatementParser.MaterializeClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.materializeClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateSnapshotClause
T visitCreateSnapshotClause(OracleStatementParser.CreateSnapshotClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.createSnapshotClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropSnapshotClause
T visitDropSnapshotClause(OracleStatementParser.DropSnapshotClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.dropSnapshotClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSetMaxPdbSnapshotsClause
T visitSetMaxPdbSnapshotsClause(OracleStatementParser.SetMaxPdbSnapshotsClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.setMaxPdbSnapshotsClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropIndexType
T visitDropIndexType(OracleStatementParser.DropIndexTypeContext ctx)
Visit a parse tree produced byOracleStatementParser.dropIndexType().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropPluggableDatabase
T visitDropPluggableDatabase(OracleStatementParser.DropPluggableDatabaseContext ctx)
Visit a parse tree produced byOracleStatementParser.dropPluggableDatabase().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropJava
T visitDropJava(OracleStatementParser.DropJavaContext ctx)
Visit a parse tree produced byOracleStatementParser.dropJava().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropLibrary
T visitDropLibrary(OracleStatementParser.DropLibraryContext ctx)
Visit a parse tree produced byOracleStatementParser.dropLibrary().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropMaterializedView
T visitDropMaterializedView(OracleStatementParser.DropMaterializedViewContext ctx)
Visit a parse tree produced byOracleStatementParser.dropMaterializedView().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropMaterializedViewLog
T visitDropMaterializedViewLog(OracleStatementParser.DropMaterializedViewLogContext ctx)
Visit a parse tree produced byOracleStatementParser.dropMaterializedViewLog().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropMaterializedZonemap
T visitDropMaterializedZonemap(OracleStatementParser.DropMaterializedZonemapContext ctx)
Visit a parse tree produced byOracleStatementParser.dropMaterializedZonemap().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitParameterMarker
T visitParameterMarker(OracleStatementParser.ParameterMarkerContext ctx)
Visit a parse tree produced byOracleStatementParser.parameterMarker().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLiterals
T visitLiterals(OracleStatementParser.LiteralsContext ctx)
Visit a parse tree produced byOracleStatementParser.literals().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStringLiterals
T visitStringLiterals(OracleStatementParser.StringLiteralsContext ctx)
Visit a parse tree produced byOracleStatementParser.stringLiterals().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNumberLiterals
T visitNumberLiterals(OracleStatementParser.NumberLiteralsContext ctx)
Visit a parse tree produced byOracleStatementParser.numberLiterals().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDateTimeLiterals
T visitDateTimeLiterals(OracleStatementParser.DateTimeLiteralsContext ctx)
Visit a parse tree produced byOracleStatementParser.dateTimeLiterals().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHexadecimalLiterals
T visitHexadecimalLiterals(OracleStatementParser.HexadecimalLiteralsContext ctx)
Visit a parse tree produced byOracleStatementParser.hexadecimalLiterals().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBitValueLiterals
T visitBitValueLiterals(OracleStatementParser.BitValueLiteralsContext ctx)
Visit a parse tree produced byOracleStatementParser.bitValueLiterals().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBooleanLiterals
T visitBooleanLiterals(OracleStatementParser.BooleanLiteralsContext ctx)
Visit a parse tree produced byOracleStatementParser.booleanLiterals().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNullValueLiterals
T visitNullValueLiterals(OracleStatementParser.NullValueLiteralsContext ctx)
Visit a parse tree produced byOracleStatementParser.nullValueLiterals().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIdentifier
T visitIdentifier(OracleStatementParser.IdentifierContext ctx)
Visit a parse tree produced byOracleStatementParser.identifier().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUnreservedWord
T visitUnreservedWord(OracleStatementParser.UnreservedWordContext ctx)
Visit a parse tree produced byOracleStatementParser.unreservedWord().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSchemaName
T visitSchemaName(OracleStatementParser.SchemaNameContext ctx)
Visit a parse tree produced byOracleStatementParser.schemaName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTableName
T visitTableName(OracleStatementParser.TableNameContext ctx)
Visit a parse tree produced byOracleStatementParser.tableName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitViewName
T visitViewName(OracleStatementParser.ViewNameContext ctx)
Visit a parse tree produced byOracleStatementParser.viewName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTriggerName
T visitTriggerName(OracleStatementParser.TriggerNameContext ctx)
Visit a parse tree produced byOracleStatementParser.triggerName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMaterializedViewName
T visitMaterializedViewName(OracleStatementParser.MaterializedViewNameContext ctx)
Visit a parse tree produced byOracleStatementParser.materializedViewName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColumnName
T visitColumnName(OracleStatementParser.ColumnNameContext ctx)
Visit a parse tree produced byOracleStatementParser.columnName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitObjectName
T visitObjectName(OracleStatementParser.ObjectNameContext ctx)
Visit a parse tree produced byOracleStatementParser.objectName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitClusterName
T visitClusterName(OracleStatementParser.ClusterNameContext ctx)
Visit a parse tree produced byOracleStatementParser.clusterName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIndexName
T visitIndexName(OracleStatementParser.IndexNameContext ctx)
Visit a parse tree produced byOracleStatementParser.indexName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStatisticsTypeName
T visitStatisticsTypeName(OracleStatementParser.StatisticsTypeNameContext ctx)
Visit a parse tree produced byOracleStatementParser.statisticsTypeName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunction
T visitFunction(OracleStatementParser.FunctionContext ctx)
Visit a parse tree produced byOracleStatementParser.function().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPackageName
T visitPackageName(OracleStatementParser.PackageNameContext ctx)
Visit a parse tree produced byOracleStatementParser.packageName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTypeName
T visitTypeName(OracleStatementParser.TypeNameContext ctx)
Visit a parse tree produced byOracleStatementParser.typeName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIndexTypeName
T visitIndexTypeName(OracleStatementParser.IndexTypeNameContext ctx)
Visit a parse tree produced byOracleStatementParser.indexTypeName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitModelName
T visitModelName(OracleStatementParser.ModelNameContext ctx)
Visit a parse tree produced byOracleStatementParser.modelName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOperatorName
T visitOperatorName(OracleStatementParser.OperatorNameContext ctx)
Visit a parse tree produced byOracleStatementParser.operatorName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDimensionName
T visitDimensionName(OracleStatementParser.DimensionNameContext ctx)
Visit a parse tree produced byOracleStatementParser.dimensionName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDirectoryName
T visitDirectoryName(OracleStatementParser.DirectoryNameContext ctx)
Visit a parse tree produced byOracleStatementParser.directoryName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConstraintName
T visitConstraintName(OracleStatementParser.ConstraintNameContext ctx)
Visit a parse tree produced byOracleStatementParser.constraintName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSavepointName
T visitSavepointName(OracleStatementParser.SavepointNameContext ctx)
Visit a parse tree produced byOracleStatementParser.savepointName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSynonymName
T visitSynonymName(OracleStatementParser.SynonymNameContext ctx)
Visit a parse tree produced byOracleStatementParser.synonymName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOwner
T visitOwner(OracleStatementParser.OwnerContext ctx)
Visit a parse tree produced byOracleStatementParser.owner().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitName
T visitName(OracleStatementParser.NameContext ctx)
Visit a parse tree produced byOracleStatementParser.name().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTablespaceName
T visitTablespaceName(OracleStatementParser.TablespaceNameContext ctx)
Visit a parse tree produced byOracleStatementParser.tablespaceName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTablespaceSetName
T visitTablespaceSetName(OracleStatementParser.TablespaceSetNameContext ctx)
Visit a parse tree produced byOracleStatementParser.tablespaceSetName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitServiceName
T visitServiceName(OracleStatementParser.ServiceNameContext ctx)
Visit a parse tree produced byOracleStatementParser.serviceName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIlmPolicyName
T visitIlmPolicyName(OracleStatementParser.IlmPolicyNameContext ctx)
Visit a parse tree produced byOracleStatementParser.ilmPolicyName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPolicyName
T visitPolicyName(OracleStatementParser.PolicyNameContext ctx)
Visit a parse tree produced byOracleStatementParser.policyName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunctionName
T visitFunctionName(OracleStatementParser.FunctionNameContext ctx)
Visit a parse tree produced byOracleStatementParser.functionName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDbLink
T visitDbLink(OracleStatementParser.DbLinkContext ctx)
Visit a parse tree produced byOracleStatementParser.dbLink().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitParameterValue
T visitParameterValue(OracleStatementParser.ParameterValueContext ctx)
Visit a parse tree produced byOracleStatementParser.parameterValue().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDispatcherName
T visitDispatcherName(OracleStatementParser.DispatcherNameContext ctx)
Visit a parse tree produced byOracleStatementParser.dispatcherName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitClientId
T visitClientId(OracleStatementParser.ClientIdContext ctx)
Visit a parse tree produced byOracleStatementParser.clientId().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpaqueFormatSpec
T visitOpaqueFormatSpec(OracleStatementParser.OpaqueFormatSpecContext ctx)
Visit a parse tree produced byOracleStatementParser.opaqueFormatSpec().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAccessDriverType
T visitAccessDriverType(OracleStatementParser.AccessDriverTypeContext ctx)
Visit a parse tree produced byOracleStatementParser.accessDriverType().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVarrayItem
T visitVarrayItem(OracleStatementParser.VarrayItemContext ctx)
Visit a parse tree produced byOracleStatementParser.varrayItem().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNestedItem
T visitNestedItem(OracleStatementParser.NestedItemContext ctx)
Visit a parse tree produced byOracleStatementParser.nestedItem().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStorageTable
T visitStorageTable(OracleStatementParser.StorageTableContext ctx)
Visit a parse tree produced byOracleStatementParser.storageTable().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLobSegname
T visitLobSegname(OracleStatementParser.LobSegnameContext ctx)
Visit a parse tree produced byOracleStatementParser.lobSegname().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLocationSpecifier
T visitLocationSpecifier(OracleStatementParser.LocationSpecifierContext ctx)
Visit a parse tree produced byOracleStatementParser.locationSpecifier().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitXmlSchemaURLName
T visitXmlSchemaURLName(OracleStatementParser.XmlSchemaURLNameContext ctx)
Visit a parse tree produced byOracleStatementParser.xmlSchemaURLName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitElementName
T visitElementName(OracleStatementParser.ElementNameContext ctx)
Visit a parse tree produced byOracleStatementParser.elementName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSubpartitionName
T visitSubpartitionName(OracleStatementParser.SubpartitionNameContext ctx)
Visit a parse tree produced byOracleStatementParser.subpartitionName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitParameterName
T visitParameterName(OracleStatementParser.ParameterNameContext ctx)
Visit a parse tree produced byOracleStatementParser.parameterName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEditionName
T visitEditionName(OracleStatementParser.EditionNameContext ctx)
Visit a parse tree produced byOracleStatementParser.editionName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOutlineName
T visitOutlineName(OracleStatementParser.OutlineNameContext ctx)
Visit a parse tree produced byOracleStatementParser.outlineName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitContainerName
T visitContainerName(OracleStatementParser.ContainerNameContext ctx)
Visit a parse tree produced byOracleStatementParser.containerName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPartitionName
T visitPartitionName(OracleStatementParser.PartitionNameContext ctx)
Visit a parse tree produced byOracleStatementParser.partitionName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPartitionSetName
T visitPartitionSetName(OracleStatementParser.PartitionSetNameContext ctx)
Visit a parse tree produced byOracleStatementParser.partitionSetName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPartitionKeyValue
T visitPartitionKeyValue(OracleStatementParser.PartitionKeyValueContext ctx)
Visit a parse tree produced byOracleStatementParser.partitionKeyValue().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSubpartitionKeyValue
T visitSubpartitionKeyValue(OracleStatementParser.SubpartitionKeyValueContext ctx)
Visit a parse tree produced byOracleStatementParser.subpartitionKeyValue().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitZonemapName
T visitZonemapName(OracleStatementParser.ZonemapNameContext ctx)
Visit a parse tree produced byOracleStatementParser.zonemapName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFlashbackArchiveName
T visitFlashbackArchiveName(OracleStatementParser.FlashbackArchiveNameContext ctx)
Visit a parse tree produced byOracleStatementParser.flashbackArchiveName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRoleName
T visitRoleName(OracleStatementParser.RoleNameContext ctx)
Visit a parse tree produced byOracleStatementParser.roleName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUsername
T visitUsername(OracleStatementParser.UsernameContext ctx)
Visit a parse tree produced byOracleStatementParser.username().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPassword
T visitPassword(OracleStatementParser.PasswordContext ctx)
Visit a parse tree produced byOracleStatementParser.password().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLogGroupName
T visitLogGroupName(OracleStatementParser.LogGroupNameContext ctx)
Visit a parse tree produced byOracleStatementParser.logGroupName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColumnNames
T visitColumnNames(OracleStatementParser.ColumnNamesContext ctx)
Visit a parse tree produced byOracleStatementParser.columnNames().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTableNames
T visitTableNames(OracleStatementParser.TableNamesContext ctx)
Visit a parse tree produced byOracleStatementParser.tableNames().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOracleId
T visitOracleId(OracleStatementParser.OracleIdContext ctx)
Visit a parse tree produced byOracleStatementParser.oracleId().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCollationName
T visitCollationName(OracleStatementParser.CollationNameContext ctx)
Visit a parse tree produced byOracleStatementParser.collationName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColumnCollationName
T visitColumnCollationName(OracleStatementParser.ColumnCollationNameContext ctx)
Visit a parse tree produced byOracleStatementParser.columnCollationName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlias
T visitAlias(OracleStatementParser.AliasContext ctx)
Visit a parse tree produced byOracleStatementParser.alias().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDataTypeLength
T visitDataTypeLength(OracleStatementParser.DataTypeLengthContext ctx)
Visit a parse tree produced byOracleStatementParser.dataTypeLength().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrimaryKey
T visitPrimaryKey(OracleStatementParser.PrimaryKeyContext ctx)
Visit a parse tree produced byOracleStatementParser.primaryKey().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExprs
T visitExprs(OracleStatementParser.ExprsContext ctx)
Visit a parse tree produced byOracleStatementParser.exprs().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExprList
T visitExprList(OracleStatementParser.ExprListContext ctx)
Visit a parse tree produced byOracleStatementParser.exprList().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExpr
T visitExpr(OracleStatementParser.ExprContext ctx)
Visit a parse tree produced byOracleStatementParser.expr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAndOperator
T visitAndOperator(OracleStatementParser.AndOperatorContext ctx)
Visit a parse tree produced byOracleStatementParser.andOperator().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOrOperator
T visitOrOperator(OracleStatementParser.OrOperatorContext ctx)
Visit a parse tree produced byOracleStatementParser.orOperator().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNotOperator
T visitNotOperator(OracleStatementParser.NotOperatorContext ctx)
Visit a parse tree produced byOracleStatementParser.notOperator().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBooleanPrimary
T visitBooleanPrimary(OracleStatementParser.BooleanPrimaryContext ctx)
Visit a parse tree produced byOracleStatementParser.booleanPrimary().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitComparisonOperator
T visitComparisonOperator(OracleStatementParser.ComparisonOperatorContext ctx)
Visit a parse tree produced byOracleStatementParser.comparisonOperator().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPredicate
T visitPredicate(OracleStatementParser.PredicateContext ctx)
Visit a parse tree produced byOracleStatementParser.predicate().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBitExpr
T visitBitExpr(OracleStatementParser.BitExprContext ctx)
Visit a parse tree produced byOracleStatementParser.bitExpr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSimpleExpr
T visitSimpleExpr(OracleStatementParser.SimpleExprContext ctx)
Visit a parse tree produced byOracleStatementParser.simpleExpr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunctionCall
T visitFunctionCall(OracleStatementParser.FunctionCallContext ctx)
Visit a parse tree produced byOracleStatementParser.functionCall().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAggregationFunction
T visitAggregationFunction(OracleStatementParser.AggregationFunctionContext ctx)
Visit a parse tree produced byOracleStatementParser.aggregationFunction().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAggregationFunctionName
T visitAggregationFunctionName(OracleStatementParser.AggregationFunctionNameContext ctx)
Visit a parse tree produced byOracleStatementParser.aggregationFunctionName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitListaggOverflowClause
T visitListaggOverflowClause(OracleStatementParser.ListaggOverflowClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.listaggOverflowClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAnalyticClause
T visitAnalyticClause(OracleStatementParser.AnalyticClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.analyticClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWindowingClause
T visitWindowingClause(OracleStatementParser.WindowingClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.windowingClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAnalyticFunction
T visitAnalyticFunction(OracleStatementParser.AnalyticFunctionContext ctx)
Visit a parse tree produced byOracleStatementParser.analyticFunction().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSpecialFunction
T visitSpecialFunction(OracleStatementParser.SpecialFunctionContext ctx)
Visit a parse tree produced byOracleStatementParser.specialFunction().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCastFunction
T visitCastFunction(OracleStatementParser.CastFunctionContext ctx)
Visit a parse tree produced byOracleStatementParser.castFunction().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCharFunction
T visitCharFunction(OracleStatementParser.CharFunctionContext ctx)
Visit a parse tree produced byOracleStatementParser.charFunction().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExtractFunction
T visitExtractFunction(OracleStatementParser.ExtractFunctionContext ctx)
Visit a parse tree produced byOracleStatementParser.extractFunction().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRegularFunction
T visitRegularFunction(OracleStatementParser.RegularFunctionContext ctx)
Visit a parse tree produced byOracleStatementParser.regularFunction().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRegularFunctionName
T visitRegularFunctionName(OracleStatementParser.RegularFunctionNameContext ctx)
Visit a parse tree produced byOracleStatementParser.regularFunctionName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCaseExpression
T visitCaseExpression(OracleStatementParser.CaseExpressionContext ctx)
Visit a parse tree produced byOracleStatementParser.caseExpression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCaseWhen
T visitCaseWhen(OracleStatementParser.CaseWhenContext ctx)
Visit a parse tree produced byOracleStatementParser.caseWhen().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCaseElse
T visitCaseElse(OracleStatementParser.CaseElseContext ctx)
Visit a parse tree produced byOracleStatementParser.caseElse().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOrderByClause
T visitOrderByClause(OracleStatementParser.OrderByClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.orderByClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOrderByItem
T visitOrderByItem(OracleStatementParser.OrderByItemContext ctx)
Visit a parse tree produced byOracleStatementParser.orderByItem().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAttributeName
T visitAttributeName(OracleStatementParser.AttributeNameContext ctx)
Visit a parse tree produced byOracleStatementParser.attributeName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSimpleExprs
T visitSimpleExprs(OracleStatementParser.SimpleExprsContext ctx)
Visit a parse tree produced byOracleStatementParser.simpleExprs().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLobItem
T visitLobItem(OracleStatementParser.LobItemContext ctx)
Visit a parse tree produced byOracleStatementParser.lobItem().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLobItems
T visitLobItems(OracleStatementParser.LobItemsContext ctx)
Visit a parse tree produced byOracleStatementParser.lobItems().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLobItemList
T visitLobItemList(OracleStatementParser.LobItemListContext ctx)
Visit a parse tree produced byOracleStatementParser.lobItemList().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDataType
T visitDataType(OracleStatementParser.DataTypeContext ctx)
Visit a parse tree produced byOracleStatementParser.dataType().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSpecialDatatype
T visitSpecialDatatype(OracleStatementParser.SpecialDatatypeContext ctx)
Visit a parse tree produced byOracleStatementParser.specialDatatype().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDataTypeName
T visitDataTypeName(OracleStatementParser.DataTypeNameContext ctx)
Visit a parse tree produced byOracleStatementParser.dataTypeName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDatetimeTypeSuffix
T visitDatetimeTypeSuffix(OracleStatementParser.DatetimeTypeSuffixContext ctx)
Visit a parse tree produced byOracleStatementParser.datetimeTypeSuffix().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTreatFunction
T visitTreatFunction(OracleStatementParser.TreatFunctionContext ctx)
Visit a parse tree produced byOracleStatementParser.treatFunction().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrivateExprOfDb
T visitPrivateExprOfDb(OracleStatementParser.PrivateExprOfDbContext ctx)
Visit a parse tree produced byOracleStatementParser.privateExprOfDb().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCaseExpr
T visitCaseExpr(OracleStatementParser.CaseExprContext ctx)
Visit a parse tree produced byOracleStatementParser.caseExpr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSimpleCaseExpr
T visitSimpleCaseExpr(OracleStatementParser.SimpleCaseExprContext ctx)
Visit a parse tree produced byOracleStatementParser.simpleCaseExpr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSearchedCaseExpr
T visitSearchedCaseExpr(OracleStatementParser.SearchedCaseExprContext ctx)
Visit a parse tree produced byOracleStatementParser.searchedCaseExpr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitElseClause
T visitElseClause(OracleStatementParser.ElseClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.elseClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIntervalExpression
T visitIntervalExpression(OracleStatementParser.IntervalExpressionContext ctx)
Visit a parse tree produced byOracleStatementParser.intervalExpression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitObjectAccessExpression
T visitObjectAccessExpression(OracleStatementParser.ObjectAccessExpressionContext ctx)
Visit a parse tree produced byOracleStatementParser.objectAccessExpression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConstructorExpr
T visitConstructorExpr(OracleStatementParser.ConstructorExprContext ctx)
Visit a parse tree produced byOracleStatementParser.constructorExpr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIgnoredIdentifier
T visitIgnoredIdentifier(OracleStatementParser.IgnoredIdentifierContext ctx)
Visit a parse tree produced byOracleStatementParser.ignoredIdentifier().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIgnoredIdentifiers
T visitIgnoredIdentifiers(OracleStatementParser.IgnoredIdentifiersContext ctx)
Visit a parse tree produced byOracleStatementParser.ignoredIdentifiers().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMatchNone
T visitMatchNone(OracleStatementParser.MatchNoneContext ctx)
Visit a parse tree produced byOracleStatementParser.matchNone().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHashSubpartitionQuantity
T visitHashSubpartitionQuantity(OracleStatementParser.HashSubpartitionQuantityContext ctx)
Visit a parse tree produced byOracleStatementParser.hashSubpartitionQuantity().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOdciParameters
T visitOdciParameters(OracleStatementParser.OdciParametersContext ctx)
Visit a parse tree produced byOracleStatementParser.odciParameters().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDatabaseName
T visitDatabaseName(OracleStatementParser.DatabaseNameContext ctx)
Visit a parse tree produced byOracleStatementParser.databaseName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLocationName
T visitLocationName(OracleStatementParser.LocationNameContext ctx)
Visit a parse tree produced byOracleStatementParser.locationName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFileName
T visitFileName(OracleStatementParser.FileNameContext ctx)
Visit a parse tree produced byOracleStatementParser.fileName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAsmFileName
T visitAsmFileName(OracleStatementParser.AsmFileNameContext ctx)
Visit a parse tree produced byOracleStatementParser.asmFileName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFullyQualifiedFileName
T visitFullyQualifiedFileName(OracleStatementParser.FullyQualifiedFileNameContext ctx)
Visit a parse tree produced byOracleStatementParser.fullyQualifiedFileName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDbName
T visitDbName(OracleStatementParser.DbNameContext ctx)
Visit a parse tree produced byOracleStatementParser.dbName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFileType
T visitFileType(OracleStatementParser.FileTypeContext ctx)
Visit a parse tree produced byOracleStatementParser.fileType().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFileTypeTag
T visitFileTypeTag(OracleStatementParser.FileTypeTagContext ctx)
Visit a parse tree produced byOracleStatementParser.fileTypeTag().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCurrentBackup
T visitCurrentBackup(OracleStatementParser.CurrentBackupContext ctx)
Visit a parse tree produced byOracleStatementParser.currentBackup().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGroupGroup
T visitGroupGroup(OracleStatementParser.GroupGroupContext ctx)
Visit a parse tree produced byOracleStatementParser.groupGroup().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitThreadThread
T visitThreadThread(OracleStatementParser.ThreadThreadContext ctx)
Visit a parse tree produced byOracleStatementParser.threadThread().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSeqSequence
T visitSeqSequence(OracleStatementParser.SeqSequenceContext ctx)
Visit a parse tree produced byOracleStatementParser.seqSequence().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHasspfileTimestamp
T visitHasspfileTimestamp(OracleStatementParser.HasspfileTimestampContext ctx)
Visit a parse tree produced byOracleStatementParser.hasspfileTimestamp().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitServerParameterFile
T visitServerParameterFile(OracleStatementParser.ServerParameterFileContext ctx)
Visit a parse tree produced byOracleStatementParser.serverParameterFile().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLogLog
T visitLogLog(OracleStatementParser.LogLogContext ctx)
Visit a parse tree produced byOracleStatementParser.logLog().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitChangeTrackingFile
T visitChangeTrackingFile(OracleStatementParser.ChangeTrackingFileContext ctx)
Visit a parse tree produced byOracleStatementParser.changeTrackingFile().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUserObj
T visitUserObj(OracleStatementParser.UserObjContext ctx)
Visit a parse tree produced byOracleStatementParser.userObj().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNumericFileName
T visitNumericFileName(OracleStatementParser.NumericFileNameContext ctx)
Visit a parse tree produced byOracleStatementParser.numericFileName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIncompleteFileName
T visitIncompleteFileName(OracleStatementParser.IncompleteFileNameContext ctx)
Visit a parse tree produced byOracleStatementParser.incompleteFileName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAliasFileName
T visitAliasFileName(OracleStatementParser.AliasFileNameContext ctx)
Visit a parse tree produced byOracleStatementParser.aliasFileName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFileNumber
T visitFileNumber(OracleStatementParser.FileNumberContext ctx)
Visit a parse tree produced byOracleStatementParser.fileNumber().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIncarnationNumber
T visitIncarnationNumber(OracleStatementParser.IncarnationNumberContext ctx)
Visit a parse tree produced byOracleStatementParser.incarnationNumber().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInstanceName
T visitInstanceName(OracleStatementParser.InstanceNameContext ctx)
Visit a parse tree produced byOracleStatementParser.instanceName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLogminerSessionName
T visitLogminerSessionName(OracleStatementParser.LogminerSessionNameContext ctx)
Visit a parse tree produced byOracleStatementParser.logminerSessionName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTablespaceGroupName
T visitTablespaceGroupName(OracleStatementParser.TablespaceGroupNameContext ctx)
Visit a parse tree produced byOracleStatementParser.tablespaceGroupName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCopyName
T visitCopyName(OracleStatementParser.CopyNameContext ctx)
Visit a parse tree produced byOracleStatementParser.copyName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMirrorName
T visitMirrorName(OracleStatementParser.MirrorNameContext ctx)
Visit a parse tree produced byOracleStatementParser.mirrorName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUriString
T visitUriString(OracleStatementParser.UriStringContext ctx)
Visit a parse tree produced byOracleStatementParser.uriString().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQualifiedCredentialName
T visitQualifiedCredentialName(OracleStatementParser.QualifiedCredentialNameContext ctx)
Visit a parse tree produced byOracleStatementParser.qualifiedCredentialName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPdbName
T visitPdbName(OracleStatementParser.PdbNameContext ctx)
Visit a parse tree produced byOracleStatementParser.pdbName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDiskgroupName
T visitDiskgroupName(OracleStatementParser.DiskgroupNameContext ctx)
Visit a parse tree produced byOracleStatementParser.diskgroupName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTemplateName
T visitTemplateName(OracleStatementParser.TemplateNameContext ctx)
Visit a parse tree produced byOracleStatementParser.templateName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAliasName
T visitAliasName(OracleStatementParser.AliasNameContext ctx)
Visit a parse tree produced byOracleStatementParser.aliasName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDomain
T visitDomain(OracleStatementParser.DomainContext ctx)
Visit a parse tree produced byOracleStatementParser.domain().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDateValue
T visitDateValue(OracleStatementParser.DateValueContext ctx)
Visit a parse tree produced byOracleStatementParser.dateValue().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSessionId
T visitSessionId(OracleStatementParser.SessionIdContext ctx)
Visit a parse tree produced byOracleStatementParser.sessionId().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSerialNumber
T visitSerialNumber(OracleStatementParser.SerialNumberContext ctx)
Visit a parse tree produced byOracleStatementParser.serialNumber().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInstanceId
T visitInstanceId(OracleStatementParser.InstanceIdContext ctx)
Visit a parse tree produced byOracleStatementParser.instanceId().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSqlId
T visitSqlId(OracleStatementParser.SqlIdContext ctx)
Visit a parse tree produced byOracleStatementParser.sqlId().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLogFileName
T visitLogFileName(OracleStatementParser.LogFileNameContext ctx)
Visit a parse tree produced byOracleStatementParser.logFileName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLogFileGroupsArchivedLocationName
T visitLogFileGroupsArchivedLocationName(OracleStatementParser.LogFileGroupsArchivedLocationNameContext ctx)
Visit a parse tree produced byOracleStatementParser.logFileGroupsArchivedLocationName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAsmVersion
T visitAsmVersion(OracleStatementParser.AsmVersionContext ctx)
Visit a parse tree produced byOracleStatementParser.asmVersion().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWalletPassword
T visitWalletPassword(OracleStatementParser.WalletPasswordContext ctx)
Visit a parse tree produced byOracleStatementParser.walletPassword().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHsmAuthString
T visitHsmAuthString(OracleStatementParser.HsmAuthStringContext ctx)
Visit a parse tree produced byOracleStatementParser.hsmAuthString().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTargetDbName
T visitTargetDbName(OracleStatementParser.TargetDbNameContext ctx)
Visit a parse tree produced byOracleStatementParser.targetDbName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCertificateId
T visitCertificateId(OracleStatementParser.CertificateIdContext ctx)
Visit a parse tree produced byOracleStatementParser.certificateId().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCategoryName
T visitCategoryName(OracleStatementParser.CategoryNameContext ctx)
Visit a parse tree produced byOracleStatementParser.categoryName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOffset
T visitOffset(OracleStatementParser.OffsetContext ctx)
Visit a parse tree produced byOracleStatementParser.offset().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRowcount
T visitRowcount(OracleStatementParser.RowcountContext ctx)
Visit a parse tree produced byOracleStatementParser.rowcount().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPercent
T visitPercent(OracleStatementParser.PercentContext ctx)
Visit a parse tree produced byOracleStatementParser.percent().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRollbackSegment
T visitRollbackSegment(OracleStatementParser.RollbackSegmentContext ctx)
Visit a parse tree produced byOracleStatementParser.rollbackSegment().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQueryName
T visitQueryName(OracleStatementParser.QueryNameContext ctx)
Visit a parse tree produced byOracleStatementParser.queryName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCycleValue
T visitCycleValue(OracleStatementParser.CycleValueContext ctx)
Visit a parse tree produced byOracleStatementParser.cycleValue().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNoCycleValue
T visitNoCycleValue(OracleStatementParser.NoCycleValueContext ctx)
Visit a parse tree produced byOracleStatementParser.noCycleValue().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOrderingColumn
T visitOrderingColumn(OracleStatementParser.OrderingColumnContext ctx)
Visit a parse tree produced byOracleStatementParser.orderingColumn().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSubavName
T visitSubavName(OracleStatementParser.SubavNameContext ctx)
Visit a parse tree produced byOracleStatementParser.subavName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBaseAvName
T visitBaseAvName(OracleStatementParser.BaseAvNameContext ctx)
Visit a parse tree produced byOracleStatementParser.baseAvName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMeasName
T visitMeasName(OracleStatementParser.MeasNameContext ctx)
Visit a parse tree produced byOracleStatementParser.measName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLevelRef
T visitLevelRef(OracleStatementParser.LevelRefContext ctx)
Visit a parse tree produced byOracleStatementParser.levelRef().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOffsetExpr
T visitOffsetExpr(OracleStatementParser.OffsetExprContext ctx)
Visit a parse tree produced byOracleStatementParser.offsetExpr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMemberKeyExpr
T visitMemberKeyExpr(OracleStatementParser.MemberKeyExprContext ctx)
Visit a parse tree produced byOracleStatementParser.memberKeyExpr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDepthExpression
T visitDepthExpression(OracleStatementParser.DepthExpressionContext ctx)
Visit a parse tree produced byOracleStatementParser.depthExpression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUnitName
T visitUnitName(OracleStatementParser.UnitNameContext ctx)
Visit a parse tree produced byOracleStatementParser.unitName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitProcedureName
T visitProcedureName(OracleStatementParser.ProcedureNameContext ctx)
Visit a parse tree produced byOracleStatementParser.procedureName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCpuCost
T visitCpuCost(OracleStatementParser.CpuCostContext ctx)
Visit a parse tree produced byOracleStatementParser.cpuCost().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIoCost
T visitIoCost(OracleStatementParser.IoCostContext ctx)
Visit a parse tree produced byOracleStatementParser.ioCost().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNetworkCost
T visitNetworkCost(OracleStatementParser.NetworkCostContext ctx)
Visit a parse tree produced byOracleStatementParser.networkCost().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDefaultSelectivity
T visitDefaultSelectivity(OracleStatementParser.DefaultSelectivityContext ctx)
Visit a parse tree produced byOracleStatementParser.defaultSelectivity().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDataItem
T visitDataItem(OracleStatementParser.DataItemContext ctx)
Visit a parse tree produced byOracleStatementParser.dataItem().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVariableName
T visitVariableName(OracleStatementParser.VariableNameContext ctx)
Visit a parse tree produced byOracleStatementParser.variableName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitValidTimeColumn
T visitValidTimeColumn(OracleStatementParser.ValidTimeColumnContext ctx)
Visit a parse tree produced byOracleStatementParser.validTimeColumn().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAttrDim
T visitAttrDim(OracleStatementParser.AttrDimContext ctx)
Visit a parse tree produced byOracleStatementParser.attrDim().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHierarchyName
T visitHierarchyName(OracleStatementParser.HierarchyNameContext ctx)
Visit a parse tree produced byOracleStatementParser.hierarchyName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAnalyticViewName
T visitAnalyticViewName(OracleStatementParser.AnalyticViewNameContext ctx)
Visit a parse tree produced byOracleStatementParser.analyticViewName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSamplePercent
T visitSamplePercent(OracleStatementParser.SamplePercentContext ctx)
Visit a parse tree produced byOracleStatementParser.samplePercent().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSeedValue
T visitSeedValue(OracleStatementParser.SeedValueContext ctx)
Visit a parse tree produced byOracleStatementParser.seedValue().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNamespace
T visitNamespace(OracleStatementParser.NamespaceContext ctx)
Visit a parse tree produced byOracleStatementParser.namespace().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRestorePoint
T visitRestorePoint(OracleStatementParser.RestorePointContext ctx)
Visit a parse tree produced byOracleStatementParser.restorePoint().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitScnValue
T visitScnValue(OracleStatementParser.ScnValueContext ctx)
Visit a parse tree produced byOracleStatementParser.scnValue().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTimestampValue
T visitTimestampValue(OracleStatementParser.TimestampValueContext ctx)
Visit a parse tree produced byOracleStatementParser.timestampValue().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitScnTimestampExpr
T visitScnTimestampExpr(OracleStatementParser.ScnTimestampExprContext ctx)
Visit a parse tree produced byOracleStatementParser.scnTimestampExpr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReferenceModelName
T visitReferenceModelName(OracleStatementParser.ReferenceModelNameContext ctx)
Visit a parse tree produced byOracleStatementParser.referenceModelName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMainModelName
T visitMainModelName(OracleStatementParser.MainModelNameContext ctx)
Visit a parse tree produced byOracleStatementParser.mainModelName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMeasureColumn
T visitMeasureColumn(OracleStatementParser.MeasureColumnContext ctx)
Visit a parse tree produced byOracleStatementParser.measureColumn().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDimensionColumn
T visitDimensionColumn(OracleStatementParser.DimensionColumnContext ctx)
Visit a parse tree produced byOracleStatementParser.dimensionColumn().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPattern
T visitPattern(OracleStatementParser.PatternContext ctx)
Visit a parse tree produced byOracleStatementParser.pattern().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAnalyticFunctionName
T visitAnalyticFunctionName(OracleStatementParser.AnalyticFunctionNameContext ctx)
Visit a parse tree produced byOracleStatementParser.analyticFunctionName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCondition
T visitCondition(OracleStatementParser.ConditionContext ctx)
Visit a parse tree produced byOracleStatementParser.condition().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitComparisonCondition
T visitComparisonCondition(OracleStatementParser.ComparisonConditionContext ctx)
Visit a parse tree produced byOracleStatementParser.comparisonCondition().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSimpleComparisonCondition
T visitSimpleComparisonCondition(OracleStatementParser.SimpleComparisonConditionContext ctx)
Visit a parse tree produced byOracleStatementParser.simpleComparisonCondition().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGroupComparisonCondition
T visitGroupComparisonCondition(OracleStatementParser.GroupComparisonConditionContext ctx)
Visit a parse tree produced byOracleStatementParser.groupComparisonCondition().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFloatingPointCondition
T visitFloatingPointCondition(OracleStatementParser.FloatingPointConditionContext ctx)
Visit a parse tree produced byOracleStatementParser.floatingPointCondition().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLogicalCondition
T visitLogicalCondition(OracleStatementParser.LogicalConditionContext ctx)
Visit a parse tree produced byOracleStatementParser.logicalCondition().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitModelCondition
T visitModelCondition(OracleStatementParser.ModelConditionContext ctx)
Visit a parse tree produced byOracleStatementParser.modelCondition().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIsAnyCondition
T visitIsAnyCondition(OracleStatementParser.IsAnyConditionContext ctx)
Visit a parse tree produced byOracleStatementParser.isAnyCondition().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIsPresentCondition
T visitIsPresentCondition(OracleStatementParser.IsPresentConditionContext ctx)
Visit a parse tree produced byOracleStatementParser.isPresentCondition().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCellReference
T visitCellReference(OracleStatementParser.CellReferenceContext ctx)
Visit a parse tree produced byOracleStatementParser.cellReference().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMultisetCondition
T visitMultisetCondition(OracleStatementParser.MultisetConditionContext ctx)
Visit a parse tree produced byOracleStatementParser.multisetCondition().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIsASetCondition
T visitIsASetCondition(OracleStatementParser.IsASetConditionContext ctx)
Visit a parse tree produced byOracleStatementParser.isASetCondition().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIsEmptyCondition
T visitIsEmptyCondition(OracleStatementParser.IsEmptyConditionContext ctx)
Visit a parse tree produced byOracleStatementParser.isEmptyCondition().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMemberCondition
T visitMemberCondition(OracleStatementParser.MemberConditionContext ctx)
Visit a parse tree produced byOracleStatementParser.memberCondition().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSubmultisetCondition
T visitSubmultisetCondition(OracleStatementParser.SubmultisetConditionContext ctx)
Visit a parse tree produced byOracleStatementParser.submultisetCondition().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPatternMatchingCondition
T visitPatternMatchingCondition(OracleStatementParser.PatternMatchingConditionContext ctx)
Visit a parse tree produced byOracleStatementParser.patternMatchingCondition().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLikeCondition
T visitLikeCondition(OracleStatementParser.LikeConditionContext ctx)
Visit a parse tree produced byOracleStatementParser.likeCondition().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSearchValue
T visitSearchValue(OracleStatementParser.SearchValueContext ctx)
Visit a parse tree produced byOracleStatementParser.searchValue().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEscapeChar
T visitEscapeChar(OracleStatementParser.EscapeCharContext ctx)
Visit a parse tree produced byOracleStatementParser.escapeChar().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRegexpLikeCondition
T visitRegexpLikeCondition(OracleStatementParser.RegexpLikeConditionContext ctx)
Visit a parse tree produced byOracleStatementParser.regexpLikeCondition().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMatchParam
T visitMatchParam(OracleStatementParser.MatchParamContext ctx)
Visit a parse tree produced byOracleStatementParser.matchParam().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRangeCondition
T visitRangeCondition(OracleStatementParser.RangeConditionContext ctx)
Visit a parse tree produced byOracleStatementParser.rangeCondition().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNullCondition
T visitNullCondition(OracleStatementParser.NullConditionContext ctx)
Visit a parse tree produced byOracleStatementParser.nullCondition().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitXmlCondition
T visitXmlCondition(OracleStatementParser.XmlConditionContext ctx)
Visit a parse tree produced byOracleStatementParser.xmlCondition().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEqualsPathCondition
T visitEqualsPathCondition(OracleStatementParser.EqualsPathConditionContext ctx)
Visit a parse tree produced byOracleStatementParser.equalsPathCondition().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPathString
T visitPathString(OracleStatementParser.PathStringContext ctx)
Visit a parse tree produced byOracleStatementParser.pathString().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCorrelationInteger
T visitCorrelationInteger(OracleStatementParser.CorrelationIntegerContext ctx)
Visit a parse tree produced byOracleStatementParser.correlationInteger().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUnderPathCondition
T visitUnderPathCondition(OracleStatementParser.UnderPathConditionContext ctx)
Visit a parse tree produced byOracleStatementParser.underPathCondition().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLevel
T visitLevel(OracleStatementParser.LevelContext ctx)
Visit a parse tree produced byOracleStatementParser.level().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLevels
T visitLevels(OracleStatementParser.LevelsContext ctx)
Visit a parse tree produced byOracleStatementParser.levels().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJsonCondition
T visitJsonCondition(OracleStatementParser.JsonConditionContext ctx)
Visit a parse tree produced byOracleStatementParser.jsonCondition().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIsJsonCondition
T visitIsJsonCondition(OracleStatementParser.IsJsonConditionContext ctx)
Visit a parse tree produced byOracleStatementParser.isJsonCondition().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJsonEqualCondition
T visitJsonEqualCondition(OracleStatementParser.JsonEqualConditionContext ctx)
Visit a parse tree produced byOracleStatementParser.jsonEqualCondition().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJsonExistsCondition
T visitJsonExistsCondition(OracleStatementParser.JsonExistsConditionContext ctx)
Visit a parse tree produced byOracleStatementParser.jsonExistsCondition().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJsonPassingClause
T visitJsonPassingClause(OracleStatementParser.JsonPassingClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.jsonPassingClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJsonExistsOnErrorClause
T visitJsonExistsOnErrorClause(OracleStatementParser.JsonExistsOnErrorClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.jsonExistsOnErrorClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJsonExistsOnEmptyClause
T visitJsonExistsOnEmptyClause(OracleStatementParser.JsonExistsOnEmptyClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.jsonExistsOnEmptyClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJsonTextcontainsCondition
T visitJsonTextcontainsCondition(OracleStatementParser.JsonTextcontainsConditionContext ctx)
Visit a parse tree produced byOracleStatementParser.jsonTextcontainsCondition().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJsonBasicPathExpr
T visitJsonBasicPathExpr(OracleStatementParser.JsonBasicPathExprContext ctx)
Visit a parse tree produced byOracleStatementParser.jsonBasicPathExpr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJsonAbsolutePathExpr
T visitJsonAbsolutePathExpr(OracleStatementParser.JsonAbsolutePathExprContext ctx)
Visit a parse tree produced byOracleStatementParser.jsonAbsolutePathExpr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJsonNonfunctionSteps
T visitJsonNonfunctionSteps(OracleStatementParser.JsonNonfunctionStepsContext ctx)
Visit a parse tree produced byOracleStatementParser.jsonNonfunctionSteps().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJsonObjectStep
T visitJsonObjectStep(OracleStatementParser.JsonObjectStepContext ctx)
Visit a parse tree produced byOracleStatementParser.jsonObjectStep().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJsonFieldName
T visitJsonFieldName(OracleStatementParser.JsonFieldNameContext ctx)
Visit a parse tree produced byOracleStatementParser.jsonFieldName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLetter
T visitLetter(OracleStatementParser.LetterContext ctx)
Visit a parse tree produced byOracleStatementParser.letter().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDigit
T visitDigit(OracleStatementParser.DigitContext ctx)
Visit a parse tree produced byOracleStatementParser.digit().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJsonArrayStep
T visitJsonArrayStep(OracleStatementParser.JsonArrayStepContext ctx)
Visit a parse tree produced byOracleStatementParser.jsonArrayStep().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJsonDescendentStep
T visitJsonDescendentStep(OracleStatementParser.JsonDescendentStepContext ctx)
Visit a parse tree produced byOracleStatementParser.jsonDescendentStep().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJsonFunctionStep
T visitJsonFunctionStep(OracleStatementParser.JsonFunctionStepContext ctx)
Visit a parse tree produced byOracleStatementParser.jsonFunctionStep().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJsonItemMethod
T visitJsonItemMethod(OracleStatementParser.JsonItemMethodContext ctx)
Visit a parse tree produced byOracleStatementParser.jsonItemMethod().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJsonFilterExpr
T visitJsonFilterExpr(OracleStatementParser.JsonFilterExprContext ctx)
Visit a parse tree produced byOracleStatementParser.jsonFilterExpr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJsonCond
T visitJsonCond(OracleStatementParser.JsonCondContext ctx)
Visit a parse tree produced byOracleStatementParser.jsonCond().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJsonDisjunction
T visitJsonDisjunction(OracleStatementParser.JsonDisjunctionContext ctx)
Visit a parse tree produced byOracleStatementParser.jsonDisjunction().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJsonConjunction
T visitJsonConjunction(OracleStatementParser.JsonConjunctionContext ctx)
Visit a parse tree produced byOracleStatementParser.jsonConjunction().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJsonNegation
T visitJsonNegation(OracleStatementParser.JsonNegationContext ctx)
Visit a parse tree produced byOracleStatementParser.jsonNegation().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJsonExistsCond
T visitJsonExistsCond(OracleStatementParser.JsonExistsCondContext ctx)
Visit a parse tree produced byOracleStatementParser.jsonExistsCond().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJsonHasSubstringCond
T visitJsonHasSubstringCond(OracleStatementParser.JsonHasSubstringCondContext ctx)
Visit a parse tree produced byOracleStatementParser.jsonHasSubstringCond().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJsonStartsWithCond
T visitJsonStartsWithCond(OracleStatementParser.JsonStartsWithCondContext ctx)
Visit a parse tree produced byOracleStatementParser.jsonStartsWithCond().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJsonLikeCond
T visitJsonLikeCond(OracleStatementParser.JsonLikeCondContext ctx)
Visit a parse tree produced byOracleStatementParser.jsonLikeCond().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJsonLikeRegexCond
T visitJsonLikeRegexCond(OracleStatementParser.JsonLikeRegexCondContext ctx)
Visit a parse tree produced byOracleStatementParser.jsonLikeRegexCond().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJsonEqRegexCond
T visitJsonEqRegexCond(OracleStatementParser.JsonEqRegexCondContext ctx)
Visit a parse tree produced byOracleStatementParser.jsonEqRegexCond().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJsonInCond
T visitJsonInCond(OracleStatementParser.JsonInCondContext ctx)
Visit a parse tree produced byOracleStatementParser.jsonInCond().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitValueList
T visitValueList(OracleStatementParser.ValueListContext ctx)
Visit a parse tree produced byOracleStatementParser.valueList().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJsonComparison
T visitJsonComparison(OracleStatementParser.JsonComparisonContext ctx)
Visit a parse tree produced byOracleStatementParser.jsonComparison().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJsonRelativePathExpr
T visitJsonRelativePathExpr(OracleStatementParser.JsonRelativePathExprContext ctx)
Visit a parse tree produced byOracleStatementParser.jsonRelativePathExpr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJsonComparePred
T visitJsonComparePred(OracleStatementParser.JsonComparePredContext ctx)
Visit a parse tree produced byOracleStatementParser.jsonComparePred().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJsonVar
T visitJsonVar(OracleStatementParser.JsonVarContext ctx)
Visit a parse tree produced byOracleStatementParser.jsonVar().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJsonScalar
T visitJsonScalar(OracleStatementParser.JsonScalarContext ctx)
Visit a parse tree produced byOracleStatementParser.jsonScalar().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJsonNumber
T visitJsonNumber(OracleStatementParser.JsonNumberContext ctx)
Visit a parse tree produced byOracleStatementParser.jsonNumber().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJsonString
T visitJsonString(OracleStatementParser.JsonStringContext ctx)
Visit a parse tree produced byOracleStatementParser.jsonString().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCompoundCondition
T visitCompoundCondition(OracleStatementParser.CompoundConditionContext ctx)
Visit a parse tree produced byOracleStatementParser.compoundCondition().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExistsCondition
T visitExistsCondition(OracleStatementParser.ExistsConditionContext ctx)
Visit a parse tree produced byOracleStatementParser.existsCondition().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInCondition
T visitInCondition(OracleStatementParser.InConditionContext ctx)
Visit a parse tree produced byOracleStatementParser.inCondition().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIsOfTypeCondition
T visitIsOfTypeCondition(OracleStatementParser.IsOfTypeConditionContext ctx)
Visit a parse tree produced byOracleStatementParser.isOfTypeCondition().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDatabaseCharset
T visitDatabaseCharset(OracleStatementParser.DatabaseCharsetContext ctx)
Visit a parse tree produced byOracleStatementParser.databaseCharset().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNationalCharset
T visitNationalCharset(OracleStatementParser.NationalCharsetContext ctx)
Visit a parse tree produced byOracleStatementParser.nationalCharset().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFilenamePattern
T visitFilenamePattern(OracleStatementParser.FilenamePatternContext ctx)
Visit a parse tree produced byOracleStatementParser.filenamePattern().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConnectString
T visitConnectString(OracleStatementParser.ConnectStringContext ctx)
Visit a parse tree produced byOracleStatementParser.connectString().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitArgument
T visitArgument(OracleStatementParser.ArgumentContext ctx)
Visit a parse tree produced byOracleStatementParser.argument().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDataSource
T visitDataSource(OracleStatementParser.DataSourceContext ctx)
Visit a parse tree produced byOracleStatementParser.dataSource().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitImplementationType
T visitImplementationType(OracleStatementParser.ImplementationTypeContext ctx)
Visit a parse tree produced byOracleStatementParser.implementationType().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitImplementationPackage
T visitImplementationPackage(OracleStatementParser.ImplementationPackageContext ctx)
Visit a parse tree produced byOracleStatementParser.implementationPackage().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLabel
T visitLabel(OracleStatementParser.LabelContext ctx)
Visit a parse tree produced byOracleStatementParser.label().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLibName
T visitLibName(OracleStatementParser.LibNameContext ctx)
Visit a parse tree produced byOracleStatementParser.libName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExternalDatatype
T visitExternalDatatype(OracleStatementParser.ExternalDatatypeContext ctx)
Visit a parse tree produced byOracleStatementParser.externalDatatype().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCapacityUnit
T visitCapacityUnit(OracleStatementParser.CapacityUnitContext ctx)
Visit a parse tree produced byOracleStatementParser.capacityUnit().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAttributeDimensionName
T visitAttributeDimensionName(OracleStatementParser.AttributeDimensionNameContext ctx)
Visit a parse tree produced byOracleStatementParser.attributeDimensionName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSequenceName
T visitSequenceName(OracleStatementParser.SequenceNameContext ctx)
Visit a parse tree produced byOracleStatementParser.sequenceName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSpfileName
T visitSpfileName(OracleStatementParser.SpfileNameContext ctx)
Visit a parse tree produced byOracleStatementParser.spfileName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPfileName
T visitPfileName(OracleStatementParser.PfileNameContext ctx)
Visit a parse tree produced byOracleStatementParser.pfileName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCharacterSetName
T visitCharacterSetName(OracleStatementParser.CharacterSetNameContext ctx)
Visit a parse tree produced byOracleStatementParser.characterSetName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQuotaUnit
T visitQuotaUnit(OracleStatementParser.QuotaUnitContext ctx)
Visit a parse tree produced byOracleStatementParser.quotaUnit().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSiteName
T visitSiteName(OracleStatementParser.SiteNameContext ctx)
Visit a parse tree produced byOracleStatementParser.siteName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDiskName
T visitDiskName(OracleStatementParser.DiskNameContext ctx)
Visit a parse tree produced byOracleStatementParser.diskName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSearchString
T visitSearchString(OracleStatementParser.SearchStringContext ctx)
Visit a parse tree produced byOracleStatementParser.searchString().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAttributeValue
T visitAttributeValue(OracleStatementParser.AttributeValueContext ctx)
Visit a parse tree produced byOracleStatementParser.attributeValue().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitProfileName
T visitProfileName(OracleStatementParser.ProfileNameContext ctx)
Visit a parse tree produced byOracleStatementParser.profileName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJoinGroupName
T visitJoinGroupName(OracleStatementParser.JoinGroupNameContext ctx)
Visit a parse tree produced byOracleStatementParser.joinGroupName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRestorePointName
T visitRestorePointName(OracleStatementParser.RestorePointNameContext ctx)
Visit a parse tree produced byOracleStatementParser.restorePointName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLibraryName
T visitLibraryName(OracleStatementParser.LibraryNameContext ctx)
Visit a parse tree produced byOracleStatementParser.libraryName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMatchString
T visitMatchString(OracleStatementParser.MatchStringContext ctx)
Visit a parse tree produced byOracleStatementParser.matchString().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitParameterType
T visitParameterType(OracleStatementParser.ParameterTypeContext ctx)
Visit a parse tree produced byOracleStatementParser.parameterType().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReturnType
T visitReturnType(OracleStatementParser.ReturnTypeContext ctx)
Visit a parse tree produced byOracleStatementParser.returnType().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFailgroupName
T visitFailgroupName(OracleStatementParser.FailgroupNameContext ctx)
Visit a parse tree produced byOracleStatementParser.failgroupName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAsmVolumeName
T visitAsmVolumeName(OracleStatementParser.AsmVolumeNameContext ctx)
Visit a parse tree produced byOracleStatementParser.asmVolumeName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMountpathName
T visitMountpathName(OracleStatementParser.MountpathNameContext ctx)
Visit a parse tree produced byOracleStatementParser.mountpathName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUsageName
T visitUsageName(OracleStatementParser.UsageNameContext ctx)
Visit a parse tree produced byOracleStatementParser.usageName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUsergroupName
T visitUsergroupName(OracleStatementParser.UsergroupNameContext ctx)
Visit a parse tree produced byOracleStatementParser.usergroupName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVarrayType
T visitVarrayType(OracleStatementParser.VarrayTypeContext ctx)
Visit a parse tree produced byOracleStatementParser.varrayType().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStagingLogName
T visitStagingLogName(OracleStatementParser.StagingLogNameContext ctx)
Visit a parse tree produced byOracleStatementParser.stagingLogName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFeatureName
T visitFeatureName(OracleStatementParser.FeatureNameContext ctx)
Visit a parse tree produced byOracleStatementParser.featureName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOptionName
T visitOptionName(OracleStatementParser.OptionNameContext ctx)
Visit a parse tree produced byOracleStatementParser.optionName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitClauseOption
T visitClauseOption(OracleStatementParser.ClauseOptionContext ctx)
Visit a parse tree produced byOracleStatementParser.clauseOption().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitClauseOptionPattern
T visitClauseOptionPattern(OracleStatementParser.ClauseOptionPatternContext ctx)
Visit a parse tree produced byOracleStatementParser.clauseOptionPattern().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOptionValue
T visitOptionValue(OracleStatementParser.OptionValueContext ctx)
Visit a parse tree produced byOracleStatementParser.optionValue().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitClause
T visitClause(OracleStatementParser.ClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.clause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSqlStatement
T visitSqlStatement(OracleStatementParser.SqlStatementContext ctx)
Visit a parse tree produced byOracleStatementParser.sqlStatement().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTransportSecret
T visitTransportSecret(OracleStatementParser.TransportSecretContext ctx)
Visit a parse tree produced byOracleStatementParser.transportSecret().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHostName
T visitHostName(OracleStatementParser.HostNameContext ctx)
Visit a parse tree produced byOracleStatementParser.hostName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMapObject
T visitMapObject(OracleStatementParser.MapObjectContext ctx)
Visit a parse tree produced byOracleStatementParser.mapObject().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRefreshInterval
T visitRefreshInterval(OracleStatementParser.RefreshIntervalContext ctx)
Visit a parse tree produced byOracleStatementParser.refreshInterval().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSourcePdbName
T visitSourcePdbName(OracleStatementParser.SourcePdbNameContext ctx)
Visit a parse tree produced byOracleStatementParser.sourcePdbName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAppName
T visitAppName(OracleStatementParser.AppNameContext ctx)
Visit a parse tree produced byOracleStatementParser.appName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCommentValue
T visitCommentValue(OracleStatementParser.CommentValueContext ctx)
Visit a parse tree produced byOracleStatementParser.commentValue().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAppVersion
T visitAppVersion(OracleStatementParser.AppVersionContext ctx)
Visit a parse tree produced byOracleStatementParser.appVersion().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStartAppVersion
T visitStartAppVersion(OracleStatementParser.StartAppVersionContext ctx)
Visit a parse tree produced byOracleStatementParser.startAppVersion().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEndAppVersion
T visitEndAppVersion(OracleStatementParser.EndAppVersionContext ctx)
Visit a parse tree produced byOracleStatementParser.endAppVersion().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPatchNumber
T visitPatchNumber(OracleStatementParser.PatchNumberContext ctx)
Visit a parse tree produced byOracleStatementParser.patchNumber().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSnapshotInterval
T visitSnapshotInterval(OracleStatementParser.SnapshotIntervalContext ctx)
Visit a parse tree produced byOracleStatementParser.snapshotInterval().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSnapshotName
T visitSnapshotName(OracleStatementParser.SnapshotNameContext ctx)
Visit a parse tree produced byOracleStatementParser.snapshotName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMaxPdbSnapshots
T visitMaxPdbSnapshots(OracleStatementParser.MaxPdbSnapshotsContext ctx)
Visit a parse tree produced byOracleStatementParser.maxPdbSnapshots().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMaxNumberOfSnapshots
T visitMaxNumberOfSnapshots(OracleStatementParser.MaxNumberOfSnapshotsContext ctx)
Visit a parse tree produced byOracleStatementParser.maxNumberOfSnapshots().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDatetimeExpr
T visitDatetimeExpr(OracleStatementParser.DatetimeExprContext ctx)
Visit a parse tree produced byOracleStatementParser.datetimeExpr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitXmlFunction
T visitXmlFunction(OracleStatementParser.XmlFunctionContext ctx)
Visit a parse tree produced byOracleStatementParser.xmlFunction().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitXmlAggFunction
T visitXmlAggFunction(OracleStatementParser.XmlAggFunctionContext ctx)
Visit a parse tree produced byOracleStatementParser.xmlAggFunction().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitXmlColattvalFunction
T visitXmlColattvalFunction(OracleStatementParser.XmlColattvalFunctionContext ctx)
Visit a parse tree produced byOracleStatementParser.xmlColattvalFunction().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitXmlExistsFunction
T visitXmlExistsFunction(OracleStatementParser.XmlExistsFunctionContext ctx)
Visit a parse tree produced byOracleStatementParser.xmlExistsFunction().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitXmlForestFunction
T visitXmlForestFunction(OracleStatementParser.XmlForestFunctionContext ctx)
Visit a parse tree produced byOracleStatementParser.xmlForestFunction().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitXmlParseFunction
T visitXmlParseFunction(OracleStatementParser.XmlParseFunctionContext ctx)
Visit a parse tree produced byOracleStatementParser.xmlParseFunction().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitXmlPiFunction
T visitXmlPiFunction(OracleStatementParser.XmlPiFunctionContext ctx)
Visit a parse tree produced byOracleStatementParser.xmlPiFunction().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitXmlQueryFunction
T visitXmlQueryFunction(OracleStatementParser.XmlQueryFunctionContext ctx)
Visit a parse tree produced byOracleStatementParser.xmlQueryFunction().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitXmlPassingClause
T visitXmlPassingClause(OracleStatementParser.XmlPassingClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.xmlPassingClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitXmlRootFunction
T visitXmlRootFunction(OracleStatementParser.XmlRootFunctionContext ctx)
Visit a parse tree produced byOracleStatementParser.xmlRootFunction().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitXmlSerializeFunction
T visitXmlSerializeFunction(OracleStatementParser.XmlSerializeFunctionContext ctx)
Visit a parse tree produced byOracleStatementParser.xmlSerializeFunction().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitXmlTableFunction
T visitXmlTableFunction(OracleStatementParser.XmlTableFunctionContext ctx)
Visit a parse tree produced byOracleStatementParser.xmlTableFunction().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitXmlNameSpacesClause
T visitXmlNameSpacesClause(OracleStatementParser.XmlNameSpacesClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.xmlNameSpacesClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitXmlNameSpaceStringAsIdentifier
T visitXmlNameSpaceStringAsIdentifier(OracleStatementParser.XmlNameSpaceStringAsIdentifierContext ctx)
Visit a parse tree produced byOracleStatementParser.xmlNameSpaceStringAsIdentifier().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDefaultString
T visitDefaultString(OracleStatementParser.DefaultStringContext ctx)
Visit a parse tree produced byOracleStatementParser.defaultString().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitXmlTableOptions
T visitXmlTableOptions(OracleStatementParser.XmlTableOptionsContext ctx)
Visit a parse tree produced byOracleStatementParser.xmlTableOptions().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitXmlTableColumn
T visitXmlTableColumn(OracleStatementParser.XmlTableColumnContext ctx)
Visit a parse tree produced byOracleStatementParser.xmlTableColumn().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGrant
T visitGrant(OracleStatementParser.GrantContext ctx)
Visit a parse tree produced byOracleStatementParser.grant().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRevoke
T visitRevoke(OracleStatementParser.RevokeContext ctx)
Visit a parse tree produced byOracleStatementParser.revoke().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitObjectPrivilegeClause
T visitObjectPrivilegeClause(OracleStatementParser.ObjectPrivilegeClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.objectPrivilegeClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSystemPrivilegeClause
T visitSystemPrivilegeClause(OracleStatementParser.SystemPrivilegeClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.systemPrivilegeClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRoleClause
T visitRoleClause(OracleStatementParser.RoleClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.roleClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitObjectPrivileges
T visitObjectPrivileges(OracleStatementParser.ObjectPrivilegesContext ctx)
Visit a parse tree produced byOracleStatementParser.objectPrivileges().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitObjectPrivilegeType
T visitObjectPrivilegeType(OracleStatementParser.ObjectPrivilegeTypeContext ctx)
Visit a parse tree produced byOracleStatementParser.objectPrivilegeType().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOnObjectClause
T visitOnObjectClause(OracleStatementParser.OnObjectClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.onObjectClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSystemPrivilege
T visitSystemPrivilege(OracleStatementParser.SystemPrivilegeContext ctx)
Visit a parse tree produced byOracleStatementParser.systemPrivilege().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSystemPrivilegeOperation
T visitSystemPrivilegeOperation(OracleStatementParser.SystemPrivilegeOperationContext ctx)
Visit a parse tree produced byOracleStatementParser.systemPrivilegeOperation().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAdvisorFrameworkSystemPrivilege
T visitAdvisorFrameworkSystemPrivilege(OracleStatementParser.AdvisorFrameworkSystemPrivilegeContext ctx)
Visit a parse tree produced byOracleStatementParser.advisorFrameworkSystemPrivilege().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitClustersSystemPrivilege
T visitClustersSystemPrivilege(OracleStatementParser.ClustersSystemPrivilegeContext ctx)
Visit a parse tree produced byOracleStatementParser.clustersSystemPrivilege().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitContextsSystemPrivilege
T visitContextsSystemPrivilege(OracleStatementParser.ContextsSystemPrivilegeContext ctx)
Visit a parse tree produced byOracleStatementParser.contextsSystemPrivilege().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDataRedactionSystemPrivilege
T visitDataRedactionSystemPrivilege(OracleStatementParser.DataRedactionSystemPrivilegeContext ctx)
Visit a parse tree produced byOracleStatementParser.dataRedactionSystemPrivilege().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDatabaseSystemPrivilege
T visitDatabaseSystemPrivilege(OracleStatementParser.DatabaseSystemPrivilegeContext ctx)
Visit a parse tree produced byOracleStatementParser.databaseSystemPrivilege().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDatabaseLinksSystemPrivilege
T visitDatabaseLinksSystemPrivilege(OracleStatementParser.DatabaseLinksSystemPrivilegeContext ctx)
Visit a parse tree produced byOracleStatementParser.databaseLinksSystemPrivilege().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDebuggingSystemPrivilege
T visitDebuggingSystemPrivilege(OracleStatementParser.DebuggingSystemPrivilegeContext ctx)
Visit a parse tree produced byOracleStatementParser.debuggingSystemPrivilege().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDictionariesSystemPrivilege
T visitDictionariesSystemPrivilege(OracleStatementParser.DictionariesSystemPrivilegeContext ctx)
Visit a parse tree produced byOracleStatementParser.dictionariesSystemPrivilege().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDimensionsSystemPrivilege
T visitDimensionsSystemPrivilege(OracleStatementParser.DimensionsSystemPrivilegeContext ctx)
Visit a parse tree produced byOracleStatementParser.dimensionsSystemPrivilege().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDirectoriesSystemPrivilege
T visitDirectoriesSystemPrivilege(OracleStatementParser.DirectoriesSystemPrivilegeContext ctx)
Visit a parse tree produced byOracleStatementParser.directoriesSystemPrivilege().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEditionsSystemPrivilege
T visitEditionsSystemPrivilege(OracleStatementParser.EditionsSystemPrivilegeContext ctx)
Visit a parse tree produced byOracleStatementParser.editionsSystemPrivilege().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFlashbackDataArchivesPrivilege
T visitFlashbackDataArchivesPrivilege(OracleStatementParser.FlashbackDataArchivesPrivilegeContext ctx)
Visit a parse tree produced byOracleStatementParser.flashbackDataArchivesPrivilege().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIndexesSystemPrivilege
T visitIndexesSystemPrivilege(OracleStatementParser.IndexesSystemPrivilegeContext ctx)
Visit a parse tree produced byOracleStatementParser.indexesSystemPrivilege().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIndexTypesSystemPrivilege
T visitIndexTypesSystemPrivilege(OracleStatementParser.IndexTypesSystemPrivilegeContext ctx)
Visit a parse tree produced byOracleStatementParser.indexTypesSystemPrivilege().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJobSchedulerObjectsSystemPrivilege
T visitJobSchedulerObjectsSystemPrivilege(OracleStatementParser.JobSchedulerObjectsSystemPrivilegeContext ctx)
Visit a parse tree produced byOracleStatementParser.jobSchedulerObjectsSystemPrivilege().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitKeyManagementFrameworkSystemPrivilege
T visitKeyManagementFrameworkSystemPrivilege(OracleStatementParser.KeyManagementFrameworkSystemPrivilegeContext ctx)
Visit a parse tree produced byOracleStatementParser.keyManagementFrameworkSystemPrivilege().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLibrariesFrameworkSystemPrivilege
T visitLibrariesFrameworkSystemPrivilege(OracleStatementParser.LibrariesFrameworkSystemPrivilegeContext ctx)
Visit a parse tree produced byOracleStatementParser.librariesFrameworkSystemPrivilege().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLogminerFrameworkSystemPrivilege
T visitLogminerFrameworkSystemPrivilege(OracleStatementParser.LogminerFrameworkSystemPrivilegeContext ctx)
Visit a parse tree produced byOracleStatementParser.logminerFrameworkSystemPrivilege().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMaterizlizedViewsSystemPrivilege
T visitMaterizlizedViewsSystemPrivilege(OracleStatementParser.MaterizlizedViewsSystemPrivilegeContext ctx)
Visit a parse tree produced byOracleStatementParser.materizlizedViewsSystemPrivilege().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMiningModelsSystemPrivilege
T visitMiningModelsSystemPrivilege(OracleStatementParser.MiningModelsSystemPrivilegeContext ctx)
Visit a parse tree produced byOracleStatementParser.miningModelsSystemPrivilege().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOlapCubesSystemPrivilege
T visitOlapCubesSystemPrivilege(OracleStatementParser.OlapCubesSystemPrivilegeContext ctx)
Visit a parse tree produced byOracleStatementParser.olapCubesSystemPrivilege().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOlapCubeMeasureFoldersSystemPrivilege
T visitOlapCubeMeasureFoldersSystemPrivilege(OracleStatementParser.OlapCubeMeasureFoldersSystemPrivilegeContext ctx)
Visit a parse tree produced byOracleStatementParser.olapCubeMeasureFoldersSystemPrivilege().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOlapCubeDiminsionsSystemPrivilege
T visitOlapCubeDiminsionsSystemPrivilege(OracleStatementParser.OlapCubeDiminsionsSystemPrivilegeContext ctx)
Visit a parse tree produced byOracleStatementParser.olapCubeDiminsionsSystemPrivilege().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOlapCubeBuildProcessesSystemPrivilege
T visitOlapCubeBuildProcessesSystemPrivilege(OracleStatementParser.OlapCubeBuildProcessesSystemPrivilegeContext ctx)
Visit a parse tree produced byOracleStatementParser.olapCubeBuildProcessesSystemPrivilege().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOperatorsSystemPrivilege
T visitOperatorsSystemPrivilege(OracleStatementParser.OperatorsSystemPrivilegeContext ctx)
Visit a parse tree produced byOracleStatementParser.operatorsSystemPrivilege().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOutlinesSystemPrivilege
T visitOutlinesSystemPrivilege(OracleStatementParser.OutlinesSystemPrivilegeContext ctx)
Visit a parse tree produced byOracleStatementParser.outlinesSystemPrivilege().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPlanManagementSystemPrivilege
T visitPlanManagementSystemPrivilege(OracleStatementParser.PlanManagementSystemPrivilegeContext ctx)
Visit a parse tree produced byOracleStatementParser.planManagementSystemPrivilege().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPluggableDatabasesSystemPrivilege
T visitPluggableDatabasesSystemPrivilege(OracleStatementParser.PluggableDatabasesSystemPrivilegeContext ctx)
Visit a parse tree produced byOracleStatementParser.pluggableDatabasesSystemPrivilege().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitProceduresSystemPrivilege
T visitProceduresSystemPrivilege(OracleStatementParser.ProceduresSystemPrivilegeContext ctx)
Visit a parse tree produced byOracleStatementParser.proceduresSystemPrivilege().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitProfilesSystemPrivilege
T visitProfilesSystemPrivilege(OracleStatementParser.ProfilesSystemPrivilegeContext ctx)
Visit a parse tree produced byOracleStatementParser.profilesSystemPrivilege().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRolesSystemPrivilege
T visitRolesSystemPrivilege(OracleStatementParser.RolesSystemPrivilegeContext ctx)
Visit a parse tree produced byOracleStatementParser.rolesSystemPrivilege().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRollbackSegmentsSystemPrivilege
T visitRollbackSegmentsSystemPrivilege(OracleStatementParser.RollbackSegmentsSystemPrivilegeContext ctx)
Visit a parse tree produced byOracleStatementParser.rollbackSegmentsSystemPrivilege().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSequencesSystemPrivilege
T visitSequencesSystemPrivilege(OracleStatementParser.SequencesSystemPrivilegeContext ctx)
Visit a parse tree produced byOracleStatementParser.sequencesSystemPrivilege().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSessionsSystemPrivilege
T visitSessionsSystemPrivilege(OracleStatementParser.SessionsSystemPrivilegeContext ctx)
Visit a parse tree produced byOracleStatementParser.sessionsSystemPrivilege().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSqlTranslationProfilesSystemPrivilege
T visitSqlTranslationProfilesSystemPrivilege(OracleStatementParser.SqlTranslationProfilesSystemPrivilegeContext ctx)
Visit a parse tree produced byOracleStatementParser.sqlTranslationProfilesSystemPrivilege().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSynonymsSystemPrivilege
T visitSynonymsSystemPrivilege(OracleStatementParser.SynonymsSystemPrivilegeContext ctx)
Visit a parse tree produced byOracleStatementParser.synonymsSystemPrivilege().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTablesSystemPrivilege
T visitTablesSystemPrivilege(OracleStatementParser.TablesSystemPrivilegeContext ctx)
Visit a parse tree produced byOracleStatementParser.tablesSystemPrivilege().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTablespacesSystemPrivilege
T visitTablespacesSystemPrivilege(OracleStatementParser.TablespacesSystemPrivilegeContext ctx)
Visit a parse tree produced byOracleStatementParser.tablespacesSystemPrivilege().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTriggersSystemPrivilege
T visitTriggersSystemPrivilege(OracleStatementParser.TriggersSystemPrivilegeContext ctx)
Visit a parse tree produced byOracleStatementParser.triggersSystemPrivilege().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTypesSystemPrivilege
T visitTypesSystemPrivilege(OracleStatementParser.TypesSystemPrivilegeContext ctx)
Visit a parse tree produced byOracleStatementParser.typesSystemPrivilege().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUsersSystemPrivilege
T visitUsersSystemPrivilege(OracleStatementParser.UsersSystemPrivilegeContext ctx)
Visit a parse tree produced byOracleStatementParser.usersSystemPrivilege().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitViewsSystemPrivilege
T visitViewsSystemPrivilege(OracleStatementParser.ViewsSystemPrivilegeContext ctx)
Visit a parse tree produced byOracleStatementParser.viewsSystemPrivilege().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMiscellaneousSystemPrivilege
T visitMiscellaneousSystemPrivilege(OracleStatementParser.MiscellaneousSystemPrivilegeContext ctx)
Visit a parse tree produced byOracleStatementParser.miscellaneousSystemPrivilege().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateUser
T visitCreateUser(OracleStatementParser.CreateUserContext ctx)
Visit a parse tree produced byOracleStatementParser.createUser().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropUser
T visitDropUser(OracleStatementParser.DropUserContext ctx)
Visit a parse tree produced byOracleStatementParser.dropUser().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterUser
T visitAlterUser(OracleStatementParser.AlterUserContext ctx)
Visit a parse tree produced byOracleStatementParser.alterUser().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateRole
T visitCreateRole(OracleStatementParser.CreateRoleContext ctx)
Visit a parse tree produced byOracleStatementParser.createRole().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropRole
T visitDropRole(OracleStatementParser.DropRoleContext ctx)
Visit a parse tree produced byOracleStatementParser.dropRole().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterRole
T visitAlterRole(OracleStatementParser.AlterRoleContext ctx)
Visit a parse tree produced byOracleStatementParser.alterRole().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSetRole
T visitSetRole(OracleStatementParser.SetRoleContext ctx)
Visit a parse tree produced byOracleStatementParser.setRole().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRoleAssignment
T visitRoleAssignment(OracleStatementParser.RoleAssignmentContext ctx)
Visit a parse tree produced byOracleStatementParser.roleAssignment().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSetTransaction
T visitSetTransaction(OracleStatementParser.SetTransactionContext ctx)
Visit a parse tree produced byOracleStatementParser.setTransaction().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCommit
T visitCommit(OracleStatementParser.CommitContext ctx)
Visit a parse tree produced byOracleStatementParser.commit().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCommentClause
T visitCommentClause(OracleStatementParser.CommentClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.commentClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWriteClause
T visitWriteClause(OracleStatementParser.WriteClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.writeClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitForceClause
T visitForceClause(OracleStatementParser.ForceClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.forceClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRollback
T visitRollback(OracleStatementParser.RollbackContext ctx)
Visit a parse tree produced byOracleStatementParser.rollback().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSavepointClause
T visitSavepointClause(OracleStatementParser.SavepointClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.savepointClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSavepoint
T visitSavepoint(OracleStatementParser.SavepointContext ctx)
Visit a parse tree produced byOracleStatementParser.savepoint().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSetConstraints
T visitSetConstraints(OracleStatementParser.SetConstraintsContext ctx)
Visit a parse tree produced byOracleStatementParser.setConstraints().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterResourceCost
T visitAlterResourceCost(OracleStatementParser.AlterResourceCostContext ctx)
Visit a parse tree produced byOracleStatementParser.alterResourceCost().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCall
T visitCall(OracleStatementParser.CallContext ctx)
Visit a parse tree produced byOracleStatementParser.call().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterProcedure
T visitAlterProcedure(OracleStatementParser.AlterProcedureContext ctx)
Visit a parse tree produced byOracleStatementParser.alterProcedure().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitProcedureCompileClause
T visitProcedureCompileClause(OracleStatementParser.ProcedureCompileClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.procedureCompileClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropProcedure
T visitDropProcedure(OracleStatementParser.DropProcedureContext ctx)
Visit a parse tree produced byOracleStatementParser.dropProcedure().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateProcedure
T visitCreateProcedure(OracleStatementParser.CreateProcedureContext ctx)
Visit a parse tree produced byOracleStatementParser.createProcedure().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPlsqlProcedureSource
T visitPlsqlProcedureSource(OracleStatementParser.PlsqlProcedureSourceContext ctx)
Visit a parse tree produced byOracleStatementParser.plsqlProcedureSource().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBody
T visitBody(OracleStatementParser.BodyContext ctx)
Visit a parse tree produced byOracleStatementParser.body().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStatement
T visitStatement(OracleStatementParser.StatementContext ctx)
Visit a parse tree produced byOracleStatementParser.statement().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExceptionHandler
T visitExceptionHandler(OracleStatementParser.ExceptionHandlerContext ctx)
Visit a parse tree produced byOracleStatementParser.exceptionHandler().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDeclareSection
T visitDeclareSection(OracleStatementParser.DeclareSectionContext ctx)
Visit a parse tree produced byOracleStatementParser.declareSection().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitItemList2
T visitItemList2(OracleStatementParser.ItemList2Context ctx)
Visit a parse tree produced byOracleStatementParser.itemList2().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCursorDefinition
T visitCursorDefinition(OracleStatementParser.CursorDefinitionContext ctx)
Visit a parse tree produced byOracleStatementParser.cursorDefinition().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunctionDefinition
T visitFunctionDefinition(OracleStatementParser.FunctionDefinitionContext ctx)
Visit a parse tree produced byOracleStatementParser.functionDefinition().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitProcedureDefinition
T visitProcedureDefinition(OracleStatementParser.ProcedureDefinitionContext ctx)
Visit a parse tree produced byOracleStatementParser.procedureDefinition().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitItemList1
T visitItemList1(OracleStatementParser.ItemList1Context ctx)
Visit a parse tree produced byOracleStatementParser.itemList1().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCursorDeclaration
T visitCursorDeclaration(OracleStatementParser.CursorDeclarationContext ctx)
Visit a parse tree produced byOracleStatementParser.cursorDeclaration().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCursorParameterDec
T visitCursorParameterDec(OracleStatementParser.CursorParameterDecContext ctx)
Visit a parse tree produced byOracleStatementParser.cursorParameterDec().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRowtype
T visitRowtype(OracleStatementParser.RowtypeContext ctx)
Visit a parse tree produced byOracleStatementParser.rowtype().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitItemDeclaration
T visitItemDeclaration(OracleStatementParser.ItemDeclarationContext ctx)
Visit a parse tree produced byOracleStatementParser.itemDeclaration().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCollectionVariableDecl
T visitCollectionVariableDecl(OracleStatementParser.CollectionVariableDeclContext ctx)
Visit a parse tree produced byOracleStatementParser.collectionVariableDecl().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQualifiedExpression
T visitQualifiedExpression(OracleStatementParser.QualifiedExpressionContext ctx)
Visit a parse tree produced byOracleStatementParser.qualifiedExpression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAggregate
T visitAggregate(OracleStatementParser.AggregateContext ctx)
Visit a parse tree produced byOracleStatementParser.aggregate().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExplicitChoiceList
T visitExplicitChoiceList(OracleStatementParser.ExplicitChoiceListContext ctx)
Visit a parse tree produced byOracleStatementParser.explicitChoiceList().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNamedChoiceList
T visitNamedChoiceList(OracleStatementParser.NamedChoiceListContext ctx)
Visit a parse tree produced byOracleStatementParser.namedChoiceList().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIndexedChoiceList
T visitIndexedChoiceList(OracleStatementParser.IndexedChoiceListContext ctx)
Visit a parse tree produced byOracleStatementParser.indexedChoiceList().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPositionalChoiceList
T visitPositionalChoiceList(OracleStatementParser.PositionalChoiceListContext ctx)
Visit a parse tree produced byOracleStatementParser.positionalChoiceList().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTypemark
T visitTypemark(OracleStatementParser.TypemarkContext ctx)
Visit a parse tree produced byOracleStatementParser.typemark().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCollectionConstructor
T visitCollectionConstructor(OracleStatementParser.CollectionConstructorContext ctx)
Visit a parse tree produced byOracleStatementParser.collectionConstructor().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConstantDeclaration
T visitConstantDeclaration(OracleStatementParser.ConstantDeclarationContext ctx)
Visit a parse tree produced byOracleStatementParser.constantDeclaration().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCursorVariableDeclaration
T visitCursorVariableDeclaration(OracleStatementParser.CursorVariableDeclarationContext ctx)
Visit a parse tree produced byOracleStatementParser.cursorVariableDeclaration().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExceptionDeclaration
T visitExceptionDeclaration(OracleStatementParser.ExceptionDeclarationContext ctx)
Visit a parse tree produced byOracleStatementParser.exceptionDeclaration().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRecordVariableDeclaration
T visitRecordVariableDeclaration(OracleStatementParser.RecordVariableDeclarationContext ctx)
Visit a parse tree produced byOracleStatementParser.recordVariableDeclaration().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVariableDeclaration
T visitVariableDeclaration(OracleStatementParser.VariableDeclarationContext ctx)
Visit a parse tree produced byOracleStatementParser.variableDeclaration().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTypeDefinition
T visitTypeDefinition(OracleStatementParser.TypeDefinitionContext ctx)
Visit a parse tree produced byOracleStatementParser.typeDefinition().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRecordTypeDefinition
T visitRecordTypeDefinition(OracleStatementParser.RecordTypeDefinitionContext ctx)
Visit a parse tree produced byOracleStatementParser.recordTypeDefinition().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFieldDefinition
T visitFieldDefinition(OracleStatementParser.FieldDefinitionContext ctx)
Visit a parse tree produced byOracleStatementParser.fieldDefinition().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRefCursorTypeDefinition
T visitRefCursorTypeDefinition(OracleStatementParser.RefCursorTypeDefinitionContext ctx)
Visit a parse tree produced byOracleStatementParser.refCursorTypeDefinition().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSubtypeDefinition
T visitSubtypeDefinition(OracleStatementParser.SubtypeDefinitionContext ctx)
Visit a parse tree produced byOracleStatementParser.subtypeDefinition().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCollectionTypeDefinition
T visitCollectionTypeDefinition(OracleStatementParser.CollectionTypeDefinitionContext ctx)
Visit a parse tree produced byOracleStatementParser.collectionTypeDefinition().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVarrayTypeDef
T visitVarrayTypeDef(OracleStatementParser.VarrayTypeDefContext ctx)
Visit a parse tree produced byOracleStatementParser.varrayTypeDef().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNestedTableTypeDef
T visitNestedTableTypeDef(OracleStatementParser.NestedTableTypeDefContext ctx)
Visit a parse tree produced byOracleStatementParser.nestedTableTypeDef().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAssocArrayTypeDef
T visitAssocArrayTypeDef(OracleStatementParser.AssocArrayTypeDefContext ctx)
Visit a parse tree produced byOracleStatementParser.assocArrayTypeDef().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTypeAttribute
T visitTypeAttribute(OracleStatementParser.TypeAttributeContext ctx)
Visit a parse tree produced byOracleStatementParser.typeAttribute().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRowtypeAttribute
T visitRowtypeAttribute(OracleStatementParser.RowtypeAttributeContext ctx)
Visit a parse tree produced byOracleStatementParser.rowtypeAttribute().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
-