Class OracleStatementBaseVisitor<T>
- java.lang.Object
-
- org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T>
-
- org.apache.shardingsphere.sql.parser.autogen.OracleStatementBaseVisitor<T>
-
- Type Parameters:
T- The return type of the visit operation. UseVoidfor operations with no return type.
- All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTreeVisitor<T>,OracleStatementVisitor<T>
- Direct Known Subclasses:
OracleStatementVisitor
public class OracleStatementBaseVisitor<T> extends org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T> implements OracleStatementVisitor<T>
This class provides an empty implementation ofOracleStatementVisitor, which can be extended to create a visitor which only needs to handle a subset of the available methods.
-
-
Constructor Summary
Constructors Constructor Description OracleStatementBaseVisitor()
-
Method Summary
-
Methods inherited from class org.antlr.v4.runtime.tree.AbstractParseTreeVisitor
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminal
-
-
-
-
Method Detail
-
visitExecute
public T visitExecute(OracleStatementParser.ExecuteContext ctx)
Visit a parse tree produced byOracleStatementParser.execute().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExecutein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInsert
public T visitInsert(OracleStatementParser.InsertContext ctx)
Visit a parse tree produced byOracleStatementParser.insert().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInsertin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInsertSingleTable
public T visitInsertSingleTable(OracleStatementParser.InsertSingleTableContext ctx)
Visit a parse tree produced byOracleStatementParser.insertSingleTable().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInsertSingleTablein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInsertMultiTable
public T visitInsertMultiTable(OracleStatementParser.InsertMultiTableContext ctx)
Visit a parse tree produced byOracleStatementParser.insertMultiTable().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInsertMultiTablein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMultiTableElement
public T visitMultiTableElement(OracleStatementParser.MultiTableElementContext ctx)
Visit a parse tree produced byOracleStatementParser.multiTableElement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMultiTableElementin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConditionalInsertClause
public T visitConditionalInsertClause(OracleStatementParser.ConditionalInsertClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.conditionalInsertClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitConditionalInsertClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConditionalInsertWhenPart
public T visitConditionalInsertWhenPart(OracleStatementParser.ConditionalInsertWhenPartContext ctx)
Visit a parse tree produced byOracleStatementParser.conditionalInsertWhenPart().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitConditionalInsertWhenPartin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConditionalInsertElsePart
public T visitConditionalInsertElsePart(OracleStatementParser.ConditionalInsertElsePartContext ctx)
Visit a parse tree produced byOracleStatementParser.conditionalInsertElsePart().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitConditionalInsertElsePartin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInsertIntoClause
public T visitInsertIntoClause(OracleStatementParser.InsertIntoClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.insertIntoClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInsertIntoClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInsertValuesClause
public T visitInsertValuesClause(OracleStatementParser.InsertValuesClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.insertValuesClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInsertValuesClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReturningClause
public T visitReturningClause(OracleStatementParser.ReturningClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.returningClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitReturningClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDmlTableExprClause
public T visitDmlTableExprClause(OracleStatementParser.DmlTableExprClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.dmlTableExprClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDmlTableExprClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDmlTableClause
public T visitDmlTableClause(OracleStatementParser.DmlTableClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.dmlTableClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDmlTableClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPartitionExtClause
public T visitPartitionExtClause(OracleStatementParser.PartitionExtClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.partitionExtClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPartitionExtClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDmlSubqueryClause
public T visitDmlSubqueryClause(OracleStatementParser.DmlSubqueryClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.dmlSubqueryClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDmlSubqueryClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSubqueryRestrictionClause
public T visitSubqueryRestrictionClause(OracleStatementParser.SubqueryRestrictionClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.subqueryRestrictionClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSubqueryRestrictionClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTableCollectionExpr
public T visitTableCollectionExpr(OracleStatementParser.TableCollectionExprContext ctx)
Visit a parse tree produced byOracleStatementParser.tableCollectionExpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTableCollectionExprin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCollectionExpr
public T visitCollectionExpr(OracleStatementParser.CollectionExprContext ctx)
Visit a parse tree produced byOracleStatementParser.collectionExpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCollectionExprin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUpdate
public T visitUpdate(OracleStatementParser.UpdateContext ctx)
Visit a parse tree produced byOracleStatementParser.update().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUpdatein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUpdateSpecification
public T visitUpdateSpecification(OracleStatementParser.UpdateSpecificationContext ctx)
Visit a parse tree produced byOracleStatementParser.updateSpecification().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUpdateSpecificationin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUpdateSetClause
public T visitUpdateSetClause(OracleStatementParser.UpdateSetClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.updateSetClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUpdateSetClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUpdateSetColumnList
public T visitUpdateSetColumnList(OracleStatementParser.UpdateSetColumnListContext ctx)
Visit a parse tree produced byOracleStatementParser.updateSetColumnList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUpdateSetColumnListin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUpdateSetColumnClause
public T visitUpdateSetColumnClause(OracleStatementParser.UpdateSetColumnClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.updateSetColumnClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUpdateSetColumnClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUpdateSetValueClause
public T visitUpdateSetValueClause(OracleStatementParser.UpdateSetValueClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.updateSetValueClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUpdateSetValueClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAssignmentValues
public T visitAssignmentValues(OracleStatementParser.AssignmentValuesContext ctx)
Visit a parse tree produced byOracleStatementParser.assignmentValues().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAssignmentValuesin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAssignmentValue
public T visitAssignmentValue(OracleStatementParser.AssignmentValueContext ctx)
Visit a parse tree produced byOracleStatementParser.assignmentValue().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAssignmentValuein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDelete
public T visitDelete(OracleStatementParser.DeleteContext ctx)
Visit a parse tree produced byOracleStatementParser.delete().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDeletein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDeleteSpecification
public T visitDeleteSpecification(OracleStatementParser.DeleteSpecificationContext ctx)
Visit a parse tree produced byOracleStatementParser.deleteSpecification().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDeleteSpecificationin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSelect
public T visitSelect(OracleStatementParser.SelectContext ctx)
Visit a parse tree produced byOracleStatementParser.select().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSelectin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSelectSubquery
public T visitSelectSubquery(OracleStatementParser.SelectSubqueryContext ctx)
Visit a parse tree produced byOracleStatementParser.selectSubquery().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSelectSubqueryin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSelectCombineClause
public T visitSelectCombineClause(OracleStatementParser.SelectCombineClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.selectCombineClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSelectCombineClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitParenthesisSelectSubquery
public T visitParenthesisSelectSubquery(OracleStatementParser.ParenthesisSelectSubqueryContext ctx)
Visit a parse tree produced byOracleStatementParser.parenthesisSelectSubquery().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitParenthesisSelectSubqueryin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQueryBlock
public T visitQueryBlock(OracleStatementParser.QueryBlockContext ctx)
Visit a parse tree produced byOracleStatementParser.queryBlock().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitQueryBlockin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWithClause
public T visitWithClause(OracleStatementParser.WithClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.withClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWithClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPlsqlDeclarations
public T visitPlsqlDeclarations(OracleStatementParser.PlsqlDeclarationsContext ctx)
Visit a parse tree produced byOracleStatementParser.plsqlDeclarations().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPlsqlDeclarationsin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunctionDeclaration
public T visitFunctionDeclaration(OracleStatementParser.FunctionDeclarationContext ctx)
Visit a parse tree produced byOracleStatementParser.functionDeclaration().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFunctionDeclarationin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunctionHeading
public T visitFunctionHeading(OracleStatementParser.FunctionHeadingContext ctx)
Visit a parse tree produced byOracleStatementParser.functionHeading().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFunctionHeadingin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitParameterDeclaration
public T visitParameterDeclaration(OracleStatementParser.ParameterDeclarationContext ctx)
Visit a parse tree produced byOracleStatementParser.parameterDeclaration().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitParameterDeclarationin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitProcedureDeclaration
public T visitProcedureDeclaration(OracleStatementParser.ProcedureDeclarationContext ctx)
Visit a parse tree produced byOracleStatementParser.procedureDeclaration().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitProcedureDeclarationin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitProcedureHeading
public T visitProcedureHeading(OracleStatementParser.ProcedureHeadingContext ctx)
Visit a parse tree produced byOracleStatementParser.procedureHeading().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitProcedureHeadingin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitProcedureProperties
public T visitProcedureProperties(OracleStatementParser.ProcedurePropertiesContext ctx)
Visit a parse tree produced byOracleStatementParser.procedureProperties().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitProcedurePropertiesin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAccessibleByClause
public T visitAccessibleByClause(OracleStatementParser.AccessibleByClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.accessibleByClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAccessibleByClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAccessor
public T visitAccessor(OracleStatementParser.AccessorContext ctx)
Visit a parse tree produced byOracleStatementParser.accessor().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAccessorin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUnitKind
public T visitUnitKind(OracleStatementParser.UnitKindContext ctx)
Visit a parse tree produced byOracleStatementParser.unitKind().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUnitKindin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDefaultCollationClause
public T visitDefaultCollationClause(OracleStatementParser.DefaultCollationClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.defaultCollationClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDefaultCollationClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCollationOption
public T visitCollationOption(OracleStatementParser.CollationOptionContext ctx)
Visit a parse tree produced byOracleStatementParser.collationOption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCollationOptionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInvokerRightsClause
public T visitInvokerRightsClause(OracleStatementParser.InvokerRightsClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.invokerRightsClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInvokerRightsClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSubqueryFactoringClause
public T visitSubqueryFactoringClause(OracleStatementParser.SubqueryFactoringClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.subqueryFactoringClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSubqueryFactoringClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSearchClause
public T visitSearchClause(OracleStatementParser.SearchClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.searchClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSearchClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCycleClause
public T visitCycleClause(OracleStatementParser.CycleClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.cycleClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCycleClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSubavFactoringClause
public T visitSubavFactoringClause(OracleStatementParser.SubavFactoringClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.subavFactoringClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSubavFactoringClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSubavClause
public T visitSubavClause(OracleStatementParser.SubavClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.subavClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSubavClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHierarchiesClause
public T visitHierarchiesClause(OracleStatementParser.HierarchiesClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.hierarchiesClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitHierarchiesClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFilterClauses
public T visitFilterClauses(OracleStatementParser.FilterClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.filterClauses().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFilterClausesin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFilterClause
public T visitFilterClause(OracleStatementParser.FilterClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.filterClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFilterClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAddCalcsClause
public T visitAddCalcsClause(OracleStatementParser.AddCalcsClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.addCalcsClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAddCalcsClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCalcMeasClause
public T visitCalcMeasClause(OracleStatementParser.CalcMeasClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.calcMeasClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCalcMeasClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCalcMeasExpression
public T visitCalcMeasExpression(OracleStatementParser.CalcMeasExpressionContext ctx)
Visit a parse tree produced byOracleStatementParser.calcMeasExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCalcMeasExpressionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAvExpression
public T visitAvExpression(OracleStatementParser.AvExpressionContext ctx)
Visit a parse tree produced byOracleStatementParser.avExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAvExpressionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAvMeasExpression
public T visitAvMeasExpression(OracleStatementParser.AvMeasExpressionContext ctx)
Visit a parse tree produced byOracleStatementParser.avMeasExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAvMeasExpressionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLeadLagExpression
public T visitLeadLagExpression(OracleStatementParser.LeadLagExpressionContext ctx)
Visit a parse tree produced byOracleStatementParser.leadLagExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLeadLagExpressionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLeadLagFunctionName
public T visitLeadLagFunctionName(OracleStatementParser.LeadLagFunctionNameContext ctx)
Visit a parse tree produced byOracleStatementParser.leadLagFunctionName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLeadLagFunctionNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLeadLagClause
public T visitLeadLagClause(OracleStatementParser.LeadLagClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.leadLagClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLeadLagClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHierarchyRef
public T visitHierarchyRef(OracleStatementParser.HierarchyRefContext ctx)
Visit a parse tree produced byOracleStatementParser.hierarchyRef().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitHierarchyRefin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWindowExpression
public T visitWindowExpression(OracleStatementParser.WindowExpressionContext ctx)
Visit a parse tree produced byOracleStatementParser.windowExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWindowExpressionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWindowClause
public T visitWindowClause(OracleStatementParser.WindowClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.windowClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWindowClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrecedingBoundary
public T visitPrecedingBoundary(OracleStatementParser.PrecedingBoundaryContext ctx)
Visit a parse tree produced byOracleStatementParser.precedingBoundary().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPrecedingBoundaryin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFollowingBoundary
public T visitFollowingBoundary(OracleStatementParser.FollowingBoundaryContext ctx)
Visit a parse tree produced byOracleStatementParser.followingBoundary().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFollowingBoundaryin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRankExpression
public T visitRankExpression(OracleStatementParser.RankExpressionContext ctx)
Visit a parse tree produced byOracleStatementParser.rankExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRankExpressionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRankFunctionName
public T visitRankFunctionName(OracleStatementParser.RankFunctionNameContext ctx)
Visit a parse tree produced byOracleStatementParser.rankFunctionName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRankFunctionNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRankClause
public T visitRankClause(OracleStatementParser.RankClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.rankClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRankClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCalcMeasOrderByClause
public T visitCalcMeasOrderByClause(OracleStatementParser.CalcMeasOrderByClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.calcMeasOrderByClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCalcMeasOrderByClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShareOfExpression
public T visitShareOfExpression(OracleStatementParser.ShareOfExpressionContext ctx)
Visit a parse tree produced byOracleStatementParser.shareOfExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitShareOfExpressionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShareClause
public T visitShareClause(OracleStatementParser.ShareClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.shareClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitShareClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMemberExpression
public T visitMemberExpression(OracleStatementParser.MemberExpressionContext ctx)
Visit a parse tree produced byOracleStatementParser.memberExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMemberExpressionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLevelMemberLiteral
public T visitLevelMemberLiteral(OracleStatementParser.LevelMemberLiteralContext ctx)
Visit a parse tree produced byOracleStatementParser.levelMemberLiteral().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLevelMemberLiteralin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPosMemberKeys
public T visitPosMemberKeys(OracleStatementParser.PosMemberKeysContext ctx)
Visit a parse tree produced byOracleStatementParser.posMemberKeys().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPosMemberKeysin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNamedMemberKeys
public T visitNamedMemberKeys(OracleStatementParser.NamedMemberKeysContext ctx)
Visit a parse tree produced byOracleStatementParser.namedMemberKeys().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNamedMemberKeysin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHierNavigationExpression
public T visitHierNavigationExpression(OracleStatementParser.HierNavigationExpressionContext ctx)
Visit a parse tree produced byOracleStatementParser.hierNavigationExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitHierNavigationExpressionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHierAncestorExpression
public T visitHierAncestorExpression(OracleStatementParser.HierAncestorExpressionContext ctx)
Visit a parse tree produced byOracleStatementParser.hierAncestorExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitHierAncestorExpressionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHierParentExpression
public T visitHierParentExpression(OracleStatementParser.HierParentExpressionContext ctx)
Visit a parse tree produced byOracleStatementParser.hierParentExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitHierParentExpressionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHierLeadLagExpression
public T visitHierLeadLagExpression(OracleStatementParser.HierLeadLagExpressionContext ctx)
Visit a parse tree produced byOracleStatementParser.hierLeadLagExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitHierLeadLagExpressionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHierLeadLagClause
public T visitHierLeadLagClause(OracleStatementParser.HierLeadLagClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.hierLeadLagClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitHierLeadLagClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQdrExpression
public T visitQdrExpression(OracleStatementParser.QdrExpressionContext ctx)
Visit a parse tree produced byOracleStatementParser.qdrExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitQdrExpressionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQualifier
public T visitQualifier(OracleStatementParser.QualifierContext ctx)
Visit a parse tree produced byOracleStatementParser.qualifier().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitQualifierin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAvHierExpression
public T visitAvHierExpression(OracleStatementParser.AvHierExpressionContext ctx)
Visit a parse tree produced byOracleStatementParser.avHierExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAvHierExpressionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHierFunctionName
public T visitHierFunctionName(OracleStatementParser.HierFunctionNameContext ctx)
Visit a parse tree produced byOracleStatementParser.hierFunctionName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitHierFunctionNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDuplicateSpecification
public T visitDuplicateSpecification(OracleStatementParser.DuplicateSpecificationContext ctx)
Visit a parse tree produced byOracleStatementParser.duplicateSpecification().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDuplicateSpecificationin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUnqualifiedShorthand
public T visitUnqualifiedShorthand(OracleStatementParser.UnqualifiedShorthandContext ctx)
Visit a parse tree produced byOracleStatementParser.unqualifiedShorthand().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUnqualifiedShorthandin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSelectList
public T visitSelectList(OracleStatementParser.SelectListContext ctx)
Visit a parse tree produced byOracleStatementParser.selectList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSelectListin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSelectProjection
public T visitSelectProjection(OracleStatementParser.SelectProjectionContext ctx)
Visit a parse tree produced byOracleStatementParser.selectProjection().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSelectProjectionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSelectProjectionExprClause
public T visitSelectProjectionExprClause(OracleStatementParser.SelectProjectionExprClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.selectProjectionExprClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSelectProjectionExprClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSelectFromClause
public T visitSelectFromClause(OracleStatementParser.SelectFromClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.selectFromClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSelectFromClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFromClauseList
public T visitFromClauseList(OracleStatementParser.FromClauseListContext ctx)
Visit a parse tree produced byOracleStatementParser.fromClauseList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFromClauseListin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFromClauseOption
public T visitFromClauseOption(OracleStatementParser.FromClauseOptionContext ctx)
Visit a parse tree produced byOracleStatementParser.fromClauseOption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFromClauseOptionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitXmlTable
public T visitXmlTable(OracleStatementParser.XmlTableContext ctx)
Visit a parse tree produced byOracleStatementParser.xmlTable().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitXmlTablein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitXmlTableFunctionAlias
public T visitXmlTableFunctionAlias(OracleStatementParser.XmlTableFunctionAliasContext ctx)
Visit a parse tree produced byOracleStatementParser.xmlTableFunctionAlias().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitXmlTableFunctionAliasin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSelectTableReference
public T visitSelectTableReference(OracleStatementParser.SelectTableReferenceContext ctx)
Visit a parse tree produced byOracleStatementParser.selectTableReference().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSelectTableReferencein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQueryTableExprClause
public T visitQueryTableExprClause(OracleStatementParser.QueryTableExprClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.queryTableExprClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitQueryTableExprClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFlashbackQueryClause
public T visitFlashbackQueryClause(OracleStatementParser.FlashbackQueryClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.flashbackQueryClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFlashbackQueryClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQueryTableExpr
public T visitQueryTableExpr(OracleStatementParser.QueryTableExprContext ctx)
Visit a parse tree produced byOracleStatementParser.queryTableExpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitQueryTableExprin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLateralClause
public T visitLateralClause(OracleStatementParser.LateralClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.lateralClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLateralClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQueryTableExprSampleClause
public T visitQueryTableExprSampleClause(OracleStatementParser.QueryTableExprSampleClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.queryTableExprSampleClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitQueryTableExprSampleClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQueryTableExprTableClause
public T visitQueryTableExprTableClause(OracleStatementParser.QueryTableExprTableClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.queryTableExprTableClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitQueryTableExprTableClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQueryTableExprViewClause
public T visitQueryTableExprViewClause(OracleStatementParser.QueryTableExprViewClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.queryTableExprViewClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitQueryTableExprViewClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQueryTableExprAnalyticClause
public T visitQueryTableExprAnalyticClause(OracleStatementParser.QueryTableExprAnalyticClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.queryTableExprAnalyticClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitQueryTableExprAnalyticClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInlineExternalTable
public T visitInlineExternalTable(OracleStatementParser.InlineExternalTableContext ctx)
Visit a parse tree produced byOracleStatementParser.inlineExternalTable().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInlineExternalTablein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInlineExternalTableProperties
public T visitInlineExternalTableProperties(OracleStatementParser.InlineExternalTablePropertiesContext ctx)
Visit a parse tree produced byOracleStatementParser.inlineExternalTableProperties().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInlineExternalTablePropertiesin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExternalTableDataProperties
public T visitExternalTableDataProperties(OracleStatementParser.ExternalTableDataPropertiesContext ctx)
Visit a parse tree produced byOracleStatementParser.externalTableDataProperties().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExternalTableDataPropertiesin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMofifiedExternalTable
public T visitMofifiedExternalTable(OracleStatementParser.MofifiedExternalTableContext ctx)
Visit a parse tree produced byOracleStatementParser.mofifiedExternalTable().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMofifiedExternalTablein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitModifyExternalTableProperties
public T visitModifyExternalTableProperties(OracleStatementParser.ModifyExternalTablePropertiesContext ctx)
Visit a parse tree produced byOracleStatementParser.modifyExternalTableProperties().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitModifyExternalTablePropertiesin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPivotClause
public T visitPivotClause(OracleStatementParser.PivotClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.pivotClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPivotClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPivotForClause
public T visitPivotForClause(OracleStatementParser.PivotForClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.pivotForClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPivotForClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPivotInClause
public T visitPivotInClause(OracleStatementParser.PivotInClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.pivotInClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPivotInClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUnpivotClause
public T visitUnpivotClause(OracleStatementParser.UnpivotClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.unpivotClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUnpivotClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUnpivotInClause
public T visitUnpivotInClause(OracleStatementParser.UnpivotInClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.unpivotInClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUnpivotInClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSampleClause
public T visitSampleClause(OracleStatementParser.SampleClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.sampleClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSampleClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitContainersClause
public T visitContainersClause(OracleStatementParser.ContainersClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.containersClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitContainersClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShardsClause
public T visitShardsClause(OracleStatementParser.ShardsClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.shardsClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitShardsClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJoinClause
public T visitJoinClause(OracleStatementParser.JoinClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.joinClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitJoinClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSelectJoinOption
public T visitSelectJoinOption(OracleStatementParser.SelectJoinOptionContext ctx)
Visit a parse tree produced byOracleStatementParser.selectJoinOption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSelectJoinOptionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInnerCrossJoinClause
public T visitInnerCrossJoinClause(OracleStatementParser.InnerCrossJoinClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.innerCrossJoinClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInnerCrossJoinClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSelectJoinSpecification
public T visitSelectJoinSpecification(OracleStatementParser.SelectJoinSpecificationContext ctx)
Visit a parse tree produced byOracleStatementParser.selectJoinSpecification().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSelectJoinSpecificationin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOuterJoinClause
public T visitOuterJoinClause(OracleStatementParser.OuterJoinClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.outerJoinClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOuterJoinClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQueryPartitionClause
public T visitQueryPartitionClause(OracleStatementParser.QueryPartitionClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.queryPartitionClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitQueryPartitionClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOuterJoinType
public T visitOuterJoinType(OracleStatementParser.OuterJoinTypeContext ctx)
Visit a parse tree produced byOracleStatementParser.outerJoinType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOuterJoinTypein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCrossOuterApplyClause
public T visitCrossOuterApplyClause(OracleStatementParser.CrossOuterApplyClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.crossOuterApplyClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCrossOuterApplyClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInlineAnalyticView
public T visitInlineAnalyticView(OracleStatementParser.InlineAnalyticViewContext ctx)
Visit a parse tree produced byOracleStatementParser.inlineAnalyticView().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInlineAnalyticViewin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWhereClause
public T visitWhereClause(OracleStatementParser.WhereClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.whereClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWhereClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHierarchicalQueryClause
public T visitHierarchicalQueryClause(OracleStatementParser.HierarchicalQueryClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.hierarchicalQueryClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitHierarchicalQueryClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGroupByClause
public T visitGroupByClause(OracleStatementParser.GroupByClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.groupByClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGroupByClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGroupByItem
public T visitGroupByItem(OracleStatementParser.GroupByItemContext ctx)
Visit a parse tree produced byOracleStatementParser.groupByItem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGroupByItemin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRollupCubeClause
public T visitRollupCubeClause(OracleStatementParser.RollupCubeClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.rollupCubeClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRollupCubeClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGroupingSetsClause
public T visitGroupingSetsClause(OracleStatementParser.GroupingSetsClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.groupingSetsClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGroupingSetsClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGroupingExprList
public T visitGroupingExprList(OracleStatementParser.GroupingExprListContext ctx)
Visit a parse tree produced byOracleStatementParser.groupingExprList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGroupingExprListin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExpressionList
public T visitExpressionList(OracleStatementParser.ExpressionListContext ctx)
Visit a parse tree produced byOracleStatementParser.expressionList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExpressionListin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHavingClause
public T visitHavingClause(OracleStatementParser.HavingClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.havingClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitHavingClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitModelClause
public T visitModelClause(OracleStatementParser.ModelClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.modelClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitModelClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCellReferenceOptions
public T visitCellReferenceOptions(OracleStatementParser.CellReferenceOptionsContext ctx)
Visit a parse tree produced byOracleStatementParser.cellReferenceOptions().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCellReferenceOptionsin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReturnRowsClause
public T visitReturnRowsClause(OracleStatementParser.ReturnRowsClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.returnRowsClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitReturnRowsClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReferenceModel
public T visitReferenceModel(OracleStatementParser.ReferenceModelContext ctx)
Visit a parse tree produced byOracleStatementParser.referenceModel().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitReferenceModelin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMainModel
public T visitMainModel(OracleStatementParser.MainModelContext ctx)
Visit a parse tree produced byOracleStatementParser.mainModel().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMainModelin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitModelColumnClauses
public T visitModelColumnClauses(OracleStatementParser.ModelColumnClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.modelColumnClauses().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitModelColumnClausesin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitModelRulesClause
public T visitModelRulesClause(OracleStatementParser.ModelRulesClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.modelRulesClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitModelRulesClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitModelIterateClause
public T visitModelIterateClause(OracleStatementParser.ModelIterateClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.modelIterateClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitModelIterateClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCellAssignment
public T visitCellAssignment(OracleStatementParser.CellAssignmentContext ctx)
Visit a parse tree produced byOracleStatementParser.cellAssignment().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCellAssignmentin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSingleColumnForLoop
public T visitSingleColumnForLoop(OracleStatementParser.SingleColumnForLoopContext ctx)
Visit a parse tree produced byOracleStatementParser.singleColumnForLoop().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSingleColumnForLoopin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMultiColumnForLoop
public T visitMultiColumnForLoop(OracleStatementParser.MultiColumnForLoopContext ctx)
Visit a parse tree produced byOracleStatementParser.multiColumnForLoop().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMultiColumnForLoopin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSubquery
public T visitSubquery(OracleStatementParser.SubqueryContext ctx)
Visit a parse tree produced byOracleStatementParser.subquery().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSubqueryin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitModelExpr
public T visitModelExpr(OracleStatementParser.ModelExprContext ctx)
Visit a parse tree produced byOracleStatementParser.modelExpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitModelExprin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitForUpdateClause
public T visitForUpdateClause(OracleStatementParser.ForUpdateClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.forUpdateClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitForUpdateClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitForUpdateClauseList
public T visitForUpdateClauseList(OracleStatementParser.ForUpdateClauseListContext ctx)
Visit a parse tree produced byOracleStatementParser.forUpdateClauseList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitForUpdateClauseListin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitForUpdateClauseOption
public T visitForUpdateClauseOption(OracleStatementParser.ForUpdateClauseOptionContext ctx)
Visit a parse tree produced byOracleStatementParser.forUpdateClauseOption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitForUpdateClauseOptionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRowLimitingClause
public T visitRowLimitingClause(OracleStatementParser.RowLimitingClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.rowLimitingClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRowLimitingClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMerge
public T visitMerge(OracleStatementParser.MergeContext ctx)
Visit a parse tree produced byOracleStatementParser.merge().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMergein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHint
public T visitHint(OracleStatementParser.HintContext ctx)
Visit a parse tree produced byOracleStatementParser.hint().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitHintin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIntoClause
public T visitIntoClause(OracleStatementParser.IntoClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.intoClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIntoClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUsingClause
public T visitUsingClause(OracleStatementParser.UsingClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.usingClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUsingClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMergeUpdateClause
public T visitMergeUpdateClause(OracleStatementParser.MergeUpdateClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.mergeUpdateClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMergeUpdateClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMergeSetAssignmentsClause
public T visitMergeSetAssignmentsClause(OracleStatementParser.MergeSetAssignmentsClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.mergeSetAssignmentsClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMergeSetAssignmentsClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMergeAssignment
public T visitMergeAssignment(OracleStatementParser.MergeAssignmentContext ctx)
Visit a parse tree produced byOracleStatementParser.mergeAssignment().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMergeAssignmentin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMergeAssignmentValue
public T visitMergeAssignmentValue(OracleStatementParser.MergeAssignmentValueContext ctx)
Visit a parse tree produced byOracleStatementParser.mergeAssignmentValue().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMergeAssignmentValuein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDeleteWhereClause
public T visitDeleteWhereClause(OracleStatementParser.DeleteWhereClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.deleteWhereClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDeleteWhereClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMergeInsertClause
public T visitMergeInsertClause(OracleStatementParser.MergeInsertClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.mergeInsertClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMergeInsertClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMergeInsertColumn
public T visitMergeInsertColumn(OracleStatementParser.MergeInsertColumnContext ctx)
Visit a parse tree produced byOracleStatementParser.mergeInsertColumn().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMergeInsertColumnin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMergeColumnValue
public T visitMergeColumnValue(OracleStatementParser.MergeColumnValueContext ctx)
Visit a parse tree produced byOracleStatementParser.mergeColumnValue().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMergeColumnValuein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitErrorLoggingClause
public T visitErrorLoggingClause(OracleStatementParser.ErrorLoggingClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.errorLoggingClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitErrorLoggingClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRowPatternClause
public T visitRowPatternClause(OracleStatementParser.RowPatternClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.rowPatternClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRowPatternClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRowPatternPartitionBy
public T visitRowPatternPartitionBy(OracleStatementParser.RowPatternPartitionByContext ctx)
Visit a parse tree produced byOracleStatementParser.rowPatternPartitionBy().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRowPatternPartitionByin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRowPatternOrderBy
public T visitRowPatternOrderBy(OracleStatementParser.RowPatternOrderByContext ctx)
Visit a parse tree produced byOracleStatementParser.rowPatternOrderBy().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRowPatternOrderByin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRowPatternMeasures
public T visitRowPatternMeasures(OracleStatementParser.RowPatternMeasuresContext ctx)
Visit a parse tree produced byOracleStatementParser.rowPatternMeasures().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRowPatternMeasuresin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRowPatternMeasureColumn
public T visitRowPatternMeasureColumn(OracleStatementParser.RowPatternMeasureColumnContext ctx)
Visit a parse tree produced byOracleStatementParser.rowPatternMeasureColumn().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRowPatternMeasureColumnin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRowPatternRowsPerMatch
public T visitRowPatternRowsPerMatch(OracleStatementParser.RowPatternRowsPerMatchContext ctx)
Visit a parse tree produced byOracleStatementParser.rowPatternRowsPerMatch().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRowPatternRowsPerMatchin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRowPatternSkipTo
public T visitRowPatternSkipTo(OracleStatementParser.RowPatternSkipToContext ctx)
Visit a parse tree produced byOracleStatementParser.rowPatternSkipTo().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRowPatternSkipToin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRowPattern
public T visitRowPattern(OracleStatementParser.RowPatternContext ctx)
Visit a parse tree produced byOracleStatementParser.rowPattern().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRowPatternin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRowPatternTerm
public T visitRowPatternTerm(OracleStatementParser.RowPatternTermContext ctx)
Visit a parse tree produced byOracleStatementParser.rowPatternTerm().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRowPatternTermin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRowPatternFactor
public T visitRowPatternFactor(OracleStatementParser.RowPatternFactorContext ctx)
Visit a parse tree produced byOracleStatementParser.rowPatternFactor().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRowPatternFactorin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRowPatternPrimary
public T visitRowPatternPrimary(OracleStatementParser.RowPatternPrimaryContext ctx)
Visit a parse tree produced byOracleStatementParser.rowPatternPrimary().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRowPatternPrimaryin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRowPatternPermute
public T visitRowPatternPermute(OracleStatementParser.RowPatternPermuteContext ctx)
Visit a parse tree produced byOracleStatementParser.rowPatternPermute().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRowPatternPermutein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRowPatternQuantifier
public T visitRowPatternQuantifier(OracleStatementParser.RowPatternQuantifierContext ctx)
Visit a parse tree produced byOracleStatementParser.rowPatternQuantifier().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRowPatternQuantifierin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRowPatternSubsetClause
public T visitRowPatternSubsetClause(OracleStatementParser.RowPatternSubsetClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.rowPatternSubsetClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRowPatternSubsetClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRowPatternSubsetItem
public T visitRowPatternSubsetItem(OracleStatementParser.RowPatternSubsetItemContext ctx)
Visit a parse tree produced byOracleStatementParser.rowPatternSubsetItem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRowPatternSubsetItemin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRowPatternDefinitionList
public T visitRowPatternDefinitionList(OracleStatementParser.RowPatternDefinitionListContext ctx)
Visit a parse tree produced byOracleStatementParser.rowPatternDefinitionList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRowPatternDefinitionListin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRowPatternDefinition
public T visitRowPatternDefinition(OracleStatementParser.RowPatternDefinitionContext ctx)
Visit a parse tree produced byOracleStatementParser.rowPatternDefinition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRowPatternDefinitionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRowPatternRecFunc
public T visitRowPatternRecFunc(OracleStatementParser.RowPatternRecFuncContext ctx)
Visit a parse tree produced byOracleStatementParser.rowPatternRecFunc().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRowPatternRecFuncin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPatternMeasExpression
public T visitPatternMeasExpression(OracleStatementParser.PatternMeasExpressionContext ctx)
Visit a parse tree produced byOracleStatementParser.patternMeasExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPatternMeasExpressionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRowPatternClassifierFunc
public T visitRowPatternClassifierFunc(OracleStatementParser.RowPatternClassifierFuncContext ctx)
Visit a parse tree produced byOracleStatementParser.rowPatternClassifierFunc().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRowPatternClassifierFuncin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRowPatternMatchNumFunc
public T visitRowPatternMatchNumFunc(OracleStatementParser.RowPatternMatchNumFuncContext ctx)
Visit a parse tree produced byOracleStatementParser.rowPatternMatchNumFunc().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRowPatternMatchNumFuncin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRowPatternNavigationFunc
public T visitRowPatternNavigationFunc(OracleStatementParser.RowPatternNavigationFuncContext ctx)
Visit a parse tree produced byOracleStatementParser.rowPatternNavigationFunc().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRowPatternNavigationFuncin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRowPatternNavLogical
public T visitRowPatternNavLogical(OracleStatementParser.RowPatternNavLogicalContext ctx)
Visit a parse tree produced byOracleStatementParser.rowPatternNavLogical().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRowPatternNavLogicalin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRowPatternNavPhysical
public T visitRowPatternNavPhysical(OracleStatementParser.RowPatternNavPhysicalContext ctx)
Visit a parse tree produced byOracleStatementParser.rowPatternNavPhysical().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRowPatternNavPhysicalin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRowPatternNavCompound
public T visitRowPatternNavCompound(OracleStatementParser.RowPatternNavCompoundContext ctx)
Visit a parse tree produced byOracleStatementParser.rowPatternNavCompound().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRowPatternNavCompoundin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRowPatternAggregateFunc
public T visitRowPatternAggregateFunc(OracleStatementParser.RowPatternAggregateFuncContext ctx)
Visit a parse tree produced byOracleStatementParser.rowPatternAggregateFunc().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRowPatternAggregateFuncin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLockTable
public T visitLockTable(OracleStatementParser.LockTableContext ctx)
Visit a parse tree produced byOracleStatementParser.lockTable().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLockTablein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPartitionExtensionClause
public T visitPartitionExtensionClause(OracleStatementParser.PartitionExtensionClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.partitionExtensionClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPartitionExtensionClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLockmodeClause
public T visitLockmodeClause(OracleStatementParser.LockmodeClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.lockmodeClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLockmodeClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateTable
public T visitCreateTable(OracleStatementParser.CreateTableContext ctx)
Visit a parse tree produced byOracleStatementParser.createTable().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateTablein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateEdition
public T visitCreateEdition(OracleStatementParser.CreateEditionContext ctx)
Visit a parse tree produced byOracleStatementParser.createEdition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateEditionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateIndex
public T visitCreateIndex(OracleStatementParser.CreateIndexContext ctx)
Visit a parse tree produced byOracleStatementParser.createIndex().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateIndexin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterTable
public T visitAlterTable(OracleStatementParser.AlterTableContext ctx)
Visit a parse tree produced byOracleStatementParser.alterTable().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterTablein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterIndex
public T visitAlterIndex(OracleStatementParser.AlterIndexContext ctx)
Visit a parse tree produced byOracleStatementParser.alterIndex().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterIndexin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterTrigger
public T visitAlterTrigger(OracleStatementParser.AlterTriggerContext ctx)
Visit a parse tree produced byOracleStatementParser.alterTrigger().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterTriggerin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTriggerCompileClause
public T visitTriggerCompileClause(OracleStatementParser.TriggerCompileClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.triggerCompileClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTriggerCompileClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCompilerParametersClause
public T visitCompilerParametersClause(OracleStatementParser.CompilerParametersClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.compilerParametersClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCompilerParametersClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropTable
public T visitDropTable(OracleStatementParser.DropTableContext ctx)
Visit a parse tree produced byOracleStatementParser.dropTable().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropTablein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropPackage
public T visitDropPackage(OracleStatementParser.DropPackageContext ctx)
Visit a parse tree produced byOracleStatementParser.dropPackage().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropPackagein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropTrigger
public T visitDropTrigger(OracleStatementParser.DropTriggerContext ctx)
Visit a parse tree produced byOracleStatementParser.dropTrigger().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropTriggerin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropIndex
public T visitDropIndex(OracleStatementParser.DropIndexContext ctx)
Visit a parse tree produced byOracleStatementParser.dropIndex().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropIndexin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropView
public T visitDropView(OracleStatementParser.DropViewContext ctx)
Visit a parse tree produced byOracleStatementParser.dropView().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropViewin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropEdition
public T visitDropEdition(OracleStatementParser.DropEditionContext ctx)
Visit a parse tree produced byOracleStatementParser.dropEdition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropEditionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropOutline
public T visitDropOutline(OracleStatementParser.DropOutlineContext ctx)
Visit a parse tree produced byOracleStatementParser.dropOutline().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropOutlinein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterOutline
public T visitAlterOutline(OracleStatementParser.AlterOutlineContext ctx)
Visit a parse tree produced byOracleStatementParser.alterOutline().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterOutlinein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTruncateTable
public T visitTruncateTable(OracleStatementParser.TruncateTableContext ctx)
Visit a parse tree produced byOracleStatementParser.truncateTable().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTruncateTablein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateTableSpecification
public T visitCreateTableSpecification(OracleStatementParser.CreateTableSpecificationContext ctx)
Visit a parse tree produced byOracleStatementParser.createTableSpecification().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateTableSpecificationin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTablespaceClauseWithParen
public T visitTablespaceClauseWithParen(OracleStatementParser.TablespaceClauseWithParenContext ctx)
Visit a parse tree produced byOracleStatementParser.tablespaceClauseWithParen().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTablespaceClauseWithParenin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTablespaceClause
public T visitTablespaceClause(OracleStatementParser.TablespaceClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.tablespaceClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTablespaceClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateSharingClause
public T visitCreateSharingClause(OracleStatementParser.CreateSharingClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.createSharingClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateSharingClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateDefinitionClause
public T visitCreateDefinitionClause(OracleStatementParser.CreateDefinitionClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.createDefinitionClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateDefinitionClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateXMLTypeTableClause
public T visitCreateXMLTypeTableClause(OracleStatementParser.CreateXMLTypeTableClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.createXMLTypeTableClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateXMLTypeTableClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitXmlTypeStorageClause
public T visitXmlTypeStorageClause(OracleStatementParser.XmlTypeStorageClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.xmlTypeStorageClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitXmlTypeStorageClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitXmlSchemaSpecClause
public T visitXmlSchemaSpecClause(OracleStatementParser.XmlSchemaSpecClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.xmlSchemaSpecClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitXmlSchemaSpecClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitXmlTypeVirtualColumnsClause
public T visitXmlTypeVirtualColumnsClause(OracleStatementParser.XmlTypeVirtualColumnsClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.xmlTypeVirtualColumnsClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitXmlTypeVirtualColumnsClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOidClause
public T visitOidClause(OracleStatementParser.OidClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.oidClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOidClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOidIndexClause
public T visitOidIndexClause(OracleStatementParser.OidIndexClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.oidIndexClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOidIndexClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateRelationalTableClause
public T visitCreateRelationalTableClause(OracleStatementParser.CreateRelationalTableClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.createRelationalTableClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateRelationalTableClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateMemOptimizeClause
public T visitCreateMemOptimizeClause(OracleStatementParser.CreateMemOptimizeClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.createMemOptimizeClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateMemOptimizeClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateParentClause
public T visitCreateParentClause(OracleStatementParser.CreateParentClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.createParentClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateParentClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateObjectTableClause
public T visitCreateObjectTableClause(OracleStatementParser.CreateObjectTableClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.createObjectTableClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateObjectTableClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRelationalProperties
public T visitRelationalProperties(OracleStatementParser.RelationalPropertiesContext ctx)
Visit a parse tree produced byOracleStatementParser.relationalProperties().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRelationalPropertiesin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRelationalProperty
public T visitRelationalProperty(OracleStatementParser.RelationalPropertyContext ctx)
Visit a parse tree produced byOracleStatementParser.relationalProperty().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRelationalPropertyin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColumnDefinition
public T visitColumnDefinition(OracleStatementParser.ColumnDefinitionContext ctx)
Visit a parse tree produced byOracleStatementParser.columnDefinition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitColumnDefinitionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVisibleClause
public T visitVisibleClause(OracleStatementParser.VisibleClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.visibleClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitVisibleClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDefaultNullClause
public T visitDefaultNullClause(OracleStatementParser.DefaultNullClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.defaultNullClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDefaultNullClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIdentityClause
public T visitIdentityClause(OracleStatementParser.IdentityClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.identityClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIdentityClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIdentifyOptions
public T visitIdentifyOptions(OracleStatementParser.IdentifyOptionsContext ctx)
Visit a parse tree produced byOracleStatementParser.identifyOptions().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIdentifyOptionsin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIdentityOption
public T visitIdentityOption(OracleStatementParser.IdentityOptionContext ctx)
Visit a parse tree produced byOracleStatementParser.identityOption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIdentityOptionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEncryptionSpecification
public T visitEncryptionSpecification(OracleStatementParser.EncryptionSpecificationContext ctx)
Visit a parse tree produced byOracleStatementParser.encryptionSpecification().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEncryptionSpecificationin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInlineConstraint
public T visitInlineConstraint(OracleStatementParser.InlineConstraintContext ctx)
Visit a parse tree produced byOracleStatementParser.inlineConstraint().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInlineConstraintin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReferencesClause
public T visitReferencesClause(OracleStatementParser.ReferencesClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.referencesClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitReferencesClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConstraintState
public T visitConstraintState(OracleStatementParser.ConstraintStateContext ctx)
Visit a parse tree produced byOracleStatementParser.constraintState().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitConstraintStatein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNotDeferrable
public T visitNotDeferrable(OracleStatementParser.NotDeferrableContext ctx)
Visit a parse tree produced byOracleStatementParser.notDeferrable().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNotDeferrablein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInitiallyClause
public T visitInitiallyClause(OracleStatementParser.InitiallyClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.initiallyClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInitiallyClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExceptionsClause
public T visitExceptionsClause(OracleStatementParser.ExceptionsClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.exceptionsClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExceptionsClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUsingIndexClause
public T visitUsingIndexClause(OracleStatementParser.UsingIndexClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.usingIndexClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUsingIndexClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateIndexClause
public T visitCreateIndexClause(OracleStatementParser.CreateIndexClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.createIndexClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateIndexClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInlineRefConstraint
public T visitInlineRefConstraint(OracleStatementParser.InlineRefConstraintContext ctx)
Visit a parse tree produced byOracleStatementParser.inlineRefConstraint().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInlineRefConstraintin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVirtualColumnDefinition
public T visitVirtualColumnDefinition(OracleStatementParser.VirtualColumnDefinitionContext ctx)
Visit a parse tree produced byOracleStatementParser.virtualColumnDefinition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitVirtualColumnDefinitionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOutOfLineConstraint
public T visitOutOfLineConstraint(OracleStatementParser.OutOfLineConstraintContext ctx)
Visit a parse tree produced byOracleStatementParser.outOfLineConstraint().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOutOfLineConstraintin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOutOfLineRefConstraint
public T visitOutOfLineRefConstraint(OracleStatementParser.OutOfLineRefConstraintContext ctx)
Visit a parse tree produced byOracleStatementParser.outOfLineRefConstraint().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOutOfLineRefConstraintin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateIndexSpecification
public T visitCreateIndexSpecification(OracleStatementParser.CreateIndexSpecificationContext ctx)
Visit a parse tree produced byOracleStatementParser.createIndexSpecification().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateIndexSpecificationin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitClusterIndexClause
public T visitClusterIndexClause(OracleStatementParser.ClusterIndexClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.clusterIndexClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitClusterIndexClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIndexAttributes
public T visitIndexAttributes(OracleStatementParser.IndexAttributesContext ctx)
Visit a parse tree produced byOracleStatementParser.indexAttributes().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIndexAttributesin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTableIndexClause
public T visitTableIndexClause(OracleStatementParser.TableIndexClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.tableIndexClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTableIndexClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIndexExpressions
public T visitIndexExpressions(OracleStatementParser.IndexExpressionsContext ctx)
Visit a parse tree produced byOracleStatementParser.indexExpressions().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIndexExpressionsin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIndexExpression
public T visitIndexExpression(OracleStatementParser.IndexExpressionContext ctx)
Visit a parse tree produced byOracleStatementParser.indexExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIndexExpressionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBitmapJoinIndexClause
public T visitBitmapJoinIndexClause(OracleStatementParser.BitmapJoinIndexClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.bitmapJoinIndexClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBitmapJoinIndexClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColumnSortsClause_
public T visitColumnSortsClause_(OracleStatementParser.ColumnSortsClause_Context ctx)
Visit a parse tree produced byOracleStatementParser.columnSortsClause_().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitColumnSortsClause_in interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColumnSortClause_
public T visitColumnSortClause_(OracleStatementParser.ColumnSortClause_Context ctx)
Visit a parse tree produced byOracleStatementParser.columnSortClause_().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitColumnSortClause_in interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateIndexDefinitionClause
public T visitCreateIndexDefinitionClause(OracleStatementParser.CreateIndexDefinitionClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.createIndexDefinitionClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateIndexDefinitionClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTableAlias
public T visitTableAlias(OracleStatementParser.TableAliasContext ctx)
Visit a parse tree produced byOracleStatementParser.tableAlias().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTableAliasin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterDefinitionClause
public T visitAlterDefinitionClause(OracleStatementParser.AlterDefinitionClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.alterDefinitionClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterDefinitionClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterTableProperties
public T visitAlterTableProperties(OracleStatementParser.AlterTablePropertiesContext ctx)
Visit a parse tree produced byOracleStatementParser.alterTableProperties().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterTablePropertiesin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRenameTableSpecification
public T visitRenameTableSpecification(OracleStatementParser.RenameTableSpecificationContext ctx)
Visit a parse tree produced byOracleStatementParser.renameTableSpecification().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRenameTableSpecificationin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropSynonym
public T visitDropSynonym(OracleStatementParser.DropSynonymContext ctx)
Visit a parse tree produced byOracleStatementParser.dropSynonym().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropSynonymin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColumnClauses
public T visitColumnClauses(OracleStatementParser.ColumnClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.columnClauses().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitColumnClausesin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOperateColumnClause
public T visitOperateColumnClause(OracleStatementParser.OperateColumnClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.operateColumnClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOperateColumnClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAddColumnSpecification
public T visitAddColumnSpecification(OracleStatementParser.AddColumnSpecificationContext ctx)
Visit a parse tree produced byOracleStatementParser.addColumnSpecification().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAddColumnSpecificationin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColumnOrVirtualDefinitions
public T visitColumnOrVirtualDefinitions(OracleStatementParser.ColumnOrVirtualDefinitionsContext ctx)
Visit a parse tree produced byOracleStatementParser.columnOrVirtualDefinitions().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitColumnOrVirtualDefinitionsin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColumnOrVirtualDefinition
public T visitColumnOrVirtualDefinition(OracleStatementParser.ColumnOrVirtualDefinitionContext ctx)
Visit a parse tree produced byOracleStatementParser.columnOrVirtualDefinition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitColumnOrVirtualDefinitionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColumnProperties
public T visitColumnProperties(OracleStatementParser.ColumnPropertiesContext ctx)
Visit a parse tree produced byOracleStatementParser.columnProperties().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitColumnPropertiesin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColumnProperty
public T visitColumnProperty(OracleStatementParser.ColumnPropertyContext ctx)
Visit a parse tree produced byOracleStatementParser.columnProperty().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitColumnPropertyin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitObjectTypeColProperties
public T visitObjectTypeColProperties(OracleStatementParser.ObjectTypeColPropertiesContext ctx)
Visit a parse tree produced byOracleStatementParser.objectTypeColProperties().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitObjectTypeColPropertiesin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSubstitutableColumnClause
public T visitSubstitutableColumnClause(OracleStatementParser.SubstitutableColumnClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.substitutableColumnClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSubstitutableColumnClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitModifyColumnSpecification
public T visitModifyColumnSpecification(OracleStatementParser.ModifyColumnSpecificationContext ctx)
Visit a parse tree produced byOracleStatementParser.modifyColumnSpecification().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitModifyColumnSpecificationin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitModifyColProperties
public T visitModifyColProperties(OracleStatementParser.ModifyColPropertiesContext ctx)
Visit a parse tree produced byOracleStatementParser.modifyColProperties().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitModifyColPropertiesin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitModifyColSubstitutable
public T visitModifyColSubstitutable(OracleStatementParser.ModifyColSubstitutableContext ctx)
Visit a parse tree produced byOracleStatementParser.modifyColSubstitutable().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitModifyColSubstitutablein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropColumnClause
public T visitDropColumnClause(OracleStatementParser.DropColumnClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.dropColumnClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropColumnClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropColumnSpecification
public T visitDropColumnSpecification(OracleStatementParser.DropColumnSpecificationContext ctx)
Visit a parse tree produced byOracleStatementParser.dropColumnSpecification().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropColumnSpecificationin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColumnOrColumnList
public T visitColumnOrColumnList(OracleStatementParser.ColumnOrColumnListContext ctx)
Visit a parse tree produced byOracleStatementParser.columnOrColumnList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitColumnOrColumnListin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCascadeOrInvalidate
public T visitCascadeOrInvalidate(OracleStatementParser.CascadeOrInvalidateContext ctx)
Visit a parse tree produced byOracleStatementParser.cascadeOrInvalidate().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCascadeOrInvalidatein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCheckpointNumber
public T visitCheckpointNumber(OracleStatementParser.CheckpointNumberContext ctx)
Visit a parse tree produced byOracleStatementParser.checkpointNumber().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCheckpointNumberin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRenameColumnClause
public T visitRenameColumnClause(OracleStatementParser.RenameColumnClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.renameColumnClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRenameColumnClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConstraintClauses
public T visitConstraintClauses(OracleStatementParser.ConstraintClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.constraintClauses().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitConstraintClausesin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAddConstraintSpecification
public T visitAddConstraintSpecification(OracleStatementParser.AddConstraintSpecificationContext ctx)
Visit a parse tree produced byOracleStatementParser.addConstraintSpecification().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAddConstraintSpecificationin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitModifyConstraintClause
public T visitModifyConstraintClause(OracleStatementParser.ModifyConstraintClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.modifyConstraintClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitModifyConstraintClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConstraintWithName
public T visitConstraintWithName(OracleStatementParser.ConstraintWithNameContext ctx)
Visit a parse tree produced byOracleStatementParser.constraintWithName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitConstraintWithNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConstraintOption
public T visitConstraintOption(OracleStatementParser.ConstraintOptionContext ctx)
Visit a parse tree produced byOracleStatementParser.constraintOption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitConstraintOptionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConstraintPrimaryOrUnique
public T visitConstraintPrimaryOrUnique(OracleStatementParser.ConstraintPrimaryOrUniqueContext ctx)
Visit a parse tree produced byOracleStatementParser.constraintPrimaryOrUnique().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitConstraintPrimaryOrUniquein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRenameConstraintClause
public T visitRenameConstraintClause(OracleStatementParser.RenameConstraintClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.renameConstraintClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRenameConstraintClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropConstraintClause
public T visitDropConstraintClause(OracleStatementParser.DropConstraintClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.dropConstraintClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropConstraintClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterExternalTable
public T visitAlterExternalTable(OracleStatementParser.AlterExternalTableContext ctx)
Visit a parse tree produced byOracleStatementParser.alterExternalTable().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterExternalTablein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitObjectProperties
public T visitObjectProperties(OracleStatementParser.ObjectPropertiesContext ctx)
Visit a parse tree produced byOracleStatementParser.objectProperties().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitObjectPropertiesin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterIndexInformationClause
public T visitAlterIndexInformationClause(OracleStatementParser.AlterIndexInformationClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.alterIndexInformationClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterIndexInformationClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRenameIndexClause
public T visitRenameIndexClause(OracleStatementParser.RenameIndexClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.renameIndexClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRenameIndexClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitObjectTableSubstitution
public T visitObjectTableSubstitution(OracleStatementParser.ObjectTableSubstitutionContext ctx)
Visit a parse tree produced byOracleStatementParser.objectTableSubstitution().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitObjectTableSubstitutionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMemOptimizeClause
public T visitMemOptimizeClause(OracleStatementParser.MemOptimizeClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.memOptimizeClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMemOptimizeClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMemOptimizeReadClause
public T visitMemOptimizeReadClause(OracleStatementParser.MemOptimizeReadClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.memOptimizeReadClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMemOptimizeReadClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMemOptimizeWriteClause
public T visitMemOptimizeWriteClause(OracleStatementParser.MemOptimizeWriteClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.memOptimizeWriteClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMemOptimizeWriteClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEnableDisableClauses
public T visitEnableDisableClauses(OracleStatementParser.EnableDisableClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.enableDisableClauses().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEnableDisableClausesin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEnableDisableClause
public T visitEnableDisableClause(OracleStatementParser.EnableDisableClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.enableDisableClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEnableDisableClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEnableDisableOthers
public T visitEnableDisableOthers(OracleStatementParser.EnableDisableOthersContext ctx)
Visit a parse tree produced byOracleStatementParser.enableDisableOthers().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEnableDisableOthersin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRebuildClause
public T visitRebuildClause(OracleStatementParser.RebuildClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.rebuildClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRebuildClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitParallelClause
public T visitParallelClause(OracleStatementParser.ParallelClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.parallelClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitParallelClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUsableSpecification
public T visitUsableSpecification(OracleStatementParser.UsableSpecificationContext ctx)
Visit a parse tree produced byOracleStatementParser.usableSpecification().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUsableSpecificationin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInvalidationSpecification
public T visitInvalidationSpecification(OracleStatementParser.InvalidationSpecificationContext ctx)
Visit a parse tree produced byOracleStatementParser.invalidationSpecification().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInvalidationSpecificationin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMaterializedViewLogClause
public T visitMaterializedViewLogClause(OracleStatementParser.MaterializedViewLogClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.materializedViewLogClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMaterializedViewLogClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropReuseClause
public T visitDropReuseClause(OracleStatementParser.DropReuseClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.dropReuseClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropReuseClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCollationClause
public T visitCollationClause(OracleStatementParser.CollationClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.collationClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCollationClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateSynonym
public T visitCreateSynonym(OracleStatementParser.CreateSynonymContext ctx)
Visit a parse tree produced byOracleStatementParser.createSynonym().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateSynonymin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCommitClause
public T visitCommitClause(OracleStatementParser.CommitClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.commitClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCommitClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPhysicalProperties
public T visitPhysicalProperties(OracleStatementParser.PhysicalPropertiesContext ctx)
Visit a parse tree produced byOracleStatementParser.physicalProperties().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPhysicalPropertiesin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDeferredSegmentCreation
public T visitDeferredSegmentCreation(OracleStatementParser.DeferredSegmentCreationContext ctx)
Visit a parse tree produced byOracleStatementParser.deferredSegmentCreation().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDeferredSegmentCreationin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSegmentAttributesClause
public T visitSegmentAttributesClause(OracleStatementParser.SegmentAttributesClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.segmentAttributesClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSegmentAttributesClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPhysicalAttributesClause
public T visitPhysicalAttributesClause(OracleStatementParser.PhysicalAttributesClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.physicalAttributesClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPhysicalAttributesClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLoggingClause
public T visitLoggingClause(OracleStatementParser.LoggingClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.loggingClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLoggingClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStorageClause
public T visitStorageClause(OracleStatementParser.StorageClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.storageClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStorageClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSizeClause
public T visitSizeClause(OracleStatementParser.SizeClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.sizeClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSizeClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMaxsizeClause
public T visitMaxsizeClause(OracleStatementParser.MaxsizeClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.maxsizeClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMaxsizeClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTableCompression
public T visitTableCompression(OracleStatementParser.TableCompressionContext ctx)
Visit a parse tree produced byOracleStatementParser.tableCompression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTableCompressionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInmemoryTableClause
public T visitInmemoryTableClause(OracleStatementParser.InmemoryTableClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.inmemoryTableClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInmemoryTableClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInmemoryAttributes
public T visitInmemoryAttributes(OracleStatementParser.InmemoryAttributesContext ctx)
Visit a parse tree produced byOracleStatementParser.inmemoryAttributes().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInmemoryAttributesin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInmemoryColumnClause
public T visitInmemoryColumnClause(OracleStatementParser.InmemoryColumnClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.inmemoryColumnClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInmemoryColumnClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInmemoryMemcompress
public T visitInmemoryMemcompress(OracleStatementParser.InmemoryMemcompressContext ctx)
Visit a parse tree produced byOracleStatementParser.inmemoryMemcompress().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInmemoryMemcompressin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInmemoryPriority
public T visitInmemoryPriority(OracleStatementParser.InmemoryPriorityContext ctx)
Visit a parse tree produced byOracleStatementParser.inmemoryPriority().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInmemoryPriorityin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInmemoryDistribute
public T visitInmemoryDistribute(OracleStatementParser.InmemoryDistributeContext ctx)
Visit a parse tree produced byOracleStatementParser.inmemoryDistribute().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInmemoryDistributein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInmemoryDuplicate
public T visitInmemoryDuplicate(OracleStatementParser.InmemoryDuplicateContext ctx)
Visit a parse tree produced byOracleStatementParser.inmemoryDuplicate().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInmemoryDuplicatein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIlmClause
public T visitIlmClause(OracleStatementParser.IlmClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.ilmClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIlmClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIlmPolicyClause
public T visitIlmPolicyClause(OracleStatementParser.IlmPolicyClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.ilmPolicyClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIlmPolicyClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIlmCompressionPolicy
public T visitIlmCompressionPolicy(OracleStatementParser.IlmCompressionPolicyContext ctx)
Visit a parse tree produced byOracleStatementParser.ilmCompressionPolicy().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIlmCompressionPolicyin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIlmTimePeriod
public T visitIlmTimePeriod(OracleStatementParser.IlmTimePeriodContext ctx)
Visit a parse tree produced byOracleStatementParser.ilmTimePeriod().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIlmTimePeriodin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIlmTieringPolicy
public T visitIlmTieringPolicy(OracleStatementParser.IlmTieringPolicyContext ctx)
Visit a parse tree produced byOracleStatementParser.ilmTieringPolicy().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIlmTieringPolicyin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIlmInmemoryPolicy
public T visitIlmInmemoryPolicy(OracleStatementParser.IlmInmemoryPolicyContext ctx)
Visit a parse tree produced byOracleStatementParser.ilmInmemoryPolicy().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIlmInmemoryPolicyin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOrganizationClause
public T visitOrganizationClause(OracleStatementParser.OrganizationClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.organizationClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOrganizationClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHeapOrgTableClause
public T visitHeapOrgTableClause(OracleStatementParser.HeapOrgTableClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.heapOrgTableClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitHeapOrgTableClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIndexOrgTableClause
public T visitIndexOrgTableClause(OracleStatementParser.IndexOrgTableClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.indexOrgTableClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIndexOrgTableClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExternalTableClause
public T visitExternalTableClause(OracleStatementParser.ExternalTableClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.externalTableClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExternalTableClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExternalTableDataProps
public T visitExternalTableDataProps(OracleStatementParser.ExternalTableDataPropsContext ctx)
Visit a parse tree produced byOracleStatementParser.externalTableDataProps().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExternalTableDataPropsin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMappingTableClause
public T visitMappingTableClause(OracleStatementParser.MappingTableClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.mappingTableClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMappingTableClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrefixCompression
public T visitPrefixCompression(OracleStatementParser.PrefixCompressionContext ctx)
Visit a parse tree produced byOracleStatementParser.prefixCompression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPrefixCompressionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIndexOrgOverflowClause
public T visitIndexOrgOverflowClause(OracleStatementParser.IndexOrgOverflowClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.indexOrgOverflowClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIndexOrgOverflowClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExternalPartitionClause
public T visitExternalPartitionClause(OracleStatementParser.ExternalPartitionClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.externalPartitionClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExternalPartitionClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitClusterRelatedClause
public T visitClusterRelatedClause(OracleStatementParser.ClusterRelatedClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.clusterRelatedClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitClusterRelatedClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTableProperties
public T visitTableProperties(OracleStatementParser.TablePropertiesContext ctx)
Visit a parse tree produced byOracleStatementParser.tableProperties().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTablePropertiesin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReadOnlyClause
public T visitReadOnlyClause(OracleStatementParser.ReadOnlyClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.readOnlyClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitReadOnlyClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIndexingClause
public T visitIndexingClause(OracleStatementParser.IndexingClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.indexingClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIndexingClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTablePartitioningClauses
public T visitTablePartitioningClauses(OracleStatementParser.TablePartitioningClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.tablePartitioningClauses().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTablePartitioningClausesin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRangePartitions
public T visitRangePartitions(OracleStatementParser.RangePartitionsContext ctx)
Visit a parse tree produced byOracleStatementParser.rangePartitions().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRangePartitionsin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRangeValuesClause
public T visitRangeValuesClause(OracleStatementParser.RangeValuesClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.rangeValuesClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRangeValuesClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTablePartitionDescription
public T visitTablePartitionDescription(OracleStatementParser.TablePartitionDescriptionContext ctx)
Visit a parse tree produced byOracleStatementParser.tablePartitionDescription().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTablePartitionDescriptionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInmemoryClause
public T visitInmemoryClause(OracleStatementParser.InmemoryClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.inmemoryClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInmemoryClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVarrayColProperties
public T visitVarrayColProperties(OracleStatementParser.VarrayColPropertiesContext ctx)
Visit a parse tree produced byOracleStatementParser.varrayColProperties().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitVarrayColPropertiesin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNestedTableColProperties
public T visitNestedTableColProperties(OracleStatementParser.NestedTableColPropertiesContext ctx)
Visit a parse tree produced byOracleStatementParser.nestedTableColProperties().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNestedTableColPropertiesin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLobStorageClause
public T visitLobStorageClause(OracleStatementParser.LobStorageClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.lobStorageClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLobStorageClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVarrayStorageClause
public T visitVarrayStorageClause(OracleStatementParser.VarrayStorageClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.varrayStorageClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitVarrayStorageClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLobStorageParameters
public T visitLobStorageParameters(OracleStatementParser.LobStorageParametersContext ctx)
Visit a parse tree produced byOracleStatementParser.lobStorageParameters().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLobStorageParametersin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLobParameters
public T visitLobParameters(OracleStatementParser.LobParametersContext ctx)
Visit a parse tree produced byOracleStatementParser.lobParameters().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLobParametersin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLobRetentionClause
public T visitLobRetentionClause(OracleStatementParser.LobRetentionClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.lobRetentionClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLobRetentionClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLobDeduplicateClause
public T visitLobDeduplicateClause(OracleStatementParser.LobDeduplicateClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.lobDeduplicateClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLobDeduplicateClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLobCompressionClause
public T visitLobCompressionClause(OracleStatementParser.LobCompressionClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.lobCompressionClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLobCompressionClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExternalPartSubpartDataProps
public T visitExternalPartSubpartDataProps(OracleStatementParser.ExternalPartSubpartDataPropsContext ctx)
Visit a parse tree produced byOracleStatementParser.externalPartSubpartDataProps().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExternalPartSubpartDataPropsin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitListPartitions
public T visitListPartitions(OracleStatementParser.ListPartitionsContext ctx)
Visit a parse tree produced byOracleStatementParser.listPartitions().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitListPartitionsin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitListValuesClause
public T visitListValuesClause(OracleStatementParser.ListValuesClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.listValuesClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitListValuesClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitListValues
public T visitListValues(OracleStatementParser.ListValuesContext ctx)
Visit a parse tree produced byOracleStatementParser.listValues().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitListValuesin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHashPartitions
public T visitHashPartitions(OracleStatementParser.HashPartitionsContext ctx)
Visit a parse tree produced byOracleStatementParser.hashPartitions().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitHashPartitionsin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHashPartitionsByQuantity
public T visitHashPartitionsByQuantity(OracleStatementParser.HashPartitionsByQuantityContext ctx)
Visit a parse tree produced byOracleStatementParser.hashPartitionsByQuantity().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitHashPartitionsByQuantityin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIndexCompression
public T visitIndexCompression(OracleStatementParser.IndexCompressionContext ctx)
Visit a parse tree produced byOracleStatementParser.indexCompression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIndexCompressionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAdvancedIndexCompression
public T visitAdvancedIndexCompression(OracleStatementParser.AdvancedIndexCompressionContext ctx)
Visit a parse tree produced byOracleStatementParser.advancedIndexCompression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAdvancedIndexCompressionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIndividualHashPartitions
public T visitIndividualHashPartitions(OracleStatementParser.IndividualHashPartitionsContext ctx)
Visit a parse tree produced byOracleStatementParser.individualHashPartitions().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIndividualHashPartitionsin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPartitioningStorageClause
public T visitPartitioningStorageClause(OracleStatementParser.PartitioningStorageClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.partitioningStorageClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPartitioningStorageClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLobPartitioningStorage
public T visitLobPartitioningStorage(OracleStatementParser.LobPartitioningStorageContext ctx)
Visit a parse tree produced byOracleStatementParser.lobPartitioningStorage().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLobPartitioningStoragein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCompositeRangePartitions
public T visitCompositeRangePartitions(OracleStatementParser.CompositeRangePartitionsContext ctx)
Visit a parse tree produced byOracleStatementParser.compositeRangePartitions().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCompositeRangePartitionsin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSubpartitionByRange
public T visitSubpartitionByRange(OracleStatementParser.SubpartitionByRangeContext ctx)
Visit a parse tree produced byOracleStatementParser.subpartitionByRange().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSubpartitionByRangein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSubpartitionByList
public T visitSubpartitionByList(OracleStatementParser.SubpartitionByListContext ctx)
Visit a parse tree produced byOracleStatementParser.subpartitionByList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSubpartitionByListin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSubpartitionByHash
public T visitSubpartitionByHash(OracleStatementParser.SubpartitionByHashContext ctx)
Visit a parse tree produced byOracleStatementParser.subpartitionByHash().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSubpartitionByHashin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSubpartitionTemplate
public T visitSubpartitionTemplate(OracleStatementParser.SubpartitionTemplateContext ctx)
Visit a parse tree produced byOracleStatementParser.subpartitionTemplate().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSubpartitionTemplatein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRangeSubpartitionDesc
public T visitRangeSubpartitionDesc(OracleStatementParser.RangeSubpartitionDescContext ctx)
Visit a parse tree produced byOracleStatementParser.rangeSubpartitionDesc().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRangeSubpartitionDescin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitListSubpartitionDesc
public T visitListSubpartitionDesc(OracleStatementParser.ListSubpartitionDescContext ctx)
Visit a parse tree produced byOracleStatementParser.listSubpartitionDesc().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitListSubpartitionDescin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIndividualHashSubparts
public T visitIndividualHashSubparts(OracleStatementParser.IndividualHashSubpartsContext ctx)
Visit a parse tree produced byOracleStatementParser.individualHashSubparts().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIndividualHashSubpartsin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRangePartitionDesc
public T visitRangePartitionDesc(OracleStatementParser.RangePartitionDescContext ctx)
Visit a parse tree produced byOracleStatementParser.rangePartitionDesc().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRangePartitionDescin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCompositeListPartitions
public T visitCompositeListPartitions(OracleStatementParser.CompositeListPartitionsContext ctx)
Visit a parse tree produced byOracleStatementParser.compositeListPartitions().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCompositeListPartitionsin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitListPartitionDesc
public T visitListPartitionDesc(OracleStatementParser.ListPartitionDescContext ctx)
Visit a parse tree produced byOracleStatementParser.listPartitionDesc().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitListPartitionDescin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCompositeHashPartitions
public T visitCompositeHashPartitions(OracleStatementParser.CompositeHashPartitionsContext ctx)
Visit a parse tree produced byOracleStatementParser.compositeHashPartitions().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCompositeHashPartitionsin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReferencePartitioning
public T visitReferencePartitioning(OracleStatementParser.ReferencePartitioningContext ctx)
Visit a parse tree produced byOracleStatementParser.referencePartitioning().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitReferencePartitioningin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReferencePartitionDesc
public T visitReferencePartitionDesc(OracleStatementParser.ReferencePartitionDescContext ctx)
Visit a parse tree produced byOracleStatementParser.referencePartitionDesc().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitReferencePartitionDescin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConstraint
public T visitConstraint(OracleStatementParser.ConstraintContext ctx)
Visit a parse tree produced byOracleStatementParser.constraint().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitConstraintin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSystemPartitioning
public T visitSystemPartitioning(OracleStatementParser.SystemPartitioningContext ctx)
Visit a parse tree produced byOracleStatementParser.systemPartitioning().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSystemPartitioningin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConsistentHashPartitions
public T visitConsistentHashPartitions(OracleStatementParser.ConsistentHashPartitionsContext ctx)
Visit a parse tree produced byOracleStatementParser.consistentHashPartitions().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitConsistentHashPartitionsin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConsistentHashWithSubpartitions
public T visitConsistentHashWithSubpartitions(OracleStatementParser.ConsistentHashWithSubpartitionsContext ctx)
Visit a parse tree produced byOracleStatementParser.consistentHashWithSubpartitions().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitConsistentHashWithSubpartitionsin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPartitionsetClauses
public T visitPartitionsetClauses(OracleStatementParser.PartitionsetClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.partitionsetClauses().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPartitionsetClausesin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRangePartitionsetClause
public T visitRangePartitionsetClause(OracleStatementParser.RangePartitionsetClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.rangePartitionsetClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRangePartitionsetClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRangePartitionsetDesc
public T visitRangePartitionsetDesc(OracleStatementParser.RangePartitionsetDescContext ctx)
Visit a parse tree produced byOracleStatementParser.rangePartitionsetDesc().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRangePartitionsetDescin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitListPartitionsetClause
public T visitListPartitionsetClause(OracleStatementParser.ListPartitionsetClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.listPartitionsetClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitListPartitionsetClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAttributeClusteringClause
public T visitAttributeClusteringClause(OracleStatementParser.AttributeClusteringClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.attributeClusteringClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAttributeClusteringClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitClusteringJoin
public T visitClusteringJoin(OracleStatementParser.ClusteringJoinContext ctx)
Visit a parse tree produced byOracleStatementParser.clusteringJoin().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitClusteringJoinin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitClusterClause
public T visitClusterClause(OracleStatementParser.ClusterClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.clusterClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitClusterClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateDirectory
public T visitCreateDirectory(OracleStatementParser.CreateDirectoryContext ctx)
Visit a parse tree produced byOracleStatementParser.createDirectory().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateDirectoryin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitClusteringColumns
public T visitClusteringColumns(OracleStatementParser.ClusteringColumnsContext ctx)
Visit a parse tree produced byOracleStatementParser.clusteringColumns().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitClusteringColumnsin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitClusteringColumnGroup
public T visitClusteringColumnGroup(OracleStatementParser.ClusteringColumnGroupContext ctx)
Visit a parse tree produced byOracleStatementParser.clusteringColumnGroup().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitClusteringColumnGroupin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitClusteringWhen
public T visitClusteringWhen(OracleStatementParser.ClusteringWhenContext ctx)
Visit a parse tree produced byOracleStatementParser.clusteringWhen().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitClusteringWhenin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitZonemapClause
public T visitZonemapClause(OracleStatementParser.ZonemapClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.zonemapClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitZonemapClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRowMovementClause
public T visitRowMovementClause(OracleStatementParser.RowMovementClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.rowMovementClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRowMovementClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFlashbackArchiveClause
public T visitFlashbackArchiveClause(OracleStatementParser.FlashbackArchiveClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.flashbackArchiveClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFlashbackArchiveClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterPackage
public T visitAlterPackage(OracleStatementParser.AlterPackageContext ctx)
Visit a parse tree produced byOracleStatementParser.alterPackage().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterPackagein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPackageCompileClause
public T visitPackageCompileClause(OracleStatementParser.PackageCompileClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.packageCompileClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPackageCompileClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterSynonym
public T visitAlterSynonym(OracleStatementParser.AlterSynonymContext ctx)
Visit a parse tree produced byOracleStatementParser.alterSynonym().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterSynonymin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterTablePartitioning
public T visitAlterTablePartitioning(OracleStatementParser.AlterTablePartitioningContext ctx)
Visit a parse tree produced byOracleStatementParser.alterTablePartitioning().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterTablePartitioningin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitModifyTablePartition
public T visitModifyTablePartition(OracleStatementParser.ModifyTablePartitionContext ctx)
Visit a parse tree produced byOracleStatementParser.modifyTablePartition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitModifyTablePartitionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitModifyRangePartition
public T visitModifyRangePartition(OracleStatementParser.ModifyRangePartitionContext ctx)
Visit a parse tree produced byOracleStatementParser.modifyRangePartition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitModifyRangePartitionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitModifyHashPartition
public T visitModifyHashPartition(OracleStatementParser.ModifyHashPartitionContext ctx)
Visit a parse tree produced byOracleStatementParser.modifyHashPartition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitModifyHashPartitionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitModifyListPartition
public T visitModifyListPartition(OracleStatementParser.ModifyListPartitionContext ctx)
Visit a parse tree produced byOracleStatementParser.modifyListPartition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitModifyListPartitionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPartitionExtendedName
public T visitPartitionExtendedName(OracleStatementParser.PartitionExtendedNameContext ctx)
Visit a parse tree produced byOracleStatementParser.partitionExtendedName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPartitionExtendedNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAddRangeSubpartition
public T visitAddRangeSubpartition(OracleStatementParser.AddRangeSubpartitionContext ctx)
Visit a parse tree produced byOracleStatementParser.addRangeSubpartition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAddRangeSubpartitionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDependentTablesClause
public T visitDependentTablesClause(OracleStatementParser.DependentTablesClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.dependentTablesClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDependentTablesClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAddHashSubpartition
public T visitAddHashSubpartition(OracleStatementParser.AddHashSubpartitionContext ctx)
Visit a parse tree produced byOracleStatementParser.addHashSubpartition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAddHashSubpartitionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAddListSubpartition
public T visitAddListSubpartition(OracleStatementParser.AddListSubpartitionContext ctx)
Visit a parse tree produced byOracleStatementParser.addListSubpartition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAddListSubpartitionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCoalesceTableSubpartition
public T visitCoalesceTableSubpartition(OracleStatementParser.CoalesceTableSubpartitionContext ctx)
Visit a parse tree produced byOracleStatementParser.coalesceTableSubpartition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCoalesceTableSubpartitionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAllowDisallowClustering
public T visitAllowDisallowClustering(OracleStatementParser.AllowDisallowClusteringContext ctx)
Visit a parse tree produced byOracleStatementParser.allowDisallowClustering().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAllowDisallowClusteringin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterMappingTableClauses
public T visitAlterMappingTableClauses(OracleStatementParser.AlterMappingTableClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.alterMappingTableClauses().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterMappingTableClausesin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterView
public T visitAlterView(OracleStatementParser.AlterViewContext ctx)
Visit a parse tree produced byOracleStatementParser.alterView().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterViewin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDeallocateUnusedClause
public T visitDeallocateUnusedClause(OracleStatementParser.DeallocateUnusedClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.deallocateUnusedClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDeallocateUnusedClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAllocateExtentClause
public T visitAllocateExtentClause(OracleStatementParser.AllocateExtentClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.allocateExtentClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAllocateExtentClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPartitionSpec
public T visitPartitionSpec(OracleStatementParser.PartitionSpecContext ctx)
Visit a parse tree produced byOracleStatementParser.partitionSpec().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPartitionSpecin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPartitionAttributes
public T visitPartitionAttributes(OracleStatementParser.PartitionAttributesContext ctx)
Visit a parse tree produced byOracleStatementParser.partitionAttributes().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPartitionAttributesin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShrinkClause
public T visitShrinkClause(OracleStatementParser.ShrinkClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.shrinkClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitShrinkClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMoveTablePartition
public T visitMoveTablePartition(OracleStatementParser.MoveTablePartitionContext ctx)
Visit a parse tree produced byOracleStatementParser.moveTablePartition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMoveTablePartitionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFilterCondition
public T visitFilterCondition(OracleStatementParser.FilterConditionContext ctx)
Visit a parse tree produced byOracleStatementParser.filterCondition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFilterConditionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCoalesceTablePartition
public T visitCoalesceTablePartition(OracleStatementParser.CoalesceTablePartitionContext ctx)
Visit a parse tree produced byOracleStatementParser.coalesceTablePartition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCoalesceTablePartitionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAddTablePartition
public T visitAddTablePartition(OracleStatementParser.AddTablePartitionContext ctx)
Visit a parse tree produced byOracleStatementParser.addTablePartition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAddTablePartitionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAddRangePartitionClause
public T visitAddRangePartitionClause(OracleStatementParser.AddRangePartitionClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.addRangePartitionClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAddRangePartitionClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAddListPartitionClause
public T visitAddListPartitionClause(OracleStatementParser.AddListPartitionClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.addListPartitionClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAddListPartitionClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHashSubpartsByQuantity
public T visitHashSubpartsByQuantity(OracleStatementParser.HashSubpartsByQuantityContext ctx)
Visit a parse tree produced byOracleStatementParser.hashSubpartsByQuantity().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitHashSubpartsByQuantityin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAddSystemPartitionClause
public T visitAddSystemPartitionClause(OracleStatementParser.AddSystemPartitionClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.addSystemPartitionClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAddSystemPartitionClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAddHashPartitionClause
public T visitAddHashPartitionClause(OracleStatementParser.AddHashPartitionClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.addHashPartitionClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAddHashPartitionClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropTablePartition
public T visitDropTablePartition(OracleStatementParser.DropTablePartitionContext ctx)
Visit a parse tree produced byOracleStatementParser.dropTablePartition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropTablePartitionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPartitionExtendedNames
public T visitPartitionExtendedNames(OracleStatementParser.PartitionExtendedNamesContext ctx)
Visit a parse tree produced byOracleStatementParser.partitionExtendedNames().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPartitionExtendedNamesin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPartitionForClauses
public T visitPartitionForClauses(OracleStatementParser.PartitionForClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.partitionForClauses().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPartitionForClausesin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUpdateIndexClauses
public T visitUpdateIndexClauses(OracleStatementParser.UpdateIndexClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.updateIndexClauses().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUpdateIndexClausesin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUpdateGlobalIndexClause
public T visitUpdateGlobalIndexClause(OracleStatementParser.UpdateGlobalIndexClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.updateGlobalIndexClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUpdateGlobalIndexClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUpdateAllIndexesClause
public T visitUpdateAllIndexesClause(OracleStatementParser.UpdateAllIndexesClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.updateAllIndexesClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUpdateAllIndexesClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUpdateIndexPartition
public T visitUpdateIndexPartition(OracleStatementParser.UpdateIndexPartitionContext ctx)
Visit a parse tree produced byOracleStatementParser.updateIndexPartition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUpdateIndexPartitionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIndexPartitionDesc
public T visitIndexPartitionDesc(OracleStatementParser.IndexPartitionDescContext ctx)
Visit a parse tree produced byOracleStatementParser.indexPartitionDesc().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIndexPartitionDescin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIndexSubpartitionClause
public T visitIndexSubpartitionClause(OracleStatementParser.IndexSubpartitionClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.indexSubpartitionClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIndexSubpartitionClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUpdateIndexSubpartition
public T visitUpdateIndexSubpartition(OracleStatementParser.UpdateIndexSubpartitionContext ctx)
Visit a parse tree produced byOracleStatementParser.updateIndexSubpartition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUpdateIndexSubpartitionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSupplementalLoggingProps
public T visitSupplementalLoggingProps(OracleStatementParser.SupplementalLoggingPropsContext ctx)
Visit a parse tree produced byOracleStatementParser.supplementalLoggingProps().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSupplementalLoggingPropsin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSupplementalLogGrpClause
public T visitSupplementalLogGrpClause(OracleStatementParser.SupplementalLogGrpClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.supplementalLogGrpClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSupplementalLogGrpClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSupplementalIdKeyClause
public T visitSupplementalIdKeyClause(OracleStatementParser.SupplementalIdKeyClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.supplementalIdKeyClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSupplementalIdKeyClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterSession
public T visitAlterSession(OracleStatementParser.AlterSessionContext ctx)
Visit a parse tree produced byOracleStatementParser.alterSession().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterSessionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterSessionOption
public T visitAlterSessionOption(OracleStatementParser.AlterSessionOptionContext ctx)
Visit a parse tree produced byOracleStatementParser.alterSessionOption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterSessionOptionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAdviseClause
public T visitAdviseClause(OracleStatementParser.AdviseClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.adviseClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAdviseClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCloseDatabaseLinkClause
public T visitCloseDatabaseLinkClause(OracleStatementParser.CloseDatabaseLinkClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.closeDatabaseLinkClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCloseDatabaseLinkClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCommitInProcedureClause
public T visitCommitInProcedureClause(OracleStatementParser.CommitInProcedureClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.commitInProcedureClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCommitInProcedureClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSecuriyClause
public T visitSecuriyClause(OracleStatementParser.SecuriyClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.securiyClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSecuriyClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitParallelExecutionClause
public T visitParallelExecutionClause(OracleStatementParser.ParallelExecutionClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.parallelExecutionClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitParallelExecutionClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitResumableClause
public T visitResumableClause(OracleStatementParser.ResumableClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.resumableClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitResumableClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEnableResumableClause
public T visitEnableResumableClause(OracleStatementParser.EnableResumableClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.enableResumableClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEnableResumableClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDisableResumableClause
public T visitDisableResumableClause(OracleStatementParser.DisableResumableClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.disableResumableClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDisableResumableClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShardDdlClause
public T visitShardDdlClause(OracleStatementParser.ShardDdlClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.shardDdlClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitShardDdlClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSyncWithPrimaryClause
public T visitSyncWithPrimaryClause(OracleStatementParser.SyncWithPrimaryClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.syncWithPrimaryClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSyncWithPrimaryClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterSessionSetClause
public T visitAlterSessionSetClause(OracleStatementParser.AlterSessionSetClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.alterSessionSetClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterSessionSetClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterSessionSetClauseOption
public T visitAlterSessionSetClauseOption(OracleStatementParser.AlterSessionSetClauseOptionContext ctx)
Visit a parse tree produced byOracleStatementParser.alterSessionSetClauseOption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterSessionSetClauseOptionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitParameterClause
public T visitParameterClause(OracleStatementParser.ParameterClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.parameterClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitParameterClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEditionClause
public T visitEditionClause(OracleStatementParser.EditionClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.editionClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEditionClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitContainerClause
public T visitContainerClause(OracleStatementParser.ContainerClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.containerClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitContainerClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRowArchivalVisibilityClause
public T visitRowArchivalVisibilityClause(OracleStatementParser.RowArchivalVisibilityClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.rowArchivalVisibilityClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRowArchivalVisibilityClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterDatabaseDictionary
public T visitAlterDatabaseDictionary(OracleStatementParser.AlterDatabaseDictionaryContext ctx)
Visit a parse tree produced byOracleStatementParser.alterDatabaseDictionary().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterDatabaseDictionaryin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterDatabase
public T visitAlterDatabase(OracleStatementParser.AlterDatabaseContext ctx)
Visit a parse tree produced byOracleStatementParser.alterDatabase().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterDatabasein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDatabaseClauses
public T visitDatabaseClauses(OracleStatementParser.DatabaseClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.databaseClauses().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDatabaseClausesin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStartupClauses
public T visitStartupClauses(OracleStatementParser.StartupClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.startupClauses().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStartupClausesin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRecoveryClauses
public T visitRecoveryClauses(OracleStatementParser.RecoveryClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.recoveryClauses().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRecoveryClausesin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGeneralRecovery
public T visitGeneralRecovery(OracleStatementParser.GeneralRecoveryContext ctx)
Visit a parse tree produced byOracleStatementParser.generalRecovery().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGeneralRecoveryin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFullDatabaseRecovery
public T visitFullDatabaseRecovery(OracleStatementParser.FullDatabaseRecoveryContext ctx)
Visit a parse tree produced byOracleStatementParser.fullDatabaseRecovery().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFullDatabaseRecoveryin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPartialDatabaseRecovery
public T visitPartialDatabaseRecovery(OracleStatementParser.PartialDatabaseRecoveryContext ctx)
Visit a parse tree produced byOracleStatementParser.partialDatabaseRecovery().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPartialDatabaseRecoveryin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitManagedStandbyRecovery
public T visitManagedStandbyRecovery(OracleStatementParser.ManagedStandbyRecoveryContext ctx)
Visit a parse tree produced byOracleStatementParser.managedStandbyRecovery().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitManagedStandbyRecoveryin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDatabaseFileClauses
public T visitDatabaseFileClauses(OracleStatementParser.DatabaseFileClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.databaseFileClauses().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDatabaseFileClausesin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateDatafileClause
public T visitCreateDatafileClause(OracleStatementParser.CreateDatafileClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.createDatafileClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateDatafileClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFileSpecifications
public T visitFileSpecifications(OracleStatementParser.FileSpecificationsContext ctx)
Visit a parse tree produced byOracleStatementParser.fileSpecifications().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFileSpecificationsin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFileSpecification
public T visitFileSpecification(OracleStatementParser.FileSpecificationContext ctx)
Visit a parse tree produced byOracleStatementParser.fileSpecification().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFileSpecificationin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDatafileTempfileSpec
public T visitDatafileTempfileSpec(OracleStatementParser.DatafileTempfileSpecContext ctx)
Visit a parse tree produced byOracleStatementParser.datafileTempfileSpec().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDatafileTempfileSpecin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAutoextendClause
public T visitAutoextendClause(OracleStatementParser.AutoextendClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.autoextendClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAutoextendClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRedoLogFileSpec
public T visitRedoLogFileSpec(OracleStatementParser.RedoLogFileSpecContext ctx)
Visit a parse tree produced byOracleStatementParser.redoLogFileSpec().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRedoLogFileSpecin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterDatafileClause
public T visitAlterDatafileClause(OracleStatementParser.AlterDatafileClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.alterDatafileClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterDatafileClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterTempfileClause
public T visitAlterTempfileClause(OracleStatementParser.AlterTempfileClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.alterTempfileClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterTempfileClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLogfileClauses
public T visitLogfileClauses(OracleStatementParser.LogfileClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.logfileClauses().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLogfileClausesin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLogfileDescriptor
public T visitLogfileDescriptor(OracleStatementParser.LogfileDescriptorContext ctx)
Visit a parse tree produced byOracleStatementParser.logfileDescriptor().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLogfileDescriptorin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAddLogfileClauses
public T visitAddLogfileClauses(OracleStatementParser.AddLogfileClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.addLogfileClauses().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAddLogfileClausesin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitControlfileClauses
public T visitControlfileClauses(OracleStatementParser.ControlfileClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.controlfileClauses().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitControlfileClausesin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraceFileClause
public T visitTraceFileClause(OracleStatementParser.TraceFileClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.traceFileClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraceFileClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropLogfileClauses
public T visitDropLogfileClauses(OracleStatementParser.DropLogfileClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.dropLogfileClauses().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropLogfileClausesin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSwitchLogfileClause
public T visitSwitchLogfileClause(OracleStatementParser.SwitchLogfileClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.switchLogfileClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSwitchLogfileClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSupplementalDbLogging
public T visitSupplementalDbLogging(OracleStatementParser.SupplementalDbLoggingContext ctx)
Visit a parse tree produced byOracleStatementParser.supplementalDbLogging().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSupplementalDbLoggingin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSupplementalPlsqlClause
public T visitSupplementalPlsqlClause(OracleStatementParser.SupplementalPlsqlClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.supplementalPlsqlClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSupplementalPlsqlClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSupplementalSubsetReplicationClause
public T visitSupplementalSubsetReplicationClause(OracleStatementParser.SupplementalSubsetReplicationClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.supplementalSubsetReplicationClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSupplementalSubsetReplicationClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStandbyDatabaseClauses
public T visitStandbyDatabaseClauses(OracleStatementParser.StandbyDatabaseClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.standbyDatabaseClauses().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStandbyDatabaseClausesin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitActivateStandbyDbClause
public T visitActivateStandbyDbClause(OracleStatementParser.ActivateStandbyDbClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.activateStandbyDbClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitActivateStandbyDbClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMaximizeStandbyDbClause
public T visitMaximizeStandbyDbClause(OracleStatementParser.MaximizeStandbyDbClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.maximizeStandbyDbClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMaximizeStandbyDbClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRegisterLogfileClause
public T visitRegisterLogfileClause(OracleStatementParser.RegisterLogfileClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.registerLogfileClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRegisterLogfileClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCommitSwitchoverClause
public T visitCommitSwitchoverClause(OracleStatementParser.CommitSwitchoverClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.commitSwitchoverClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCommitSwitchoverClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStartStandbyClause
public T visitStartStandbyClause(OracleStatementParser.StartStandbyClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.startStandbyClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStartStandbyClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStopStandbyClause
public T visitStopStandbyClause(OracleStatementParser.StopStandbyClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.stopStandbyClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStopStandbyClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSwitchoverClause
public T visitSwitchoverClause(OracleStatementParser.SwitchoverClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.switchoverClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSwitchoverClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConvertDatabaseClause
public T visitConvertDatabaseClause(OracleStatementParser.ConvertDatabaseClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.convertDatabaseClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitConvertDatabaseClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFailoverClause
public T visitFailoverClause(OracleStatementParser.FailoverClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.failoverClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFailoverClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDefaultSettingsClauses
public T visitDefaultSettingsClauses(OracleStatementParser.DefaultSettingsClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.defaultSettingsClauses().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDefaultSettingsClausesin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSetTimeZoneClause
public T visitSetTimeZoneClause(OracleStatementParser.SetTimeZoneClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.setTimeZoneClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSetTimeZoneClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTimeZoneRegion
public T visitTimeZoneRegion(OracleStatementParser.TimeZoneRegionContext ctx)
Visit a parse tree produced byOracleStatementParser.timeZoneRegion().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTimeZoneRegionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFlashbackModeClause
public T visitFlashbackModeClause(OracleStatementParser.FlashbackModeClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.flashbackModeClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFlashbackModeClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUndoModeClause
public T visitUndoModeClause(OracleStatementParser.UndoModeClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.undoModeClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUndoModeClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMoveDatafileClause
public T visitMoveDatafileClause(OracleStatementParser.MoveDatafileClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.moveDatafileClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMoveDatafileClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInstanceClauses
public T visitInstanceClauses(OracleStatementParser.InstanceClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.instanceClauses().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInstanceClausesin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSecurityClause
public T visitSecurityClause(OracleStatementParser.SecurityClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.securityClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSecurityClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrepareClause
public T visitPrepareClause(OracleStatementParser.PrepareClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.prepareClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPrepareClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropMirrorCopy
public T visitDropMirrorCopy(OracleStatementParser.DropMirrorCopyContext ctx)
Visit a parse tree produced byOracleStatementParser.dropMirrorCopy().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropMirrorCopyin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLostWriteProtection
public T visitLostWriteProtection(OracleStatementParser.LostWriteProtectionContext ctx)
Visit a parse tree produced byOracleStatementParser.lostWriteProtection().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLostWriteProtectionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCdbFleetClauses
public T visitCdbFleetClauses(OracleStatementParser.CdbFleetClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.cdbFleetClauses().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCdbFleetClausesin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLeadCdbClause
public T visitLeadCdbClause(OracleStatementParser.LeadCdbClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.leadCdbClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLeadCdbClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLeadCdbUriClause
public T visitLeadCdbUriClause(OracleStatementParser.LeadCdbUriClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.leadCdbUriClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLeadCdbUriClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPropertyClause
public T visitPropertyClause(OracleStatementParser.PropertyClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.propertyClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPropertyClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterSystem
public T visitAlterSystem(OracleStatementParser.AlterSystemContext ctx)
Visit a parse tree produced byOracleStatementParser.alterSystem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterSystemin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterSystemOption
public T visitAlterSystemOption(OracleStatementParser.AlterSystemOptionContext ctx)
Visit a parse tree produced byOracleStatementParser.alterSystemOption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterSystemOptionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitArchiveLogClause
public T visitArchiveLogClause(OracleStatementParser.ArchiveLogClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.archiveLogClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitArchiveLogClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCheckpointClause
public T visitCheckpointClause(OracleStatementParser.CheckpointClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.checkpointClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCheckpointClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCheckDatafilesClause
public T visitCheckDatafilesClause(OracleStatementParser.CheckDatafilesClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.checkDatafilesClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCheckDatafilesClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDistributedRecovClauses
public T visitDistributedRecovClauses(OracleStatementParser.DistributedRecovClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.distributedRecovClauses().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDistributedRecovClausesin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFlushClause
public T visitFlushClause(OracleStatementParser.FlushClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.flushClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFlushClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEndSessionClauses
public T visitEndSessionClauses(OracleStatementParser.EndSessionClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.endSessionClauses().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEndSessionClausesin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterSystemSwitchLogfileClause
public T visitAlterSystemSwitchLogfileClause(OracleStatementParser.AlterSystemSwitchLogfileClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.alterSystemSwitchLogfileClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterSystemSwitchLogfileClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSuspendResumeClause
public T visitSuspendResumeClause(OracleStatementParser.SuspendResumeClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.suspendResumeClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSuspendResumeClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQuiesceClauses
public T visitQuiesceClauses(OracleStatementParser.QuiesceClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.quiesceClauses().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitQuiesceClausesin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRollingMigrationClauses
public T visitRollingMigrationClauses(OracleStatementParser.RollingMigrationClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.rollingMigrationClauses().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRollingMigrationClausesin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRollingPatchClauses
public T visitRollingPatchClauses(OracleStatementParser.RollingPatchClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.rollingPatchClauses().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRollingPatchClausesin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterSystemSecurityClauses
public T visitAlterSystemSecurityClauses(OracleStatementParser.AlterSystemSecurityClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.alterSystemSecurityClauses().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterSystemSecurityClausesin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAffinityClauses
public T visitAffinityClauses(OracleStatementParser.AffinityClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.affinityClauses().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAffinityClausesin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShutdownDispatcherClause
public T visitShutdownDispatcherClause(OracleStatementParser.ShutdownDispatcherClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.shutdownDispatcherClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitShutdownDispatcherClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRegisterClause
public T visitRegisterClause(OracleStatementParser.RegisterClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.registerClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRegisterClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSetClause
public T visitSetClause(OracleStatementParser.SetClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.setClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSetClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitResetClause
public T visitResetClause(OracleStatementParser.ResetClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.resetClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitResetClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRelocateClientClause
public T visitRelocateClientClause(OracleStatementParser.RelocateClientClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.relocateClientClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRelocateClientClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCancelSqlClause
public T visitCancelSqlClause(OracleStatementParser.CancelSqlClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.cancelSqlClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCancelSqlClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFlushPasswordfileMetadataCacheClause
public T visitFlushPasswordfileMetadataCacheClause(OracleStatementParser.FlushPasswordfileMetadataCacheClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.flushPasswordfileMetadataCacheClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFlushPasswordfileMetadataCacheClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInstanceClause
public T visitInstanceClause(OracleStatementParser.InstanceClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.instanceClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInstanceClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSequenceClause
public T visitSequenceClause(OracleStatementParser.SequenceClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.sequenceClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSequenceClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitChangeClause
public T visitChangeClause(OracleStatementParser.ChangeClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.changeClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitChangeClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCurrentClause
public T visitCurrentClause(OracleStatementParser.CurrentClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.currentClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCurrentClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGroupClause
public T visitGroupClause(OracleStatementParser.GroupClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.groupClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGroupClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLogfileClause
public T visitLogfileClause(OracleStatementParser.LogfileClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.logfileClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLogfileClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNextClause
public T visitNextClause(OracleStatementParser.NextClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.nextClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNextClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAllClause
public T visitAllClause(OracleStatementParser.AllClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.allClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAllClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitToLocationClause
public T visitToLocationClause(OracleStatementParser.ToLocationClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.toLocationClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitToLocationClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFlushClauseOption
public T visitFlushClauseOption(OracleStatementParser.FlushClauseOptionContext ctx)
Visit a parse tree produced byOracleStatementParser.flushClauseOption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFlushClauseOptionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDisconnectSessionClause
public T visitDisconnectSessionClause(OracleStatementParser.DisconnectSessionClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.disconnectSessionClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDisconnectSessionClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitKillSessionClause
public T visitKillSessionClause(OracleStatementParser.KillSessionClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.killSessionClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitKillSessionClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStartRollingMigrationClause
public T visitStartRollingMigrationClause(OracleStatementParser.StartRollingMigrationClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.startRollingMigrationClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStartRollingMigrationClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStopRollingMigrationClause
public T visitStopRollingMigrationClause(OracleStatementParser.StopRollingMigrationClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.stopRollingMigrationClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStopRollingMigrationClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStartRollingPatchClause
public T visitStartRollingPatchClause(OracleStatementParser.StartRollingPatchClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.startRollingPatchClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStartRollingPatchClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStopRollingPatchClause
public T visitStopRollingPatchClause(OracleStatementParser.StopRollingPatchClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.stopRollingPatchClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStopRollingPatchClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRestrictedSessionClause
public T visitRestrictedSessionClause(OracleStatementParser.RestrictedSessionClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.restrictedSessionClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRestrictedSessionClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSetEncryptionWalletOpenClause
public T visitSetEncryptionWalletOpenClause(OracleStatementParser.SetEncryptionWalletOpenClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.setEncryptionWalletOpenClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSetEncryptionWalletOpenClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSetEncryptionWalletCloseClause
public T visitSetEncryptionWalletCloseClause(OracleStatementParser.SetEncryptionWalletCloseClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.setEncryptionWalletCloseClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSetEncryptionWalletCloseClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSetEncryptionKeyClause
public T visitSetEncryptionKeyClause(OracleStatementParser.SetEncryptionKeyClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.setEncryptionKeyClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSetEncryptionKeyClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEnableAffinityClause
public T visitEnableAffinityClause(OracleStatementParser.EnableAffinityClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.enableAffinityClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEnableAffinityClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDisableAffinityClause
public T visitDisableAffinityClause(OracleStatementParser.DisableAffinityClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.disableAffinityClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDisableAffinityClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterSystemSetClause
public T visitAlterSystemSetClause(OracleStatementParser.AlterSystemSetClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.alterSystemSetClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterSystemSetClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterSystemResetClause
public T visitAlterSystemResetClause(OracleStatementParser.AlterSystemResetClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.alterSystemResetClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterSystemResetClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSharedPoolClause
public T visitSharedPoolClause(OracleStatementParser.SharedPoolClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.sharedPoolClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSharedPoolClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGlobalContextClause
public T visitGlobalContextClause(OracleStatementParser.GlobalContextClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.globalContextClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGlobalContextClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBufferCacheClause
public T visitBufferCacheClause(OracleStatementParser.BufferCacheClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.bufferCacheClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBufferCacheClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFlashCacheClause
public T visitFlashCacheClause(OracleStatementParser.FlashCacheClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.flashCacheClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFlashCacheClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRedoToClause
public T visitRedoToClause(OracleStatementParser.RedoToClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.redoToClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRedoToClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIdentifiedByWalletPassword
public T visitIdentifiedByWalletPassword(OracleStatementParser.IdentifiedByWalletPasswordContext ctx)
Visit a parse tree produced byOracleStatementParser.identifiedByWalletPassword().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIdentifiedByWalletPasswordin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIdentifiedByHsmAuthString
public T visitIdentifiedByHsmAuthString(OracleStatementParser.IdentifiedByHsmAuthStringContext ctx)
Visit a parse tree produced byOracleStatementParser.identifiedByHsmAuthString().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIdentifiedByHsmAuthStringin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSetParameterClause
public T visitSetParameterClause(OracleStatementParser.SetParameterClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.setParameterClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSetParameterClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUseStoredOutlinesClause
public T visitUseStoredOutlinesClause(OracleStatementParser.UseStoredOutlinesClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.useStoredOutlinesClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUseStoredOutlinesClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGlobalTopicEnabledClause
public T visitGlobalTopicEnabledClause(OracleStatementParser.GlobalTopicEnabledClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.globalTopicEnabledClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGlobalTopicEnabledClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterSystemCommentClause
public T visitAlterSystemCommentClause(OracleStatementParser.AlterSystemCommentClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.alterSystemCommentClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterSystemCommentClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitContainerCurrentAllClause
public T visitContainerCurrentAllClause(OracleStatementParser.ContainerCurrentAllClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.containerCurrentAllClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitContainerCurrentAllClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitScopeClause
public T visitScopeClause(OracleStatementParser.ScopeClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.scopeClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitScopeClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAnalyze
public T visitAnalyze(OracleStatementParser.AnalyzeContext ctx)
Visit a parse tree produced byOracleStatementParser.analyze().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAnalyzein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitValidationClauses
public T visitValidationClauses(OracleStatementParser.ValidationClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.validationClauses().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitValidationClausesin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAssociateStatistics
public T visitAssociateStatistics(OracleStatementParser.AssociateStatisticsContext ctx)
Visit a parse tree produced byOracleStatementParser.associateStatistics().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAssociateStatisticsin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColumnAssociation
public T visitColumnAssociation(OracleStatementParser.ColumnAssociationContext ctx)
Visit a parse tree produced byOracleStatementParser.columnAssociation().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitColumnAssociationin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunctionAssociation
public T visitFunctionAssociation(OracleStatementParser.FunctionAssociationContext ctx)
Visit a parse tree produced byOracleStatementParser.functionAssociation().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFunctionAssociationin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStorageTableClause
public T visitStorageTableClause(OracleStatementParser.StorageTableClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.storageTableClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStorageTableClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUsingStatisticsType
public T visitUsingStatisticsType(OracleStatementParser.UsingStatisticsTypeContext ctx)
Visit a parse tree produced byOracleStatementParser.usingStatisticsType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUsingStatisticsTypein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDefaultCostClause
public T visitDefaultCostClause(OracleStatementParser.DefaultCostClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.defaultCostClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDefaultCostClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDefaultSelectivityClause
public T visitDefaultSelectivityClause(OracleStatementParser.DefaultSelectivityClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.defaultSelectivityClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDefaultSelectivityClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDisassociateStatistics
public T visitDisassociateStatistics(OracleStatementParser.DisassociateStatisticsContext ctx)
Visit a parse tree produced byOracleStatementParser.disassociateStatistics().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDisassociateStatisticsin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAudit
public T visitAudit(OracleStatementParser.AuditContext ctx)
Visit a parse tree produced byOracleStatementParser.audit().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAuditin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNoAudit
public T visitNoAudit(OracleStatementParser.NoAuditContext ctx)
Visit a parse tree produced byOracleStatementParser.noAudit().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNoAuditin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAuditPolicyClause
public T visitAuditPolicyClause(OracleStatementParser.AuditPolicyClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.auditPolicyClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAuditPolicyClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNoAuditPolicyClause
public T visitNoAuditPolicyClause(OracleStatementParser.NoAuditPolicyClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.noAuditPolicyClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNoAuditPolicyClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitByUsersWithRoles
public T visitByUsersWithRoles(OracleStatementParser.ByUsersWithRolesContext ctx)
Visit a parse tree produced byOracleStatementParser.byUsersWithRoles().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitByUsersWithRolesin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitContextClause
public T visitContextClause(OracleStatementParser.ContextClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.contextClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitContextClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitContextNamespaceAttributesClause
public T visitContextNamespaceAttributesClause(OracleStatementParser.ContextNamespaceAttributesClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.contextNamespaceAttributesClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitContextNamespaceAttributesClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitComment
public T visitComment(OracleStatementParser.CommentContext ctx)
Visit a parse tree produced byOracleStatementParser.comment().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCommentin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFlashbackDatabase
public T visitFlashbackDatabase(OracleStatementParser.FlashbackDatabaseContext ctx)
Visit a parse tree produced byOracleStatementParser.flashbackDatabase().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFlashbackDatabasein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitScnTimestampClause
public T visitScnTimestampClause(OracleStatementParser.ScnTimestampClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.scnTimestampClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitScnTimestampClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRestorePointClause
public T visitRestorePointClause(OracleStatementParser.RestorePointClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.restorePointClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRestorePointClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFlashbackTable
public T visitFlashbackTable(OracleStatementParser.FlashbackTableContext ctx)
Visit a parse tree produced byOracleStatementParser.flashbackTable().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFlashbackTablein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRenameToTable
public T visitRenameToTable(OracleStatementParser.RenameToTableContext ctx)
Visit a parse tree produced byOracleStatementParser.renameToTable().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRenameToTablein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPurge
public T visitPurge(OracleStatementParser.PurgeContext ctx)
Visit a parse tree produced byOracleStatementParser.purge().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPurgein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRename
public T visitRename(OracleStatementParser.RenameContext ctx)
Visit a parse tree produced byOracleStatementParser.rename().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRenamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateDatabase
public T visitCreateDatabase(OracleStatementParser.CreateDatabaseContext ctx)
Visit a parse tree produced byOracleStatementParser.createDatabase().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateDatabasein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateDatabaseClauses
public T visitCreateDatabaseClauses(OracleStatementParser.CreateDatabaseClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.createDatabaseClauses().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateDatabaseClausesin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDatabaseLoggingClauses
public T visitDatabaseLoggingClauses(OracleStatementParser.DatabaseLoggingClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.databaseLoggingClauses().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDatabaseLoggingClausesin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTablespaceClauses
public T visitTablespaceClauses(OracleStatementParser.TablespaceClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.tablespaceClauses().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTablespaceClausesin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDefaultTablespace
public T visitDefaultTablespace(OracleStatementParser.DefaultTablespaceContext ctx)
Visit a parse tree produced byOracleStatementParser.defaultTablespace().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDefaultTablespacein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDefaultTempTablespace
public T visitDefaultTempTablespace(OracleStatementParser.DefaultTempTablespaceContext ctx)
Visit a parse tree produced byOracleStatementParser.defaultTempTablespace().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDefaultTempTablespacein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUndoTablespace
public T visitUndoTablespace(OracleStatementParser.UndoTablespaceContext ctx)
Visit a parse tree produced byOracleStatementParser.undoTablespace().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUndoTablespacein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBigOrSmallFiles
public T visitBigOrSmallFiles(OracleStatementParser.BigOrSmallFilesContext ctx)
Visit a parse tree produced byOracleStatementParser.bigOrSmallFiles().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBigOrSmallFilesin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExtentManagementClause
public T visitExtentManagementClause(OracleStatementParser.ExtentManagementClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.extentManagementClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExtentManagementClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEnablePluggableDatabase
public T visitEnablePluggableDatabase(OracleStatementParser.EnablePluggableDatabaseContext ctx)
Visit a parse tree produced byOracleStatementParser.enablePluggableDatabase().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEnablePluggableDatabasein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFileNameConvert
public T visitFileNameConvert(OracleStatementParser.FileNameConvertContext ctx)
Visit a parse tree produced byOracleStatementParser.fileNameConvert().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFileNameConvertin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReplaceFileNamePattern
public T visitReplaceFileNamePattern(OracleStatementParser.ReplaceFileNamePatternContext ctx)
Visit a parse tree produced byOracleStatementParser.replaceFileNamePattern().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitReplaceFileNamePatternin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTablespaceDatafileClauses
public T visitTablespaceDatafileClauses(OracleStatementParser.TablespaceDatafileClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.tablespaceDatafileClauses().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTablespaceDatafileClausesin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateDatabaseLink
public T visitCreateDatabaseLink(OracleStatementParser.CreateDatabaseLinkContext ctx)
Visit a parse tree produced byOracleStatementParser.createDatabaseLink().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateDatabaseLinkin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterDatabaseLink
public T visitAlterDatabaseLink(OracleStatementParser.AlterDatabaseLinkContext ctx)
Visit a parse tree produced byOracleStatementParser.alterDatabaseLink().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterDatabaseLinkin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropDatabaseLink
public T visitDropDatabaseLink(OracleStatementParser.DropDatabaseLinkContext ctx)
Visit a parse tree produced byOracleStatementParser.dropDatabaseLink().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropDatabaseLinkin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConnectToClause
public T visitConnectToClause(OracleStatementParser.ConnectToClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.connectToClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitConnectToClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDbLinkAuthentication
public T visitDbLinkAuthentication(OracleStatementParser.DbLinkAuthenticationContext ctx)
Visit a parse tree produced byOracleStatementParser.dbLinkAuthentication().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDbLinkAuthenticationin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateDimension
public T visitCreateDimension(OracleStatementParser.CreateDimensionContext ctx)
Visit a parse tree produced byOracleStatementParser.createDimension().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateDimensionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLevelClause
public T visitLevelClause(OracleStatementParser.LevelClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.levelClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLevelClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHierarchyClause
public T visitHierarchyClause(OracleStatementParser.HierarchyClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.hierarchyClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitHierarchyClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDimensionJoinClause
public T visitDimensionJoinClause(OracleStatementParser.DimensionJoinClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.dimensionJoinClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDimensionJoinClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAttributeClause
public T visitAttributeClause(OracleStatementParser.AttributeClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.attributeClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAttributeClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExtendedAttrbuteClause
public T visitExtendedAttrbuteClause(OracleStatementParser.ExtendedAttrbuteClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.extendedAttrbuteClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExtendedAttrbuteClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterDimension
public T visitAlterDimension(OracleStatementParser.AlterDimensionContext ctx)
Visit a parse tree produced byOracleStatementParser.alterDimension().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterDimensionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterDimensionAddClause
public T visitAlterDimensionAddClause(OracleStatementParser.AlterDimensionAddClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.alterDimensionAddClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterDimensionAddClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterDimensionDropClause
public T visitAlterDimensionDropClause(OracleStatementParser.AlterDimensionDropClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.alterDimensionDropClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterDimensionDropClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropDimension
public T visitDropDimension(OracleStatementParser.DropDimensionContext ctx)
Visit a parse tree produced byOracleStatementParser.dropDimension().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropDimensionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropDirectory
public T visitDropDirectory(OracleStatementParser.DropDirectoryContext ctx)
Visit a parse tree produced byOracleStatementParser.dropDirectory().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropDirectoryin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateFunction
public T visitCreateFunction(OracleStatementParser.CreateFunctionContext ctx)
Visit a parse tree produced byOracleStatementParser.createFunction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateFunctionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPlsqlFunctionSource
public T visitPlsqlFunctionSource(OracleStatementParser.PlsqlFunctionSourceContext ctx)
Visit a parse tree produced byOracleStatementParser.plsqlFunctionSource().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPlsqlFunctionSourcein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSharingClause
public T visitSharingClause(OracleStatementParser.SharingClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.sharingClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSharingClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDefaultCollationoOptionClause
public T visitDefaultCollationoOptionClause(OracleStatementParser.DefaultCollationoOptionClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.defaultCollationoOptionClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDefaultCollationoOptionClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDeterministicClause
public T visitDeterministicClause(OracleStatementParser.DeterministicClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.deterministicClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDeterministicClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitParallelEnableClause
public T visitParallelEnableClause(OracleStatementParser.ParallelEnableClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.parallelEnableClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitParallelEnableClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStreamingCluase
public T visitStreamingCluase(OracleStatementParser.StreamingCluaseContext ctx)
Visit a parse tree produced byOracleStatementParser.streamingCluase().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStreamingCluasein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitResultCacheClause
public T visitResultCacheClause(OracleStatementParser.ResultCacheClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.resultCacheClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitResultCacheClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAggregateClause
public T visitAggregateClause(OracleStatementParser.AggregateClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.aggregateClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAggregateClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPipelinedClause
public T visitPipelinedClause(OracleStatementParser.PipelinedClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.pipelinedClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPipelinedClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSqlMacroClause
public T visitSqlMacroClause(OracleStatementParser.SqlMacroClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.sqlMacroClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSqlMacroClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCallSpec
public T visitCallSpec(OracleStatementParser.CallSpecContext ctx)
Visit a parse tree produced byOracleStatementParser.callSpec().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCallSpecin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJavaDeclaration
public T visitJavaDeclaration(OracleStatementParser.JavaDeclarationContext ctx)
Visit a parse tree produced byOracleStatementParser.javaDeclaration().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitJavaDeclarationin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCDeclaration
public T visitCDeclaration(OracleStatementParser.CDeclarationContext ctx)
Visit a parse tree produced byOracleStatementParser.cDeclaration().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCDeclarationin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExternalParameter
public T visitExternalParameter(OracleStatementParser.ExternalParameterContext ctx)
Visit a parse tree produced byOracleStatementParser.externalParameter().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExternalParameterin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitProperty
public T visitProperty(OracleStatementParser.PropertyContext ctx)
Visit a parse tree produced byOracleStatementParser.property().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPropertyin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterAnalyticView
public T visitAlterAnalyticView(OracleStatementParser.AlterAnalyticViewContext ctx)
Visit a parse tree produced byOracleStatementParser.alterAnalyticView().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterAnalyticViewin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterAttributeDimension
public T visitAlterAttributeDimension(OracleStatementParser.AlterAttributeDimensionContext ctx)
Visit a parse tree produced byOracleStatementParser.alterAttributeDimension().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterAttributeDimensionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateSequence
public T visitCreateSequence(OracleStatementParser.CreateSequenceContext ctx)
Visit a parse tree produced byOracleStatementParser.createSequence().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateSequencein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateSequenceClause
public T visitCreateSequenceClause(OracleStatementParser.CreateSequenceClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.createSequenceClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateSequenceClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterSequence
public T visitAlterSequence(OracleStatementParser.AlterSequenceContext ctx)
Visit a parse tree produced byOracleStatementParser.alterSequence().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterSequencein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterSequenceClause
public T visitAlterSequenceClause(OracleStatementParser.AlterSequenceClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.alterSequenceClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterSequenceClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateContext
public T visitCreateContext(OracleStatementParser.CreateContextContext ctx)
Visit a parse tree produced byOracleStatementParser.createContext().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateContextin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInitializedClause
public T visitInitializedClause(OracleStatementParser.InitializedClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.initializedClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInitializedClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAccessedClause
public T visitAccessedClause(OracleStatementParser.AccessedClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.accessedClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAccessedClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateSPFile
public T visitCreateSPFile(OracleStatementParser.CreateSPFileContext ctx)
Visit a parse tree produced byOracleStatementParser.createSPFile().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateSPFilein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreatePFile
public T visitCreatePFile(OracleStatementParser.CreatePFileContext ctx)
Visit a parse tree produced byOracleStatementParser.createPFile().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreatePFilein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateControlFile
public T visitCreateControlFile(OracleStatementParser.CreateControlFileContext ctx)
Visit a parse tree produced byOracleStatementParser.createControlFile().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateControlFilein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitResetLogsOrNot
public T visitResetLogsOrNot(OracleStatementParser.ResetLogsOrNotContext ctx)
Visit a parse tree produced byOracleStatementParser.resetLogsOrNot().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitResetLogsOrNotin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLogfileForControlClause
public T visitLogfileForControlClause(OracleStatementParser.LogfileForControlClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.logfileForControlClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLogfileForControlClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCharacterSetClause
public T visitCharacterSetClause(OracleStatementParser.CharacterSetClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.characterSetClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCharacterSetClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateFlashbackArchive
public T visitCreateFlashbackArchive(OracleStatementParser.CreateFlashbackArchiveContext ctx)
Visit a parse tree produced byOracleStatementParser.createFlashbackArchive().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateFlashbackArchivein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFlashbackArchiveQuota
public T visitFlashbackArchiveQuota(OracleStatementParser.FlashbackArchiveQuotaContext ctx)
Visit a parse tree produced byOracleStatementParser.flashbackArchiveQuota().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFlashbackArchiveQuotain interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFlashbackArchiveRetention
public T visitFlashbackArchiveRetention(OracleStatementParser.FlashbackArchiveRetentionContext ctx)
Visit a parse tree produced byOracleStatementParser.flashbackArchiveRetention().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFlashbackArchiveRetentionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterFlashbackArchive
public T visitAlterFlashbackArchive(OracleStatementParser.AlterFlashbackArchiveContext ctx)
Visit a parse tree produced byOracleStatementParser.alterFlashbackArchive().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterFlashbackArchivein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPurgeClause
public T visitPurgeClause(OracleStatementParser.PurgeClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.purgeClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPurgeClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropFlashbackArchive
public T visitDropFlashbackArchive(OracleStatementParser.DropFlashbackArchiveContext ctx)
Visit a parse tree produced byOracleStatementParser.dropFlashbackArchive().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropFlashbackArchivein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateDiskgroup
public T visitCreateDiskgroup(OracleStatementParser.CreateDiskgroupContext ctx)
Visit a parse tree produced byOracleStatementParser.createDiskgroup().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateDiskgroupin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDiskClause
public T visitDiskClause(OracleStatementParser.DiskClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.diskClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDiskClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQualifieDiskClause
public T visitQualifieDiskClause(OracleStatementParser.QualifieDiskClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.qualifieDiskClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitQualifieDiskClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAttribute
public T visitAttribute(OracleStatementParser.AttributeContext ctx)
Visit a parse tree produced byOracleStatementParser.attribute().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAttributein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAttributeNameAndValue
public T visitAttributeNameAndValue(OracleStatementParser.AttributeNameAndValueContext ctx)
Visit a parse tree produced byOracleStatementParser.attributeNameAndValue().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAttributeNameAndValuein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropDiskgroup
public T visitDropDiskgroup(OracleStatementParser.DropDiskgroupContext ctx)
Visit a parse tree produced byOracleStatementParser.dropDiskgroup().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropDiskgroupin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitContentsClause
public T visitContentsClause(OracleStatementParser.ContentsClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.contentsClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitContentsClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateRollbackSegment
public T visitCreateRollbackSegment(OracleStatementParser.CreateRollbackSegmentContext ctx)
Visit a parse tree produced byOracleStatementParser.createRollbackSegment().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateRollbackSegmentin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropRollbackSegment
public T visitDropRollbackSegment(OracleStatementParser.DropRollbackSegmentContext ctx)
Visit a parse tree produced byOracleStatementParser.dropRollbackSegment().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropRollbackSegmentin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateLockdownProfile
public T visitCreateLockdownProfile(OracleStatementParser.CreateLockdownProfileContext ctx)
Visit a parse tree produced byOracleStatementParser.createLockdownProfile().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateLockdownProfilein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStaticBaseProfile
public T visitStaticBaseProfile(OracleStatementParser.StaticBaseProfileContext ctx)
Visit a parse tree produced byOracleStatementParser.staticBaseProfile().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStaticBaseProfilein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDynamicBaseProfile
public T visitDynamicBaseProfile(OracleStatementParser.DynamicBaseProfileContext ctx)
Visit a parse tree produced byOracleStatementParser.dynamicBaseProfile().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDynamicBaseProfilein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropLockdownProfile
public T visitDropLockdownProfile(OracleStatementParser.DropLockdownProfileContext ctx)
Visit a parse tree produced byOracleStatementParser.dropLockdownProfile().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropLockdownProfilein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateInmemoryJoinGroup
public T visitCreateInmemoryJoinGroup(OracleStatementParser.CreateInmemoryJoinGroupContext ctx)
Visit a parse tree produced byOracleStatementParser.createInmemoryJoinGroup().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateInmemoryJoinGroupin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTableColumnClause
public T visitTableColumnClause(OracleStatementParser.TableColumnClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.tableColumnClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTableColumnClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterInmemoryJoinGroup
public T visitAlterInmemoryJoinGroup(OracleStatementParser.AlterInmemoryJoinGroupContext ctx)
Visit a parse tree produced byOracleStatementParser.alterInmemoryJoinGroup().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterInmemoryJoinGroupin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropInmemoryJoinGroup
public T visitDropInmemoryJoinGroup(OracleStatementParser.DropInmemoryJoinGroupContext ctx)
Visit a parse tree produced byOracleStatementParser.dropInmemoryJoinGroup().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropInmemoryJoinGroupin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateRestorePoint
public T visitCreateRestorePoint(OracleStatementParser.CreateRestorePointContext ctx)
Visit a parse tree produced byOracleStatementParser.createRestorePoint().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateRestorePointin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropRestorePoint
public T visitDropRestorePoint(OracleStatementParser.DropRestorePointContext ctx)
Visit a parse tree produced byOracleStatementParser.dropRestorePoint().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropRestorePointin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropOperator
public T visitDropOperator(OracleStatementParser.DropOperatorContext ctx)
Visit a parse tree produced byOracleStatementParser.dropOperator().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropOperatorin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterLibrary
public T visitAlterLibrary(OracleStatementParser.AlterLibraryContext ctx)
Visit a parse tree produced byOracleStatementParser.alterLibrary().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterLibraryin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLibraryCompileClause
public T visitLibraryCompileClause(OracleStatementParser.LibraryCompileClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.libraryCompileClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLibraryCompileClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterMaterializedZonemap
public T visitAlterMaterializedZonemap(OracleStatementParser.AlterMaterializedZonemapContext ctx)
Visit a parse tree produced byOracleStatementParser.alterMaterializedZonemap().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterMaterializedZonemapin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterZonemapAttributes
public T visitAlterZonemapAttributes(OracleStatementParser.AlterZonemapAttributesContext ctx)
Visit a parse tree produced byOracleStatementParser.alterZonemapAttributes().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterZonemapAttributesin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitZonemapRefreshClause
public T visitZonemapRefreshClause(OracleStatementParser.ZonemapRefreshClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.zonemapRefreshClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitZonemapRefreshClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterJava
public T visitAlterJava(OracleStatementParser.AlterJavaContext ctx)
Visit a parse tree produced byOracleStatementParser.alterJava().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterJavain interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitResolveClauses
public T visitResolveClauses(OracleStatementParser.ResolveClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.resolveClauses().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitResolveClausesin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitResolveClause
public T visitResolveClause(OracleStatementParser.ResolveClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.resolveClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitResolveClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterAuditPolicy
public T visitAlterAuditPolicy(OracleStatementParser.AlterAuditPolicyContext ctx)
Visit a parse tree produced byOracleStatementParser.alterAuditPolicy().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterAuditPolicyin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSubAuditClause
public T visitSubAuditClause(OracleStatementParser.SubAuditClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.subAuditClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSubAuditClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrivilegeAuditClause
public T visitPrivilegeAuditClause(OracleStatementParser.PrivilegeAuditClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.privilegeAuditClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPrivilegeAuditClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitActionAuditClause
public T visitActionAuditClause(OracleStatementParser.ActionAuditClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.actionAuditClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitActionAuditClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStandardActions
public T visitStandardActions(OracleStatementParser.StandardActionsContext ctx)
Visit a parse tree produced byOracleStatementParser.standardActions().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStandardActionsin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStandardActionsClause
public T visitStandardActionsClause(OracleStatementParser.StandardActionsClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.standardActionsClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStandardActionsClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitObjectAction
public T visitObjectAction(OracleStatementParser.ObjectActionContext ctx)
Visit a parse tree produced byOracleStatementParser.objectAction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitObjectActionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSystemAction
public T visitSystemAction(OracleStatementParser.SystemActionContext ctx)
Visit a parse tree produced byOracleStatementParser.systemAction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSystemActionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitComponentActions
public T visitComponentActions(OracleStatementParser.ComponentActionsContext ctx)
Visit a parse tree produced byOracleStatementParser.componentActions().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitComponentActionsin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitComponentAction
public T visitComponentAction(OracleStatementParser.ComponentActionContext ctx)
Visit a parse tree produced byOracleStatementParser.componentAction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitComponentActionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDataDumpAction
public T visitDataDumpAction(OracleStatementParser.DataDumpActionContext ctx)
Visit a parse tree produced byOracleStatementParser.dataDumpAction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDataDumpActionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDirectLoadAction
public T visitDirectLoadAction(OracleStatementParser.DirectLoadActionContext ctx)
Visit a parse tree produced byOracleStatementParser.directLoadAction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDirectLoadActionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLabelSecurityAction
public T visitLabelSecurityAction(OracleStatementParser.LabelSecurityActionContext ctx)
Visit a parse tree produced byOracleStatementParser.labelSecurityAction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLabelSecurityActionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSecurityAction
public T visitSecurityAction(OracleStatementParser.SecurityActionContext ctx)
Visit a parse tree produced byOracleStatementParser.securityAction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSecurityActionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDatabaseVaultAction
public T visitDatabaseVaultAction(OracleStatementParser.DatabaseVaultActionContext ctx)
Visit a parse tree produced byOracleStatementParser.databaseVaultAction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDatabaseVaultActionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRoleAuditClause
public T visitRoleAuditClause(OracleStatementParser.RoleAuditClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.roleAuditClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRoleAuditClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterCluster
public T visitAlterCluster(OracleStatementParser.AlterClusterContext ctx)
Visit a parse tree produced byOracleStatementParser.alterCluster().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterClusterin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterOperator
public T visitAlterOperator(OracleStatementParser.AlterOperatorContext ctx)
Visit a parse tree produced byOracleStatementParser.alterOperator().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterOperatorin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAddBindingClause
public T visitAddBindingClause(OracleStatementParser.AddBindingClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.addBindingClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAddBindingClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitImplementationClause
public T visitImplementationClause(OracleStatementParser.ImplementationClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.implementationClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitImplementationClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrimaryOperatorClause
public T visitPrimaryOperatorClause(OracleStatementParser.PrimaryOperatorClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.primaryOperatorClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPrimaryOperatorClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitContextClauseWithOpeartor
public T visitContextClauseWithOpeartor(OracleStatementParser.ContextClauseWithOpeartorContext ctx)
Visit a parse tree produced byOracleStatementParser.contextClauseWithOpeartor().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitContextClauseWithOpeartorin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWithIndexClause
public T visitWithIndexClause(OracleStatementParser.WithIndexClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.withIndexClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWithIndexClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWithColumnClause
public T visitWithColumnClause(OracleStatementParser.WithColumnClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.withColumnClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWithColumnClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUsingFunctionClause
public T visitUsingFunctionClause(OracleStatementParser.UsingFunctionClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.usingFunctionClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUsingFunctionClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropBindingClause
public T visitDropBindingClause(OracleStatementParser.DropBindingClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.dropBindingClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropBindingClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterDiskgroup
public T visitAlterDiskgroup(OracleStatementParser.AlterDiskgroupContext ctx)
Visit a parse tree produced byOracleStatementParser.alterDiskgroup().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterDiskgroupin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAddDiskClause
public T visitAddDiskClause(OracleStatementParser.AddDiskClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.addDiskClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAddDiskClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQualifiedDiskClause
public T visitQualifiedDiskClause(OracleStatementParser.QualifiedDiskClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.qualifiedDiskClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitQualifiedDiskClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropDiskClause
public T visitDropDiskClause(OracleStatementParser.DropDiskClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.dropDiskClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropDiskClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitResizeDiskClause
public T visitResizeDiskClause(OracleStatementParser.ResizeDiskClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.resizeDiskClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitResizeDiskClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRebalanceDiskgroupClause
public T visitRebalanceDiskgroupClause(OracleStatementParser.RebalanceDiskgroupClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.rebalanceDiskgroupClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRebalanceDiskgroupClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWithPhases
public T visitWithPhases(OracleStatementParser.WithPhasesContext ctx)
Visit a parse tree produced byOracleStatementParser.withPhases().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWithPhasesin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWithPhase
public T visitWithPhase(OracleStatementParser.WithPhaseContext ctx)
Visit a parse tree produced byOracleStatementParser.withPhase().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWithPhasein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWithoutPhases
public T visitWithoutPhases(OracleStatementParser.WithoutPhasesContext ctx)
Visit a parse tree produced byOracleStatementParser.withoutPhases().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWithoutPhasesin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWithoutPhase
public T visitWithoutPhase(OracleStatementParser.WithoutPhaseContext ctx)
Visit a parse tree produced byOracleStatementParser.withoutPhase().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWithoutPhasein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReplaceDiskClause
public T visitReplaceDiskClause(OracleStatementParser.ReplaceDiskClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.replaceDiskClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitReplaceDiskClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRenameDiskClause
public T visitRenameDiskClause(OracleStatementParser.RenameDiskClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.renameDiskClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRenameDiskClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDiskOnlineClause
public T visitDiskOnlineClause(OracleStatementParser.DiskOnlineClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.diskOnlineClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDiskOnlineClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDiskOfflineClause
public T visitDiskOfflineClause(OracleStatementParser.DiskOfflineClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.diskOfflineClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDiskOfflineClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTimeoutClause
public T visitTimeoutClause(OracleStatementParser.TimeoutClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.timeoutClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTimeoutClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCheckDiskgroupClause
public T visitCheckDiskgroupClause(OracleStatementParser.CheckDiskgroupClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.checkDiskgroupClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCheckDiskgroupClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDiskgroupTemplateClauses
public T visitDiskgroupTemplateClauses(OracleStatementParser.DiskgroupTemplateClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.diskgroupTemplateClauses().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDiskgroupTemplateClausesin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQualifiedTemplateClause
public T visitQualifiedTemplateClause(OracleStatementParser.QualifiedTemplateClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.qualifiedTemplateClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitQualifiedTemplateClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRedundancyClause
public T visitRedundancyClause(OracleStatementParser.RedundancyClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.redundancyClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRedundancyClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStripingClause
public T visitStripingClause(OracleStatementParser.StripingClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.stripingClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStripingClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDiskRegionClause
public T visitDiskRegionClause(OracleStatementParser.DiskRegionClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.diskRegionClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDiskRegionClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDiskgroupDirectoryClauses
public T visitDiskgroupDirectoryClauses(OracleStatementParser.DiskgroupDirectoryClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.diskgroupDirectoryClauses().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDiskgroupDirectoryClausesin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDiskgroupAliasClauses
public T visitDiskgroupAliasClauses(OracleStatementParser.DiskgroupAliasClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.diskgroupAliasClauses().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDiskgroupAliasClausesin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDiskgroupVolumeClauses
public T visitDiskgroupVolumeClauses(OracleStatementParser.DiskgroupVolumeClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.diskgroupVolumeClauses().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDiskgroupVolumeClausesin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAddVolumeClause
public T visitAddVolumeClause(OracleStatementParser.AddVolumeClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.addVolumeClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAddVolumeClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitModifyVolumeClause
public T visitModifyVolumeClause(OracleStatementParser.ModifyVolumeClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.modifyVolumeClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitModifyVolumeClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDiskgroupAttributes
public T visitDiskgroupAttributes(OracleStatementParser.DiskgroupAttributesContext ctx)
Visit a parse tree produced byOracleStatementParser.diskgroupAttributes().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDiskgroupAttributesin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitModifyDiskgroupFile
public T visitModifyDiskgroupFile(OracleStatementParser.ModifyDiskgroupFileContext ctx)
Visit a parse tree produced byOracleStatementParser.modifyDiskgroupFile().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitModifyDiskgroupFilein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropDiskgroupFileClause
public T visitDropDiskgroupFileClause(OracleStatementParser.DropDiskgroupFileClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.dropDiskgroupFileClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropDiskgroupFileClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConvertRedundancyClause
public T visitConvertRedundancyClause(OracleStatementParser.ConvertRedundancyClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.convertRedundancyClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitConvertRedundancyClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUsergroupClauses
public T visitUsergroupClauses(OracleStatementParser.UsergroupClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.usergroupClauses().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUsergroupClausesin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUserClauses
public T visitUserClauses(OracleStatementParser.UserClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.userClauses().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUserClausesin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFilePermissionsClause
public T visitFilePermissionsClause(OracleStatementParser.FilePermissionsClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.filePermissionsClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFilePermissionsClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFileOwnerClause
public T visitFileOwnerClause(OracleStatementParser.FileOwnerClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.fileOwnerClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFileOwnerClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSetOwnerClause
public T visitSetOwnerClause(OracleStatementParser.SetOwnerClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.setOwnerClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSetOwnerClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitScrubClause
public T visitScrubClause(OracleStatementParser.ScrubClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.scrubClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitScrubClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQuotagroupClauses
public T visitQuotagroupClauses(OracleStatementParser.QuotagroupClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.quotagroupClauses().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitQuotagroupClausesin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSetPropertyClause
public T visitSetPropertyClause(OracleStatementParser.SetPropertyClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.setPropertyClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSetPropertyClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQuotagroupName
public T visitQuotagroupName(OracleStatementParser.QuotagroupNameContext ctx)
Visit a parse tree produced byOracleStatementParser.quotagroupName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitQuotagroupNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPropertyName
public T visitPropertyName(OracleStatementParser.PropertyNameContext ctx)
Visit a parse tree produced byOracleStatementParser.propertyName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPropertyNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPropertyValue
public T visitPropertyValue(OracleStatementParser.PropertyValueContext ctx)
Visit a parse tree produced byOracleStatementParser.propertyValue().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPropertyValuein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFilegroupName
public T visitFilegroupName(OracleStatementParser.FilegroupNameContext ctx)
Visit a parse tree produced byOracleStatementParser.filegroupName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFilegroupNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFilegroupClauses
public T visitFilegroupClauses(OracleStatementParser.FilegroupClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.filegroupClauses().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFilegroupClausesin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAddFilegroupClause
public T visitAddFilegroupClause(OracleStatementParser.AddFilegroupClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.addFilegroupClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAddFilegroupClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSetFileTypePropertyclause
public T visitSetFileTypePropertyclause(OracleStatementParser.SetFileTypePropertyclauseContext ctx)
Visit a parse tree produced byOracleStatementParser.setFileTypePropertyclause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSetFileTypePropertyclausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitModifyFilegroupClause
public T visitModifyFilegroupClause(OracleStatementParser.ModifyFilegroupClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.modifyFilegroupClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitModifyFilegroupClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMoveToFilegroupClause
public T visitMoveToFilegroupClause(OracleStatementParser.MoveToFilegroupClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.moveToFilegroupClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMoveToFilegroupClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropFilegroupClause
public T visitDropFilegroupClause(OracleStatementParser.DropFilegroupClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.dropFilegroupClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropFilegroupClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUndropDiskClause
public T visitUndropDiskClause(OracleStatementParser.UndropDiskClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.undropDiskClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUndropDiskClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDiskgroupAvailability
public T visitDiskgroupAvailability(OracleStatementParser.DiskgroupAvailabilityContext ctx)
Visit a parse tree produced byOracleStatementParser.diskgroupAvailability().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDiskgroupAvailabilityin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEnableDisableVolume
public T visitEnableDisableVolume(OracleStatementParser.EnableDisableVolumeContext ctx)
Visit a parse tree produced byOracleStatementParser.enableDisableVolume().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEnableDisableVolumein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterIndexType
public T visitAlterIndexType(OracleStatementParser.AlterIndexTypeContext ctx)
Visit a parse tree produced byOracleStatementParser.alterIndexType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterIndexTypein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAddOrDropClause
public T visitAddOrDropClause(OracleStatementParser.AddOrDropClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.addOrDropClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAddOrDropClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUsingTypeClause
public T visitUsingTypeClause(OracleStatementParser.UsingTypeClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.usingTypeClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUsingTypeClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWithLocalClause
public T visitWithLocalClause(OracleStatementParser.WithLocalClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.withLocalClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWithLocalClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitArrayDMLClause
public T visitArrayDMLClause(OracleStatementParser.ArrayDMLClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.arrayDMLClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitArrayDMLClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitArryDMLSubClause
public T visitArryDMLSubClause(OracleStatementParser.ArryDMLSubClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.arryDMLSubClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitArryDMLSubClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterMaterializedView
public T visitAlterMaterializedView(OracleStatementParser.AlterMaterializedViewContext ctx)
Visit a parse tree produced byOracleStatementParser.alterMaterializedView().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterMaterializedViewin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMaterializedViewAttribute
public T visitMaterializedViewAttribute(OracleStatementParser.MaterializedViewAttributeContext ctx)
Visit a parse tree produced byOracleStatementParser.materializedViewAttribute().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMaterializedViewAttributein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitModifyMvColumnClause
public T visitModifyMvColumnClause(OracleStatementParser.ModifyMvColumnClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.modifyMvColumnClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitModifyMvColumnClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitModifylobStorageClause
public T visitModifylobStorageClause(OracleStatementParser.ModifylobStorageClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.modifylobStorageClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitModifylobStorageClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitModifylobParameters
public T visitModifylobParameters(OracleStatementParser.ModifylobParametersContext ctx)
Visit a parse tree produced byOracleStatementParser.modifylobParameters().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitModifylobParametersin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterIotClauses
public T visitAlterIotClauses(OracleStatementParser.AlterIotClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.alterIotClauses().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterIotClausesin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterOverflowClause
public T visitAlterOverflowClause(OracleStatementParser.AlterOverflowClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.alterOverflowClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterOverflowClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOverflowClause
public T visitOverflowClause(OracleStatementParser.OverflowClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.overflowClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOverflowClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAddOverflowClause
public T visitAddOverflowClause(OracleStatementParser.AddOverflowClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.addOverflowClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAddOverflowClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitScopedTableRefConstraint
public T visitScopedTableRefConstraint(OracleStatementParser.ScopedTableRefConstraintContext ctx)
Visit a parse tree produced byOracleStatementParser.scopedTableRefConstraint().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitScopedTableRefConstraintin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterMvRefresh
public T visitAlterMvRefresh(OracleStatementParser.AlterMvRefreshContext ctx)
Visit a parse tree produced byOracleStatementParser.alterMvRefresh().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterMvRefreshin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEvaluationEditionClause
public T visitEvaluationEditionClause(OracleStatementParser.EvaluationEditionClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.evaluationEditionClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEvaluationEditionClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterQueryRewriteClause
public T visitAlterQueryRewriteClause(OracleStatementParser.AlterQueryRewriteClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.alterQueryRewriteClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterQueryRewriteClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUnusableEditionsClause
public T visitUnusableEditionsClause(OracleStatementParser.UnusableEditionsClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.unusableEditionsClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUnusableEditionsClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUnusableBefore
public T visitUnusableBefore(OracleStatementParser.UnusableBeforeContext ctx)
Visit a parse tree produced byOracleStatementParser.unusableBefore().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUnusableBeforein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUnusableBeginning
public T visitUnusableBeginning(OracleStatementParser.UnusableBeginningContext ctx)
Visit a parse tree produced byOracleStatementParser.unusableBeginning().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUnusableBeginningin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterMaterializedViewLog
public T visitAlterMaterializedViewLog(OracleStatementParser.AlterMaterializedViewLogContext ctx)
Visit a parse tree produced byOracleStatementParser.alterMaterializedViewLog().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterMaterializedViewLogin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAddMvLogColumnClause
public T visitAddMvLogColumnClause(OracleStatementParser.AddMvLogColumnClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.addMvLogColumnClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAddMvLogColumnClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMoveMvLogClause
public T visitMoveMvLogClause(OracleStatementParser.MoveMvLogClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.moveMvLogClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMoveMvLogClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMvLogAugmentation
public T visitMvLogAugmentation(OracleStatementParser.MvLogAugmentationContext ctx)
Visit a parse tree produced byOracleStatementParser.mvLogAugmentation().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMvLogAugmentationin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAddClause
public T visitAddClause(OracleStatementParser.AddClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.addClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAddClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColumns
public T visitColumns(OracleStatementParser.ColumnsContext ctx)
Visit a parse tree produced byOracleStatementParser.columns().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitColumnsin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNewValuesClause
public T visitNewValuesClause(OracleStatementParser.NewValuesClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.newValuesClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNewValuesClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMvLogPurgeClause
public T visitMvLogPurgeClause(OracleStatementParser.MvLogPurgeClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.mvLogPurgeClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMvLogPurgeClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNextOrRepeatClause
public T visitNextOrRepeatClause(OracleStatementParser.NextOrRepeatClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.nextOrRepeatClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNextOrRepeatClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitForRefreshClause
public T visitForRefreshClause(OracleStatementParser.ForRefreshClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.forRefreshClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitForRefreshClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterFunction
public T visitAlterFunction(OracleStatementParser.AlterFunctionContext ctx)
Visit a parse tree produced byOracleStatementParser.alterFunction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterFunctionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunctionCompileClause
public T visitFunctionCompileClause(OracleStatementParser.FunctionCompileClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.functionCompileClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFunctionCompileClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterHierarchy
public T visitAlterHierarchy(OracleStatementParser.AlterHierarchyContext ctx)
Visit a parse tree produced byOracleStatementParser.alterHierarchy().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterHierarchyin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterLockdownProfile
public T visitAlterLockdownProfile(OracleStatementParser.AlterLockdownProfileContext ctx)
Visit a parse tree produced byOracleStatementParser.alterLockdownProfile().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterLockdownProfilein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLockdownFeatures
public T visitLockdownFeatures(OracleStatementParser.LockdownFeaturesContext ctx)
Visit a parse tree produced byOracleStatementParser.lockdownFeatures().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLockdownFeaturesin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFeatureClauses
public T visitFeatureClauses(OracleStatementParser.FeatureClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.featureClauses().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFeatureClausesin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLockdownOptions
public T visitLockdownOptions(OracleStatementParser.LockdownOptionsContext ctx)
Visit a parse tree produced byOracleStatementParser.lockdownOptions().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLockdownOptionsin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLockDownOptionClauses
public T visitLockDownOptionClauses(OracleStatementParser.LockDownOptionClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.lockDownOptionClauses().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLockDownOptionClausesin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLockdownStatements
public T visitLockdownStatements(OracleStatementParser.LockdownStatementsContext ctx)
Visit a parse tree produced byOracleStatementParser.lockdownStatements().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLockdownStatementsin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLockdownStatementsClauses
public T visitLockdownStatementsClauses(OracleStatementParser.LockdownStatementsClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.lockdownStatementsClauses().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLockdownStatementsClausesin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStatementClauses
public T visitStatementClauses(OracleStatementParser.StatementClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.statementClauses().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStatementClausesin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStatementsSubClauses
public T visitStatementsSubClauses(OracleStatementParser.StatementsSubClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.statementsSubClauses().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStatementsSubClausesin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitClauseOptions
public T visitClauseOptions(OracleStatementParser.ClauseOptionsContext ctx)
Visit a parse tree produced byOracleStatementParser.clauseOptions().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitClauseOptionsin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOptionClauses
public T visitOptionClauses(OracleStatementParser.OptionClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.optionClauses().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOptionClausesin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitClauseOptionOrPattern
public T visitClauseOptionOrPattern(OracleStatementParser.ClauseOptionOrPatternContext ctx)
Visit a parse tree produced byOracleStatementParser.clauseOptionOrPattern().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitClauseOptionOrPatternin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOptionValues
public T visitOptionValues(OracleStatementParser.OptionValuesContext ctx)
Visit a parse tree produced byOracleStatementParser.optionValues().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOptionValuesin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterPluggableDatabase
public T visitAlterPluggableDatabase(OracleStatementParser.AlterPluggableDatabaseContext ctx)
Visit a parse tree produced byOracleStatementParser.alterPluggableDatabase().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterPluggableDatabasein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDatabaseClause
public T visitDatabaseClause(OracleStatementParser.DatabaseClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.databaseClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDatabaseClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPdbUnplugClause
public T visitPdbUnplugClause(OracleStatementParser.PdbUnplugClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.pdbUnplugClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPdbUnplugClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPdbUnplugEncrypt
public T visitPdbUnplugEncrypt(OracleStatementParser.PdbUnplugEncryptContext ctx)
Visit a parse tree produced byOracleStatementParser.pdbUnplugEncrypt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPdbUnplugEncryptin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPdbSettingsClauses
public T visitPdbSettingsClauses(OracleStatementParser.PdbSettingsClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.pdbSettingsClauses().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPdbSettingsClausesin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPdbSettingClause
public T visitPdbSettingClause(OracleStatementParser.PdbSettingClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.pdbSettingClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPdbSettingClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPdbStorageClause
public T visitPdbStorageClause(OracleStatementParser.PdbStorageClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.pdbStorageClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPdbStorageClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStorageMaxSizeClauses
public T visitStorageMaxSizeClauses(OracleStatementParser.StorageMaxSizeClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.storageMaxSizeClauses().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStorageMaxSizeClausesin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPdbLoggingClauses
public T visitPdbLoggingClauses(OracleStatementParser.PdbLoggingClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.pdbLoggingClauses().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPdbLoggingClausesin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPdbForceLoggingClause
public T visitPdbForceLoggingClause(OracleStatementParser.PdbForceLoggingClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.pdbForceLoggingClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPdbForceLoggingClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPdbRefreshModeClause
public T visitPdbRefreshModeClause(OracleStatementParser.PdbRefreshModeClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.pdbRefreshModeClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPdbRefreshModeClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPdbRefreshSwitchoverClause
public T visitPdbRefreshSwitchoverClause(OracleStatementParser.PdbRefreshSwitchoverClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.pdbRefreshSwitchoverClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPdbRefreshSwitchoverClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPdbDatafileClause
public T visitPdbDatafileClause(OracleStatementParser.PdbDatafileClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.pdbDatafileClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPdbDatafileClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFileNameAndNumber
public T visitFileNameAndNumber(OracleStatementParser.FileNameAndNumberContext ctx)
Visit a parse tree produced byOracleStatementParser.fileNameAndNumber().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFileNameAndNumberin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPdbRecoveryClauses
public T visitPdbRecoveryClauses(OracleStatementParser.PdbRecoveryClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.pdbRecoveryClauses().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPdbRecoveryClausesin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPdbGeneralRecovery
public T visitPdbGeneralRecovery(OracleStatementParser.PdbGeneralRecoveryContext ctx)
Visit a parse tree produced byOracleStatementParser.pdbGeneralRecovery().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPdbGeneralRecoveryin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPdbChangeState
public T visitPdbChangeState(OracleStatementParser.PdbChangeStateContext ctx)
Visit a parse tree produced byOracleStatementParser.pdbChangeState().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPdbChangeStatein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPdbOpen
public T visitPdbOpen(OracleStatementParser.PdbOpenContext ctx)
Visit a parse tree produced byOracleStatementParser.pdbOpen().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPdbOpenin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInstancesClause
public T visitInstancesClause(OracleStatementParser.InstancesClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.instancesClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInstancesClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInstanceNameClause
public T visitInstanceNameClause(OracleStatementParser.InstanceNameClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.instanceNameClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInstanceNameClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPdbClose
public T visitPdbClose(OracleStatementParser.PdbCloseContext ctx)
Visit a parse tree produced byOracleStatementParser.pdbClose().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPdbClosein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRelocateClause
public T visitRelocateClause(OracleStatementParser.RelocateClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.relocateClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRelocateClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPdbSaveOrDiscardState
public T visitPdbSaveOrDiscardState(OracleStatementParser.PdbSaveOrDiscardStateContext ctx)
Visit a parse tree produced byOracleStatementParser.pdbSaveOrDiscardState().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPdbSaveOrDiscardStatein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPdbChangeStateFromRoot
public T visitPdbChangeStateFromRoot(OracleStatementParser.PdbChangeStateFromRootContext ctx)
Visit a parse tree produced byOracleStatementParser.pdbChangeStateFromRoot().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPdbChangeStateFromRootin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPdbNameClause
public T visitPdbNameClause(OracleStatementParser.PdbNameClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.pdbNameClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPdbNameClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitApplicationClauses
public T visitApplicationClauses(OracleStatementParser.ApplicationClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.applicationClauses().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitApplicationClausesin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAppClause
public T visitAppClause(OracleStatementParser.AppClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.appClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAppClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSnapshotClauses
public T visitSnapshotClauses(OracleStatementParser.SnapshotClausesContext ctx)
Visit a parse tree produced byOracleStatementParser.snapshotClauses().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSnapshotClausesin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPdbSnapshotClause
public T visitPdbSnapshotClause(OracleStatementParser.PdbSnapshotClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.pdbSnapshotClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPdbSnapshotClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMaterializeClause
public T visitMaterializeClause(OracleStatementParser.MaterializeClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.materializeClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMaterializeClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateSnapshotClause
public T visitCreateSnapshotClause(OracleStatementParser.CreateSnapshotClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.createSnapshotClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateSnapshotClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropSnapshotClause
public T visitDropSnapshotClause(OracleStatementParser.DropSnapshotClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.dropSnapshotClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropSnapshotClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSetMaxPdbSnapshotsClause
public T visitSetMaxPdbSnapshotsClause(OracleStatementParser.SetMaxPdbSnapshotsClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.setMaxPdbSnapshotsClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSetMaxPdbSnapshotsClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropIndexType
public T visitDropIndexType(OracleStatementParser.DropIndexTypeContext ctx)
Visit a parse tree produced byOracleStatementParser.dropIndexType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropIndexTypein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropPluggableDatabase
public T visitDropPluggableDatabase(OracleStatementParser.DropPluggableDatabaseContext ctx)
Visit a parse tree produced byOracleStatementParser.dropPluggableDatabase().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropPluggableDatabasein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropJava
public T visitDropJava(OracleStatementParser.DropJavaContext ctx)
Visit a parse tree produced byOracleStatementParser.dropJava().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropJavain interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropLibrary
public T visitDropLibrary(OracleStatementParser.DropLibraryContext ctx)
Visit a parse tree produced byOracleStatementParser.dropLibrary().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropLibraryin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropMaterializedView
public T visitDropMaterializedView(OracleStatementParser.DropMaterializedViewContext ctx)
Visit a parse tree produced byOracleStatementParser.dropMaterializedView().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropMaterializedViewin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropMaterializedViewLog
public T visitDropMaterializedViewLog(OracleStatementParser.DropMaterializedViewLogContext ctx)
Visit a parse tree produced byOracleStatementParser.dropMaterializedViewLog().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropMaterializedViewLogin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropMaterializedZonemap
public T visitDropMaterializedZonemap(OracleStatementParser.DropMaterializedZonemapContext ctx)
Visit a parse tree produced byOracleStatementParser.dropMaterializedZonemap().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropMaterializedZonemapin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitParameterMarker
public T visitParameterMarker(OracleStatementParser.ParameterMarkerContext ctx)
Visit a parse tree produced byOracleStatementParser.parameterMarker().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitParameterMarkerin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLiterals
public T visitLiterals(OracleStatementParser.LiteralsContext ctx)
Visit a parse tree produced byOracleStatementParser.literals().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLiteralsin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStringLiterals
public T visitStringLiterals(OracleStatementParser.StringLiteralsContext ctx)
Visit a parse tree produced byOracleStatementParser.stringLiterals().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStringLiteralsin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNumberLiterals
public T visitNumberLiterals(OracleStatementParser.NumberLiteralsContext ctx)
Visit a parse tree produced byOracleStatementParser.numberLiterals().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNumberLiteralsin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDateTimeLiterals
public T visitDateTimeLiterals(OracleStatementParser.DateTimeLiteralsContext ctx)
Visit a parse tree produced byOracleStatementParser.dateTimeLiterals().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDateTimeLiteralsin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHexadecimalLiterals
public T visitHexadecimalLiterals(OracleStatementParser.HexadecimalLiteralsContext ctx)
Visit a parse tree produced byOracleStatementParser.hexadecimalLiterals().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitHexadecimalLiteralsin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBitValueLiterals
public T visitBitValueLiterals(OracleStatementParser.BitValueLiteralsContext ctx)
Visit a parse tree produced byOracleStatementParser.bitValueLiterals().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBitValueLiteralsin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBooleanLiterals
public T visitBooleanLiterals(OracleStatementParser.BooleanLiteralsContext ctx)
Visit a parse tree produced byOracleStatementParser.booleanLiterals().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBooleanLiteralsin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNullValueLiterals
public T visitNullValueLiterals(OracleStatementParser.NullValueLiteralsContext ctx)
Visit a parse tree produced byOracleStatementParser.nullValueLiterals().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNullValueLiteralsin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIdentifier
public T visitIdentifier(OracleStatementParser.IdentifierContext ctx)
Visit a parse tree produced byOracleStatementParser.identifier().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIdentifierin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUnreservedWord
public T visitUnreservedWord(OracleStatementParser.UnreservedWordContext ctx)
Visit a parse tree produced byOracleStatementParser.unreservedWord().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUnreservedWordin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSchemaName
public T visitSchemaName(OracleStatementParser.SchemaNameContext ctx)
Visit a parse tree produced byOracleStatementParser.schemaName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSchemaNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTableName
public T visitTableName(OracleStatementParser.TableNameContext ctx)
Visit a parse tree produced byOracleStatementParser.tableName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTableNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitViewName
public T visitViewName(OracleStatementParser.ViewNameContext ctx)
Visit a parse tree produced byOracleStatementParser.viewName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitViewNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTriggerName
public T visitTriggerName(OracleStatementParser.TriggerNameContext ctx)
Visit a parse tree produced byOracleStatementParser.triggerName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTriggerNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMaterializedViewName
public T visitMaterializedViewName(OracleStatementParser.MaterializedViewNameContext ctx)
Visit a parse tree produced byOracleStatementParser.materializedViewName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMaterializedViewNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColumnName
public T visitColumnName(OracleStatementParser.ColumnNameContext ctx)
Visit a parse tree produced byOracleStatementParser.columnName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitColumnNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitObjectName
public T visitObjectName(OracleStatementParser.ObjectNameContext ctx)
Visit a parse tree produced byOracleStatementParser.objectName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitObjectNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitClusterName
public T visitClusterName(OracleStatementParser.ClusterNameContext ctx)
Visit a parse tree produced byOracleStatementParser.clusterName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitClusterNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIndexName
public T visitIndexName(OracleStatementParser.IndexNameContext ctx)
Visit a parse tree produced byOracleStatementParser.indexName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIndexNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStatisticsTypeName
public T visitStatisticsTypeName(OracleStatementParser.StatisticsTypeNameContext ctx)
Visit a parse tree produced byOracleStatementParser.statisticsTypeName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStatisticsTypeNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunction
public T visitFunction(OracleStatementParser.FunctionContext ctx)
Visit a parse tree produced byOracleStatementParser.function().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFunctionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPackageName
public T visitPackageName(OracleStatementParser.PackageNameContext ctx)
Visit a parse tree produced byOracleStatementParser.packageName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPackageNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTypeName
public T visitTypeName(OracleStatementParser.TypeNameContext ctx)
Visit a parse tree produced byOracleStatementParser.typeName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTypeNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIndexTypeName
public T visitIndexTypeName(OracleStatementParser.IndexTypeNameContext ctx)
Visit a parse tree produced byOracleStatementParser.indexTypeName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIndexTypeNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitModelName
public T visitModelName(OracleStatementParser.ModelNameContext ctx)
Visit a parse tree produced byOracleStatementParser.modelName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitModelNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOperatorName
public T visitOperatorName(OracleStatementParser.OperatorNameContext ctx)
Visit a parse tree produced byOracleStatementParser.operatorName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOperatorNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDimensionName
public T visitDimensionName(OracleStatementParser.DimensionNameContext ctx)
Visit a parse tree produced byOracleStatementParser.dimensionName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDimensionNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDirectoryName
public T visitDirectoryName(OracleStatementParser.DirectoryNameContext ctx)
Visit a parse tree produced byOracleStatementParser.directoryName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDirectoryNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConstraintName
public T visitConstraintName(OracleStatementParser.ConstraintNameContext ctx)
Visit a parse tree produced byOracleStatementParser.constraintName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitConstraintNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSavepointName
public T visitSavepointName(OracleStatementParser.SavepointNameContext ctx)
Visit a parse tree produced byOracleStatementParser.savepointName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSavepointNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSynonymName
public T visitSynonymName(OracleStatementParser.SynonymNameContext ctx)
Visit a parse tree produced byOracleStatementParser.synonymName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSynonymNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOwner
public T visitOwner(OracleStatementParser.OwnerContext ctx)
Visit a parse tree produced byOracleStatementParser.owner().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOwnerin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitName
public T visitName(OracleStatementParser.NameContext ctx)
Visit a parse tree produced byOracleStatementParser.name().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTablespaceName
public T visitTablespaceName(OracleStatementParser.TablespaceNameContext ctx)
Visit a parse tree produced byOracleStatementParser.tablespaceName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTablespaceNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTablespaceSetName
public T visitTablespaceSetName(OracleStatementParser.TablespaceSetNameContext ctx)
Visit a parse tree produced byOracleStatementParser.tablespaceSetName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTablespaceSetNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitServiceName
public T visitServiceName(OracleStatementParser.ServiceNameContext ctx)
Visit a parse tree produced byOracleStatementParser.serviceName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitServiceNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIlmPolicyName
public T visitIlmPolicyName(OracleStatementParser.IlmPolicyNameContext ctx)
Visit a parse tree produced byOracleStatementParser.ilmPolicyName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIlmPolicyNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPolicyName
public T visitPolicyName(OracleStatementParser.PolicyNameContext ctx)
Visit a parse tree produced byOracleStatementParser.policyName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPolicyNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunctionName
public T visitFunctionName(OracleStatementParser.FunctionNameContext ctx)
Visit a parse tree produced byOracleStatementParser.functionName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFunctionNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDbLink
public T visitDbLink(OracleStatementParser.DbLinkContext ctx)
Visit a parse tree produced byOracleStatementParser.dbLink().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDbLinkin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitParameterValue
public T visitParameterValue(OracleStatementParser.ParameterValueContext ctx)
Visit a parse tree produced byOracleStatementParser.parameterValue().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitParameterValuein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDispatcherName
public T visitDispatcherName(OracleStatementParser.DispatcherNameContext ctx)
Visit a parse tree produced byOracleStatementParser.dispatcherName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDispatcherNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitClientId
public T visitClientId(OracleStatementParser.ClientIdContext ctx)
Visit a parse tree produced byOracleStatementParser.clientId().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitClientIdin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpaqueFormatSpec
public T visitOpaqueFormatSpec(OracleStatementParser.OpaqueFormatSpecContext ctx)
Visit a parse tree produced byOracleStatementParser.opaqueFormatSpec().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpaqueFormatSpecin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAccessDriverType
public T visitAccessDriverType(OracleStatementParser.AccessDriverTypeContext ctx)
Visit a parse tree produced byOracleStatementParser.accessDriverType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAccessDriverTypein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVarrayItem
public T visitVarrayItem(OracleStatementParser.VarrayItemContext ctx)
Visit a parse tree produced byOracleStatementParser.varrayItem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitVarrayItemin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNestedItem
public T visitNestedItem(OracleStatementParser.NestedItemContext ctx)
Visit a parse tree produced byOracleStatementParser.nestedItem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNestedItemin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStorageTable
public T visitStorageTable(OracleStatementParser.StorageTableContext ctx)
Visit a parse tree produced byOracleStatementParser.storageTable().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStorageTablein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLobSegname
public T visitLobSegname(OracleStatementParser.LobSegnameContext ctx)
Visit a parse tree produced byOracleStatementParser.lobSegname().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLobSegnamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLocationSpecifier
public T visitLocationSpecifier(OracleStatementParser.LocationSpecifierContext ctx)
Visit a parse tree produced byOracleStatementParser.locationSpecifier().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLocationSpecifierin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitXmlSchemaURLName
public T visitXmlSchemaURLName(OracleStatementParser.XmlSchemaURLNameContext ctx)
Visit a parse tree produced byOracleStatementParser.xmlSchemaURLName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitXmlSchemaURLNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitElementName
public T visitElementName(OracleStatementParser.ElementNameContext ctx)
Visit a parse tree produced byOracleStatementParser.elementName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitElementNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSubpartitionName
public T visitSubpartitionName(OracleStatementParser.SubpartitionNameContext ctx)
Visit a parse tree produced byOracleStatementParser.subpartitionName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSubpartitionNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitParameterName
public T visitParameterName(OracleStatementParser.ParameterNameContext ctx)
Visit a parse tree produced byOracleStatementParser.parameterName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitParameterNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEditionName
public T visitEditionName(OracleStatementParser.EditionNameContext ctx)
Visit a parse tree produced byOracleStatementParser.editionName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEditionNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOutlineName
public T visitOutlineName(OracleStatementParser.OutlineNameContext ctx)
Visit a parse tree produced byOracleStatementParser.outlineName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOutlineNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitContainerName
public T visitContainerName(OracleStatementParser.ContainerNameContext ctx)
Visit a parse tree produced byOracleStatementParser.containerName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitContainerNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPartitionName
public T visitPartitionName(OracleStatementParser.PartitionNameContext ctx)
Visit a parse tree produced byOracleStatementParser.partitionName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPartitionNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPartitionSetName
public T visitPartitionSetName(OracleStatementParser.PartitionSetNameContext ctx)
Visit a parse tree produced byOracleStatementParser.partitionSetName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPartitionSetNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPartitionKeyValue
public T visitPartitionKeyValue(OracleStatementParser.PartitionKeyValueContext ctx)
Visit a parse tree produced byOracleStatementParser.partitionKeyValue().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPartitionKeyValuein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSubpartitionKeyValue
public T visitSubpartitionKeyValue(OracleStatementParser.SubpartitionKeyValueContext ctx)
Visit a parse tree produced byOracleStatementParser.subpartitionKeyValue().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSubpartitionKeyValuein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitZonemapName
public T visitZonemapName(OracleStatementParser.ZonemapNameContext ctx)
Visit a parse tree produced byOracleStatementParser.zonemapName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitZonemapNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFlashbackArchiveName
public T visitFlashbackArchiveName(OracleStatementParser.FlashbackArchiveNameContext ctx)
Visit a parse tree produced byOracleStatementParser.flashbackArchiveName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFlashbackArchiveNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRoleName
public T visitRoleName(OracleStatementParser.RoleNameContext ctx)
Visit a parse tree produced byOracleStatementParser.roleName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRoleNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUsername
public T visitUsername(OracleStatementParser.UsernameContext ctx)
Visit a parse tree produced byOracleStatementParser.username().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUsernamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPassword
public T visitPassword(OracleStatementParser.PasswordContext ctx)
Visit a parse tree produced byOracleStatementParser.password().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPasswordin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLogGroupName
public T visitLogGroupName(OracleStatementParser.LogGroupNameContext ctx)
Visit a parse tree produced byOracleStatementParser.logGroupName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLogGroupNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColumnNames
public T visitColumnNames(OracleStatementParser.ColumnNamesContext ctx)
Visit a parse tree produced byOracleStatementParser.columnNames().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitColumnNamesin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTableNames
public T visitTableNames(OracleStatementParser.TableNamesContext ctx)
Visit a parse tree produced byOracleStatementParser.tableNames().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTableNamesin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOracleId
public T visitOracleId(OracleStatementParser.OracleIdContext ctx)
Visit a parse tree produced byOracleStatementParser.oracleId().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOracleIdin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCollationName
public T visitCollationName(OracleStatementParser.CollationNameContext ctx)
Visit a parse tree produced byOracleStatementParser.collationName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCollationNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColumnCollationName
public T visitColumnCollationName(OracleStatementParser.ColumnCollationNameContext ctx)
Visit a parse tree produced byOracleStatementParser.columnCollationName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitColumnCollationNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlias
public T visitAlias(OracleStatementParser.AliasContext ctx)
Visit a parse tree produced byOracleStatementParser.alias().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAliasin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDataTypeLength
public T visitDataTypeLength(OracleStatementParser.DataTypeLengthContext ctx)
Visit a parse tree produced byOracleStatementParser.dataTypeLength().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDataTypeLengthin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrimaryKey
public T visitPrimaryKey(OracleStatementParser.PrimaryKeyContext ctx)
Visit a parse tree produced byOracleStatementParser.primaryKey().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPrimaryKeyin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExprs
public T visitExprs(OracleStatementParser.ExprsContext ctx)
Visit a parse tree produced byOracleStatementParser.exprs().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExprsin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExprList
public T visitExprList(OracleStatementParser.ExprListContext ctx)
Visit a parse tree produced byOracleStatementParser.exprList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExprListin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExpr
public T visitExpr(OracleStatementParser.ExprContext ctx)
Visit a parse tree produced byOracleStatementParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExprin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAndOperator
public T visitAndOperator(OracleStatementParser.AndOperatorContext ctx)
Visit a parse tree produced byOracleStatementParser.andOperator().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAndOperatorin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOrOperator
public T visitOrOperator(OracleStatementParser.OrOperatorContext ctx)
Visit a parse tree produced byOracleStatementParser.orOperator().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOrOperatorin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNotOperator
public T visitNotOperator(OracleStatementParser.NotOperatorContext ctx)
Visit a parse tree produced byOracleStatementParser.notOperator().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNotOperatorin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBooleanPrimary
public T visitBooleanPrimary(OracleStatementParser.BooleanPrimaryContext ctx)
Visit a parse tree produced byOracleStatementParser.booleanPrimary().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBooleanPrimaryin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitComparisonOperator
public T visitComparisonOperator(OracleStatementParser.ComparisonOperatorContext ctx)
Visit a parse tree produced byOracleStatementParser.comparisonOperator().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitComparisonOperatorin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPredicate
public T visitPredicate(OracleStatementParser.PredicateContext ctx)
Visit a parse tree produced byOracleStatementParser.predicate().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPredicatein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBitExpr
public T visitBitExpr(OracleStatementParser.BitExprContext ctx)
Visit a parse tree produced byOracleStatementParser.bitExpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBitExprin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSimpleExpr
public T visitSimpleExpr(OracleStatementParser.SimpleExprContext ctx)
Visit a parse tree produced byOracleStatementParser.simpleExpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSimpleExprin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunctionCall
public T visitFunctionCall(OracleStatementParser.FunctionCallContext ctx)
Visit a parse tree produced byOracleStatementParser.functionCall().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFunctionCallin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAggregationFunction
public T visitAggregationFunction(OracleStatementParser.AggregationFunctionContext ctx)
Visit a parse tree produced byOracleStatementParser.aggregationFunction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAggregationFunctionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAggregationFunctionName
public T visitAggregationFunctionName(OracleStatementParser.AggregationFunctionNameContext ctx)
Visit a parse tree produced byOracleStatementParser.aggregationFunctionName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAggregationFunctionNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitListaggOverflowClause
public T visitListaggOverflowClause(OracleStatementParser.ListaggOverflowClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.listaggOverflowClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitListaggOverflowClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAnalyticClause
public T visitAnalyticClause(OracleStatementParser.AnalyticClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.analyticClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAnalyticClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWindowingClause
public T visitWindowingClause(OracleStatementParser.WindowingClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.windowingClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWindowingClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAnalyticFunction
public T visitAnalyticFunction(OracleStatementParser.AnalyticFunctionContext ctx)
Visit a parse tree produced byOracleStatementParser.analyticFunction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAnalyticFunctionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSpecialFunction
public T visitSpecialFunction(OracleStatementParser.SpecialFunctionContext ctx)
Visit a parse tree produced byOracleStatementParser.specialFunction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSpecialFunctionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCastFunction
public T visitCastFunction(OracleStatementParser.CastFunctionContext ctx)
Visit a parse tree produced byOracleStatementParser.castFunction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCastFunctionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCharFunction
public T visitCharFunction(OracleStatementParser.CharFunctionContext ctx)
Visit a parse tree produced byOracleStatementParser.charFunction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCharFunctionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExtractFunction
public T visitExtractFunction(OracleStatementParser.ExtractFunctionContext ctx)
Visit a parse tree produced byOracleStatementParser.extractFunction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExtractFunctionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRegularFunction
public T visitRegularFunction(OracleStatementParser.RegularFunctionContext ctx)
Visit a parse tree produced byOracleStatementParser.regularFunction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRegularFunctionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRegularFunctionName
public T visitRegularFunctionName(OracleStatementParser.RegularFunctionNameContext ctx)
Visit a parse tree produced byOracleStatementParser.regularFunctionName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRegularFunctionNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCaseExpression
public T visitCaseExpression(OracleStatementParser.CaseExpressionContext ctx)
Visit a parse tree produced byOracleStatementParser.caseExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCaseExpressionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCaseWhen
public T visitCaseWhen(OracleStatementParser.CaseWhenContext ctx)
Visit a parse tree produced byOracleStatementParser.caseWhen().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCaseWhenin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCaseElse
public T visitCaseElse(OracleStatementParser.CaseElseContext ctx)
Visit a parse tree produced byOracleStatementParser.caseElse().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCaseElsein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOrderByClause
public T visitOrderByClause(OracleStatementParser.OrderByClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.orderByClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOrderByClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOrderByItem
public T visitOrderByItem(OracleStatementParser.OrderByItemContext ctx)
Visit a parse tree produced byOracleStatementParser.orderByItem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOrderByItemin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAttributeName
public T visitAttributeName(OracleStatementParser.AttributeNameContext ctx)
Visit a parse tree produced byOracleStatementParser.attributeName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAttributeNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSimpleExprs
public T visitSimpleExprs(OracleStatementParser.SimpleExprsContext ctx)
Visit a parse tree produced byOracleStatementParser.simpleExprs().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSimpleExprsin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLobItem
public T visitLobItem(OracleStatementParser.LobItemContext ctx)
Visit a parse tree produced byOracleStatementParser.lobItem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLobItemin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLobItems
public T visitLobItems(OracleStatementParser.LobItemsContext ctx)
Visit a parse tree produced byOracleStatementParser.lobItems().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLobItemsin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLobItemList
public T visitLobItemList(OracleStatementParser.LobItemListContext ctx)
Visit a parse tree produced byOracleStatementParser.lobItemList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLobItemListin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDataType
public T visitDataType(OracleStatementParser.DataTypeContext ctx)
Visit a parse tree produced byOracleStatementParser.dataType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDataTypein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSpecialDatatype
public T visitSpecialDatatype(OracleStatementParser.SpecialDatatypeContext ctx)
Visit a parse tree produced byOracleStatementParser.specialDatatype().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSpecialDatatypein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDataTypeName
public T visitDataTypeName(OracleStatementParser.DataTypeNameContext ctx)
Visit a parse tree produced byOracleStatementParser.dataTypeName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDataTypeNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDatetimeTypeSuffix
public T visitDatetimeTypeSuffix(OracleStatementParser.DatetimeTypeSuffixContext ctx)
Visit a parse tree produced byOracleStatementParser.datetimeTypeSuffix().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDatetimeTypeSuffixin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTreatFunction
public T visitTreatFunction(OracleStatementParser.TreatFunctionContext ctx)
Visit a parse tree produced byOracleStatementParser.treatFunction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTreatFunctionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrivateExprOfDb
public T visitPrivateExprOfDb(OracleStatementParser.PrivateExprOfDbContext ctx)
Visit a parse tree produced byOracleStatementParser.privateExprOfDb().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPrivateExprOfDbin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCaseExpr
public T visitCaseExpr(OracleStatementParser.CaseExprContext ctx)
Visit a parse tree produced byOracleStatementParser.caseExpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCaseExprin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSimpleCaseExpr
public T visitSimpleCaseExpr(OracleStatementParser.SimpleCaseExprContext ctx)
Visit a parse tree produced byOracleStatementParser.simpleCaseExpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSimpleCaseExprin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSearchedCaseExpr
public T visitSearchedCaseExpr(OracleStatementParser.SearchedCaseExprContext ctx)
Visit a parse tree produced byOracleStatementParser.searchedCaseExpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSearchedCaseExprin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitElseClause
public T visitElseClause(OracleStatementParser.ElseClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.elseClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitElseClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIntervalExpression
public T visitIntervalExpression(OracleStatementParser.IntervalExpressionContext ctx)
Visit a parse tree produced byOracleStatementParser.intervalExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIntervalExpressionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitObjectAccessExpression
public T visitObjectAccessExpression(OracleStatementParser.ObjectAccessExpressionContext ctx)
Visit a parse tree produced byOracleStatementParser.objectAccessExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitObjectAccessExpressionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConstructorExpr
public T visitConstructorExpr(OracleStatementParser.ConstructorExprContext ctx)
Visit a parse tree produced byOracleStatementParser.constructorExpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitConstructorExprin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIgnoredIdentifier
public T visitIgnoredIdentifier(OracleStatementParser.IgnoredIdentifierContext ctx)
Visit a parse tree produced byOracleStatementParser.ignoredIdentifier().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIgnoredIdentifierin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIgnoredIdentifiers
public T visitIgnoredIdentifiers(OracleStatementParser.IgnoredIdentifiersContext ctx)
Visit a parse tree produced byOracleStatementParser.ignoredIdentifiers().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIgnoredIdentifiersin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMatchNone
public T visitMatchNone(OracleStatementParser.MatchNoneContext ctx)
Visit a parse tree produced byOracleStatementParser.matchNone().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMatchNonein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHashSubpartitionQuantity
public T visitHashSubpartitionQuantity(OracleStatementParser.HashSubpartitionQuantityContext ctx)
Visit a parse tree produced byOracleStatementParser.hashSubpartitionQuantity().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitHashSubpartitionQuantityin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOdciParameters
public T visitOdciParameters(OracleStatementParser.OdciParametersContext ctx)
Visit a parse tree produced byOracleStatementParser.odciParameters().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOdciParametersin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDatabaseName
public T visitDatabaseName(OracleStatementParser.DatabaseNameContext ctx)
Visit a parse tree produced byOracleStatementParser.databaseName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDatabaseNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLocationName
public T visitLocationName(OracleStatementParser.LocationNameContext ctx)
Visit a parse tree produced byOracleStatementParser.locationName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLocationNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFileName
public T visitFileName(OracleStatementParser.FileNameContext ctx)
Visit a parse tree produced byOracleStatementParser.fileName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFileNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAsmFileName
public T visitAsmFileName(OracleStatementParser.AsmFileNameContext ctx)
Visit a parse tree produced byOracleStatementParser.asmFileName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAsmFileNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFullyQualifiedFileName
public T visitFullyQualifiedFileName(OracleStatementParser.FullyQualifiedFileNameContext ctx)
Visit a parse tree produced byOracleStatementParser.fullyQualifiedFileName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFullyQualifiedFileNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDbName
public T visitDbName(OracleStatementParser.DbNameContext ctx)
Visit a parse tree produced byOracleStatementParser.dbName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDbNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFileType
public T visitFileType(OracleStatementParser.FileTypeContext ctx)
Visit a parse tree produced byOracleStatementParser.fileType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFileTypein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFileTypeTag
public T visitFileTypeTag(OracleStatementParser.FileTypeTagContext ctx)
Visit a parse tree produced byOracleStatementParser.fileTypeTag().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFileTypeTagin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCurrentBackup
public T visitCurrentBackup(OracleStatementParser.CurrentBackupContext ctx)
Visit a parse tree produced byOracleStatementParser.currentBackup().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCurrentBackupin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGroupGroup
public T visitGroupGroup(OracleStatementParser.GroupGroupContext ctx)
Visit a parse tree produced byOracleStatementParser.groupGroup().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGroupGroupin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitThreadThread
public T visitThreadThread(OracleStatementParser.ThreadThreadContext ctx)
Visit a parse tree produced byOracleStatementParser.threadThread().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitThreadThreadin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSeqSequence
public T visitSeqSequence(OracleStatementParser.SeqSequenceContext ctx)
Visit a parse tree produced byOracleStatementParser.seqSequence().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSeqSequencein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHasspfileTimestamp
public T visitHasspfileTimestamp(OracleStatementParser.HasspfileTimestampContext ctx)
Visit a parse tree produced byOracleStatementParser.hasspfileTimestamp().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitHasspfileTimestampin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitServerParameterFile
public T visitServerParameterFile(OracleStatementParser.ServerParameterFileContext ctx)
Visit a parse tree produced byOracleStatementParser.serverParameterFile().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitServerParameterFilein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLogLog
public T visitLogLog(OracleStatementParser.LogLogContext ctx)
Visit a parse tree produced byOracleStatementParser.logLog().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLogLogin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitChangeTrackingFile
public T visitChangeTrackingFile(OracleStatementParser.ChangeTrackingFileContext ctx)
Visit a parse tree produced byOracleStatementParser.changeTrackingFile().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitChangeTrackingFilein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUserObj
public T visitUserObj(OracleStatementParser.UserObjContext ctx)
Visit a parse tree produced byOracleStatementParser.userObj().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUserObjin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNumericFileName
public T visitNumericFileName(OracleStatementParser.NumericFileNameContext ctx)
Visit a parse tree produced byOracleStatementParser.numericFileName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNumericFileNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIncompleteFileName
public T visitIncompleteFileName(OracleStatementParser.IncompleteFileNameContext ctx)
Visit a parse tree produced byOracleStatementParser.incompleteFileName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIncompleteFileNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAliasFileName
public T visitAliasFileName(OracleStatementParser.AliasFileNameContext ctx)
Visit a parse tree produced byOracleStatementParser.aliasFileName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAliasFileNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFileNumber
public T visitFileNumber(OracleStatementParser.FileNumberContext ctx)
Visit a parse tree produced byOracleStatementParser.fileNumber().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFileNumberin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIncarnationNumber
public T visitIncarnationNumber(OracleStatementParser.IncarnationNumberContext ctx)
Visit a parse tree produced byOracleStatementParser.incarnationNumber().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIncarnationNumberin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInstanceName
public T visitInstanceName(OracleStatementParser.InstanceNameContext ctx)
Visit a parse tree produced byOracleStatementParser.instanceName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInstanceNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLogminerSessionName
public T visitLogminerSessionName(OracleStatementParser.LogminerSessionNameContext ctx)
Visit a parse tree produced byOracleStatementParser.logminerSessionName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLogminerSessionNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTablespaceGroupName
public T visitTablespaceGroupName(OracleStatementParser.TablespaceGroupNameContext ctx)
Visit a parse tree produced byOracleStatementParser.tablespaceGroupName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTablespaceGroupNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCopyName
public T visitCopyName(OracleStatementParser.CopyNameContext ctx)
Visit a parse tree produced byOracleStatementParser.copyName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCopyNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMirrorName
public T visitMirrorName(OracleStatementParser.MirrorNameContext ctx)
Visit a parse tree produced byOracleStatementParser.mirrorName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMirrorNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUriString
public T visitUriString(OracleStatementParser.UriStringContext ctx)
Visit a parse tree produced byOracleStatementParser.uriString().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUriStringin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQualifiedCredentialName
public T visitQualifiedCredentialName(OracleStatementParser.QualifiedCredentialNameContext ctx)
Visit a parse tree produced byOracleStatementParser.qualifiedCredentialName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitQualifiedCredentialNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPdbName
public T visitPdbName(OracleStatementParser.PdbNameContext ctx)
Visit a parse tree produced byOracleStatementParser.pdbName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPdbNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDiskgroupName
public T visitDiskgroupName(OracleStatementParser.DiskgroupNameContext ctx)
Visit a parse tree produced byOracleStatementParser.diskgroupName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDiskgroupNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTemplateName
public T visitTemplateName(OracleStatementParser.TemplateNameContext ctx)
Visit a parse tree produced byOracleStatementParser.templateName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTemplateNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAliasName
public T visitAliasName(OracleStatementParser.AliasNameContext ctx)
Visit a parse tree produced byOracleStatementParser.aliasName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAliasNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDomain
public T visitDomain(OracleStatementParser.DomainContext ctx)
Visit a parse tree produced byOracleStatementParser.domain().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDomainin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDateValue
public T visitDateValue(OracleStatementParser.DateValueContext ctx)
Visit a parse tree produced byOracleStatementParser.dateValue().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDateValuein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSessionId
public T visitSessionId(OracleStatementParser.SessionIdContext ctx)
Visit a parse tree produced byOracleStatementParser.sessionId().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSessionIdin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSerialNumber
public T visitSerialNumber(OracleStatementParser.SerialNumberContext ctx)
Visit a parse tree produced byOracleStatementParser.serialNumber().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSerialNumberin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInstanceId
public T visitInstanceId(OracleStatementParser.InstanceIdContext ctx)
Visit a parse tree produced byOracleStatementParser.instanceId().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInstanceIdin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSqlId
public T visitSqlId(OracleStatementParser.SqlIdContext ctx)
Visit a parse tree produced byOracleStatementParser.sqlId().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSqlIdin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLogFileName
public T visitLogFileName(OracleStatementParser.LogFileNameContext ctx)
Visit a parse tree produced byOracleStatementParser.logFileName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLogFileNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLogFileGroupsArchivedLocationName
public T visitLogFileGroupsArchivedLocationName(OracleStatementParser.LogFileGroupsArchivedLocationNameContext ctx)
Visit a parse tree produced byOracleStatementParser.logFileGroupsArchivedLocationName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLogFileGroupsArchivedLocationNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAsmVersion
public T visitAsmVersion(OracleStatementParser.AsmVersionContext ctx)
Visit a parse tree produced byOracleStatementParser.asmVersion().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAsmVersionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWalletPassword
public T visitWalletPassword(OracleStatementParser.WalletPasswordContext ctx)
Visit a parse tree produced byOracleStatementParser.walletPassword().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWalletPasswordin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHsmAuthString
public T visitHsmAuthString(OracleStatementParser.HsmAuthStringContext ctx)
Visit a parse tree produced byOracleStatementParser.hsmAuthString().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitHsmAuthStringin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTargetDbName
public T visitTargetDbName(OracleStatementParser.TargetDbNameContext ctx)
Visit a parse tree produced byOracleStatementParser.targetDbName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTargetDbNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCertificateId
public T visitCertificateId(OracleStatementParser.CertificateIdContext ctx)
Visit a parse tree produced byOracleStatementParser.certificateId().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCertificateIdin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCategoryName
public T visitCategoryName(OracleStatementParser.CategoryNameContext ctx)
Visit a parse tree produced byOracleStatementParser.categoryName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCategoryNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOffset
public T visitOffset(OracleStatementParser.OffsetContext ctx)
Visit a parse tree produced byOracleStatementParser.offset().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOffsetin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRowcount
public T visitRowcount(OracleStatementParser.RowcountContext ctx)
Visit a parse tree produced byOracleStatementParser.rowcount().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRowcountin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPercent
public T visitPercent(OracleStatementParser.PercentContext ctx)
Visit a parse tree produced byOracleStatementParser.percent().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPercentin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRollbackSegment
public T visitRollbackSegment(OracleStatementParser.RollbackSegmentContext ctx)
Visit a parse tree produced byOracleStatementParser.rollbackSegment().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRollbackSegmentin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQueryName
public T visitQueryName(OracleStatementParser.QueryNameContext ctx)
Visit a parse tree produced byOracleStatementParser.queryName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitQueryNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCycleValue
public T visitCycleValue(OracleStatementParser.CycleValueContext ctx)
Visit a parse tree produced byOracleStatementParser.cycleValue().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCycleValuein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNoCycleValue
public T visitNoCycleValue(OracleStatementParser.NoCycleValueContext ctx)
Visit a parse tree produced byOracleStatementParser.noCycleValue().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNoCycleValuein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOrderingColumn
public T visitOrderingColumn(OracleStatementParser.OrderingColumnContext ctx)
Visit a parse tree produced byOracleStatementParser.orderingColumn().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOrderingColumnin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSubavName
public T visitSubavName(OracleStatementParser.SubavNameContext ctx)
Visit a parse tree produced byOracleStatementParser.subavName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSubavNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBaseAvName
public T visitBaseAvName(OracleStatementParser.BaseAvNameContext ctx)
Visit a parse tree produced byOracleStatementParser.baseAvName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBaseAvNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMeasName
public T visitMeasName(OracleStatementParser.MeasNameContext ctx)
Visit a parse tree produced byOracleStatementParser.measName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMeasNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLevelRef
public T visitLevelRef(OracleStatementParser.LevelRefContext ctx)
Visit a parse tree produced byOracleStatementParser.levelRef().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLevelRefin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOffsetExpr
public T visitOffsetExpr(OracleStatementParser.OffsetExprContext ctx)
Visit a parse tree produced byOracleStatementParser.offsetExpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOffsetExprin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMemberKeyExpr
public T visitMemberKeyExpr(OracleStatementParser.MemberKeyExprContext ctx)
Visit a parse tree produced byOracleStatementParser.memberKeyExpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMemberKeyExprin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDepthExpression
public T visitDepthExpression(OracleStatementParser.DepthExpressionContext ctx)
Visit a parse tree produced byOracleStatementParser.depthExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDepthExpressionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUnitName
public T visitUnitName(OracleStatementParser.UnitNameContext ctx)
Visit a parse tree produced byOracleStatementParser.unitName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUnitNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitProcedureName
public T visitProcedureName(OracleStatementParser.ProcedureNameContext ctx)
Visit a parse tree produced byOracleStatementParser.procedureName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitProcedureNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCpuCost
public T visitCpuCost(OracleStatementParser.CpuCostContext ctx)
Visit a parse tree produced byOracleStatementParser.cpuCost().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCpuCostin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIoCost
public T visitIoCost(OracleStatementParser.IoCostContext ctx)
Visit a parse tree produced byOracleStatementParser.ioCost().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIoCostin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNetworkCost
public T visitNetworkCost(OracleStatementParser.NetworkCostContext ctx)
Visit a parse tree produced byOracleStatementParser.networkCost().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNetworkCostin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDefaultSelectivity
public T visitDefaultSelectivity(OracleStatementParser.DefaultSelectivityContext ctx)
Visit a parse tree produced byOracleStatementParser.defaultSelectivity().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDefaultSelectivityin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDataItem
public T visitDataItem(OracleStatementParser.DataItemContext ctx)
Visit a parse tree produced byOracleStatementParser.dataItem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDataItemin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVariableName
public T visitVariableName(OracleStatementParser.VariableNameContext ctx)
Visit a parse tree produced byOracleStatementParser.variableName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitVariableNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitValidTimeColumn
public T visitValidTimeColumn(OracleStatementParser.ValidTimeColumnContext ctx)
Visit a parse tree produced byOracleStatementParser.validTimeColumn().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitValidTimeColumnin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAttrDim
public T visitAttrDim(OracleStatementParser.AttrDimContext ctx)
Visit a parse tree produced byOracleStatementParser.attrDim().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAttrDimin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHierarchyName
public T visitHierarchyName(OracleStatementParser.HierarchyNameContext ctx)
Visit a parse tree produced byOracleStatementParser.hierarchyName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitHierarchyNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAnalyticViewName
public T visitAnalyticViewName(OracleStatementParser.AnalyticViewNameContext ctx)
Visit a parse tree produced byOracleStatementParser.analyticViewName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAnalyticViewNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSamplePercent
public T visitSamplePercent(OracleStatementParser.SamplePercentContext ctx)
Visit a parse tree produced byOracleStatementParser.samplePercent().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSamplePercentin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSeedValue
public T visitSeedValue(OracleStatementParser.SeedValueContext ctx)
Visit a parse tree produced byOracleStatementParser.seedValue().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSeedValuein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNamespace
public T visitNamespace(OracleStatementParser.NamespaceContext ctx)
Visit a parse tree produced byOracleStatementParser.namespace().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNamespacein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRestorePoint
public T visitRestorePoint(OracleStatementParser.RestorePointContext ctx)
Visit a parse tree produced byOracleStatementParser.restorePoint().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRestorePointin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitScnValue
public T visitScnValue(OracleStatementParser.ScnValueContext ctx)
Visit a parse tree produced byOracleStatementParser.scnValue().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitScnValuein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTimestampValue
public T visitTimestampValue(OracleStatementParser.TimestampValueContext ctx)
Visit a parse tree produced byOracleStatementParser.timestampValue().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTimestampValuein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitScnTimestampExpr
public T visitScnTimestampExpr(OracleStatementParser.ScnTimestampExprContext ctx)
Visit a parse tree produced byOracleStatementParser.scnTimestampExpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitScnTimestampExprin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReferenceModelName
public T visitReferenceModelName(OracleStatementParser.ReferenceModelNameContext ctx)
Visit a parse tree produced byOracleStatementParser.referenceModelName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitReferenceModelNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMainModelName
public T visitMainModelName(OracleStatementParser.MainModelNameContext ctx)
Visit a parse tree produced byOracleStatementParser.mainModelName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMainModelNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMeasureColumn
public T visitMeasureColumn(OracleStatementParser.MeasureColumnContext ctx)
Visit a parse tree produced byOracleStatementParser.measureColumn().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMeasureColumnin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDimensionColumn
public T visitDimensionColumn(OracleStatementParser.DimensionColumnContext ctx)
Visit a parse tree produced byOracleStatementParser.dimensionColumn().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDimensionColumnin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPattern
public T visitPattern(OracleStatementParser.PatternContext ctx)
Visit a parse tree produced byOracleStatementParser.pattern().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPatternin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAnalyticFunctionName
public T visitAnalyticFunctionName(OracleStatementParser.AnalyticFunctionNameContext ctx)
Visit a parse tree produced byOracleStatementParser.analyticFunctionName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAnalyticFunctionNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCondition
public T visitCondition(OracleStatementParser.ConditionContext ctx)
Visit a parse tree produced byOracleStatementParser.condition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitConditionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitComparisonCondition
public T visitComparisonCondition(OracleStatementParser.ComparisonConditionContext ctx)
Visit a parse tree produced byOracleStatementParser.comparisonCondition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitComparisonConditionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSimpleComparisonCondition
public T visitSimpleComparisonCondition(OracleStatementParser.SimpleComparisonConditionContext ctx)
Visit a parse tree produced byOracleStatementParser.simpleComparisonCondition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSimpleComparisonConditionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGroupComparisonCondition
public T visitGroupComparisonCondition(OracleStatementParser.GroupComparisonConditionContext ctx)
Visit a parse tree produced byOracleStatementParser.groupComparisonCondition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGroupComparisonConditionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFloatingPointCondition
public T visitFloatingPointCondition(OracleStatementParser.FloatingPointConditionContext ctx)
Visit a parse tree produced byOracleStatementParser.floatingPointCondition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFloatingPointConditionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLogicalCondition
public T visitLogicalCondition(OracleStatementParser.LogicalConditionContext ctx)
Visit a parse tree produced byOracleStatementParser.logicalCondition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLogicalConditionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitModelCondition
public T visitModelCondition(OracleStatementParser.ModelConditionContext ctx)
Visit a parse tree produced byOracleStatementParser.modelCondition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitModelConditionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIsAnyCondition
public T visitIsAnyCondition(OracleStatementParser.IsAnyConditionContext ctx)
Visit a parse tree produced byOracleStatementParser.isAnyCondition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIsAnyConditionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIsPresentCondition
public T visitIsPresentCondition(OracleStatementParser.IsPresentConditionContext ctx)
Visit a parse tree produced byOracleStatementParser.isPresentCondition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIsPresentConditionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCellReference
public T visitCellReference(OracleStatementParser.CellReferenceContext ctx)
Visit a parse tree produced byOracleStatementParser.cellReference().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCellReferencein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMultisetCondition
public T visitMultisetCondition(OracleStatementParser.MultisetConditionContext ctx)
Visit a parse tree produced byOracleStatementParser.multisetCondition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMultisetConditionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIsASetCondition
public T visitIsASetCondition(OracleStatementParser.IsASetConditionContext ctx)
Visit a parse tree produced byOracleStatementParser.isASetCondition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIsASetConditionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIsEmptyCondition
public T visitIsEmptyCondition(OracleStatementParser.IsEmptyConditionContext ctx)
Visit a parse tree produced byOracleStatementParser.isEmptyCondition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIsEmptyConditionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMemberCondition
public T visitMemberCondition(OracleStatementParser.MemberConditionContext ctx)
Visit a parse tree produced byOracleStatementParser.memberCondition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMemberConditionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSubmultisetCondition
public T visitSubmultisetCondition(OracleStatementParser.SubmultisetConditionContext ctx)
Visit a parse tree produced byOracleStatementParser.submultisetCondition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSubmultisetConditionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPatternMatchingCondition
public T visitPatternMatchingCondition(OracleStatementParser.PatternMatchingConditionContext ctx)
Visit a parse tree produced byOracleStatementParser.patternMatchingCondition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPatternMatchingConditionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLikeCondition
public T visitLikeCondition(OracleStatementParser.LikeConditionContext ctx)
Visit a parse tree produced byOracleStatementParser.likeCondition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLikeConditionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSearchValue
public T visitSearchValue(OracleStatementParser.SearchValueContext ctx)
Visit a parse tree produced byOracleStatementParser.searchValue().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSearchValuein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEscapeChar
public T visitEscapeChar(OracleStatementParser.EscapeCharContext ctx)
Visit a parse tree produced byOracleStatementParser.escapeChar().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEscapeCharin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRegexpLikeCondition
public T visitRegexpLikeCondition(OracleStatementParser.RegexpLikeConditionContext ctx)
Visit a parse tree produced byOracleStatementParser.regexpLikeCondition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRegexpLikeConditionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMatchParam
public T visitMatchParam(OracleStatementParser.MatchParamContext ctx)
Visit a parse tree produced byOracleStatementParser.matchParam().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMatchParamin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRangeCondition
public T visitRangeCondition(OracleStatementParser.RangeConditionContext ctx)
Visit a parse tree produced byOracleStatementParser.rangeCondition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRangeConditionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNullCondition
public T visitNullCondition(OracleStatementParser.NullConditionContext ctx)
Visit a parse tree produced byOracleStatementParser.nullCondition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNullConditionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitXmlCondition
public T visitXmlCondition(OracleStatementParser.XmlConditionContext ctx)
Visit a parse tree produced byOracleStatementParser.xmlCondition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitXmlConditionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEqualsPathCondition
public T visitEqualsPathCondition(OracleStatementParser.EqualsPathConditionContext ctx)
Visit a parse tree produced byOracleStatementParser.equalsPathCondition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEqualsPathConditionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPathString
public T visitPathString(OracleStatementParser.PathStringContext ctx)
Visit a parse tree produced byOracleStatementParser.pathString().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPathStringin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCorrelationInteger
public T visitCorrelationInteger(OracleStatementParser.CorrelationIntegerContext ctx)
Visit a parse tree produced byOracleStatementParser.correlationInteger().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCorrelationIntegerin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUnderPathCondition
public T visitUnderPathCondition(OracleStatementParser.UnderPathConditionContext ctx)
Visit a parse tree produced byOracleStatementParser.underPathCondition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUnderPathConditionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLevel
public T visitLevel(OracleStatementParser.LevelContext ctx)
Visit a parse tree produced byOracleStatementParser.level().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLevelin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLevels
public T visitLevels(OracleStatementParser.LevelsContext ctx)
Visit a parse tree produced byOracleStatementParser.levels().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLevelsin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJsonCondition
public T visitJsonCondition(OracleStatementParser.JsonConditionContext ctx)
Visit a parse tree produced byOracleStatementParser.jsonCondition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitJsonConditionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIsJsonCondition
public T visitIsJsonCondition(OracleStatementParser.IsJsonConditionContext ctx)
Visit a parse tree produced byOracleStatementParser.isJsonCondition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIsJsonConditionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJsonEqualCondition
public T visitJsonEqualCondition(OracleStatementParser.JsonEqualConditionContext ctx)
Visit a parse tree produced byOracleStatementParser.jsonEqualCondition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitJsonEqualConditionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJsonExistsCondition
public T visitJsonExistsCondition(OracleStatementParser.JsonExistsConditionContext ctx)
Visit a parse tree produced byOracleStatementParser.jsonExistsCondition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitJsonExistsConditionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJsonPassingClause
public T visitJsonPassingClause(OracleStatementParser.JsonPassingClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.jsonPassingClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitJsonPassingClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJsonExistsOnErrorClause
public T visitJsonExistsOnErrorClause(OracleStatementParser.JsonExistsOnErrorClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.jsonExistsOnErrorClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitJsonExistsOnErrorClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJsonExistsOnEmptyClause
public T visitJsonExistsOnEmptyClause(OracleStatementParser.JsonExistsOnEmptyClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.jsonExistsOnEmptyClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitJsonExistsOnEmptyClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJsonTextcontainsCondition
public T visitJsonTextcontainsCondition(OracleStatementParser.JsonTextcontainsConditionContext ctx)
Visit a parse tree produced byOracleStatementParser.jsonTextcontainsCondition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitJsonTextcontainsConditionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJsonBasicPathExpr
public T visitJsonBasicPathExpr(OracleStatementParser.JsonBasicPathExprContext ctx)
Visit a parse tree produced byOracleStatementParser.jsonBasicPathExpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitJsonBasicPathExprin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJsonAbsolutePathExpr
public T visitJsonAbsolutePathExpr(OracleStatementParser.JsonAbsolutePathExprContext ctx)
Visit a parse tree produced byOracleStatementParser.jsonAbsolutePathExpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitJsonAbsolutePathExprin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJsonNonfunctionSteps
public T visitJsonNonfunctionSteps(OracleStatementParser.JsonNonfunctionStepsContext ctx)
Visit a parse tree produced byOracleStatementParser.jsonNonfunctionSteps().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitJsonNonfunctionStepsin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJsonObjectStep
public T visitJsonObjectStep(OracleStatementParser.JsonObjectStepContext ctx)
Visit a parse tree produced byOracleStatementParser.jsonObjectStep().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitJsonObjectStepin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJsonFieldName
public T visitJsonFieldName(OracleStatementParser.JsonFieldNameContext ctx)
Visit a parse tree produced byOracleStatementParser.jsonFieldName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitJsonFieldNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLetter
public T visitLetter(OracleStatementParser.LetterContext ctx)
Visit a parse tree produced byOracleStatementParser.letter().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLetterin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDigit
public T visitDigit(OracleStatementParser.DigitContext ctx)
Visit a parse tree produced byOracleStatementParser.digit().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDigitin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJsonArrayStep
public T visitJsonArrayStep(OracleStatementParser.JsonArrayStepContext ctx)
Visit a parse tree produced byOracleStatementParser.jsonArrayStep().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitJsonArrayStepin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJsonDescendentStep
public T visitJsonDescendentStep(OracleStatementParser.JsonDescendentStepContext ctx)
Visit a parse tree produced byOracleStatementParser.jsonDescendentStep().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitJsonDescendentStepin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJsonFunctionStep
public T visitJsonFunctionStep(OracleStatementParser.JsonFunctionStepContext ctx)
Visit a parse tree produced byOracleStatementParser.jsonFunctionStep().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitJsonFunctionStepin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJsonItemMethod
public T visitJsonItemMethod(OracleStatementParser.JsonItemMethodContext ctx)
Visit a parse tree produced byOracleStatementParser.jsonItemMethod().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitJsonItemMethodin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJsonFilterExpr
public T visitJsonFilterExpr(OracleStatementParser.JsonFilterExprContext ctx)
Visit a parse tree produced byOracleStatementParser.jsonFilterExpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitJsonFilterExprin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJsonCond
public T visitJsonCond(OracleStatementParser.JsonCondContext ctx)
Visit a parse tree produced byOracleStatementParser.jsonCond().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitJsonCondin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJsonDisjunction
public T visitJsonDisjunction(OracleStatementParser.JsonDisjunctionContext ctx)
Visit a parse tree produced byOracleStatementParser.jsonDisjunction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitJsonDisjunctionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJsonConjunction
public T visitJsonConjunction(OracleStatementParser.JsonConjunctionContext ctx)
Visit a parse tree produced byOracleStatementParser.jsonConjunction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitJsonConjunctionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJsonNegation
public T visitJsonNegation(OracleStatementParser.JsonNegationContext ctx)
Visit a parse tree produced byOracleStatementParser.jsonNegation().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitJsonNegationin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJsonExistsCond
public T visitJsonExistsCond(OracleStatementParser.JsonExistsCondContext ctx)
Visit a parse tree produced byOracleStatementParser.jsonExistsCond().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitJsonExistsCondin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJsonHasSubstringCond
public T visitJsonHasSubstringCond(OracleStatementParser.JsonHasSubstringCondContext ctx)
Visit a parse tree produced byOracleStatementParser.jsonHasSubstringCond().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitJsonHasSubstringCondin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJsonStartsWithCond
public T visitJsonStartsWithCond(OracleStatementParser.JsonStartsWithCondContext ctx)
Visit a parse tree produced byOracleStatementParser.jsonStartsWithCond().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitJsonStartsWithCondin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJsonLikeCond
public T visitJsonLikeCond(OracleStatementParser.JsonLikeCondContext ctx)
Visit a parse tree produced byOracleStatementParser.jsonLikeCond().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitJsonLikeCondin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJsonLikeRegexCond
public T visitJsonLikeRegexCond(OracleStatementParser.JsonLikeRegexCondContext ctx)
Visit a parse tree produced byOracleStatementParser.jsonLikeRegexCond().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitJsonLikeRegexCondin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJsonEqRegexCond
public T visitJsonEqRegexCond(OracleStatementParser.JsonEqRegexCondContext ctx)
Visit a parse tree produced byOracleStatementParser.jsonEqRegexCond().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitJsonEqRegexCondin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJsonInCond
public T visitJsonInCond(OracleStatementParser.JsonInCondContext ctx)
Visit a parse tree produced byOracleStatementParser.jsonInCond().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitJsonInCondin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitValueList
public T visitValueList(OracleStatementParser.ValueListContext ctx)
Visit a parse tree produced byOracleStatementParser.valueList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitValueListin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJsonComparison
public T visitJsonComparison(OracleStatementParser.JsonComparisonContext ctx)
Visit a parse tree produced byOracleStatementParser.jsonComparison().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitJsonComparisonin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJsonRelativePathExpr
public T visitJsonRelativePathExpr(OracleStatementParser.JsonRelativePathExprContext ctx)
Visit a parse tree produced byOracleStatementParser.jsonRelativePathExpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitJsonRelativePathExprin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJsonComparePred
public T visitJsonComparePred(OracleStatementParser.JsonComparePredContext ctx)
Visit a parse tree produced byOracleStatementParser.jsonComparePred().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitJsonComparePredin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJsonVar
public T visitJsonVar(OracleStatementParser.JsonVarContext ctx)
Visit a parse tree produced byOracleStatementParser.jsonVar().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitJsonVarin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJsonScalar
public T visitJsonScalar(OracleStatementParser.JsonScalarContext ctx)
Visit a parse tree produced byOracleStatementParser.jsonScalar().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitJsonScalarin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJsonNumber
public T visitJsonNumber(OracleStatementParser.JsonNumberContext ctx)
Visit a parse tree produced byOracleStatementParser.jsonNumber().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitJsonNumberin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJsonString
public T visitJsonString(OracleStatementParser.JsonStringContext ctx)
Visit a parse tree produced byOracleStatementParser.jsonString().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitJsonStringin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCompoundCondition
public T visitCompoundCondition(OracleStatementParser.CompoundConditionContext ctx)
Visit a parse tree produced byOracleStatementParser.compoundCondition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCompoundConditionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExistsCondition
public T visitExistsCondition(OracleStatementParser.ExistsConditionContext ctx)
Visit a parse tree produced byOracleStatementParser.existsCondition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExistsConditionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInCondition
public T visitInCondition(OracleStatementParser.InConditionContext ctx)
Visit a parse tree produced byOracleStatementParser.inCondition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInConditionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIsOfTypeCondition
public T visitIsOfTypeCondition(OracleStatementParser.IsOfTypeConditionContext ctx)
Visit a parse tree produced byOracleStatementParser.isOfTypeCondition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIsOfTypeConditionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDatabaseCharset
public T visitDatabaseCharset(OracleStatementParser.DatabaseCharsetContext ctx)
Visit a parse tree produced byOracleStatementParser.databaseCharset().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDatabaseCharsetin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNationalCharset
public T visitNationalCharset(OracleStatementParser.NationalCharsetContext ctx)
Visit a parse tree produced byOracleStatementParser.nationalCharset().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNationalCharsetin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFilenamePattern
public T visitFilenamePattern(OracleStatementParser.FilenamePatternContext ctx)
Visit a parse tree produced byOracleStatementParser.filenamePattern().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFilenamePatternin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConnectString
public T visitConnectString(OracleStatementParser.ConnectStringContext ctx)
Visit a parse tree produced byOracleStatementParser.connectString().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitConnectStringin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitArgument
public T visitArgument(OracleStatementParser.ArgumentContext ctx)
Visit a parse tree produced byOracleStatementParser.argument().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitArgumentin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDataSource
public T visitDataSource(OracleStatementParser.DataSourceContext ctx)
Visit a parse tree produced byOracleStatementParser.dataSource().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDataSourcein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitImplementationType
public T visitImplementationType(OracleStatementParser.ImplementationTypeContext ctx)
Visit a parse tree produced byOracleStatementParser.implementationType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitImplementationTypein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitImplementationPackage
public T visitImplementationPackage(OracleStatementParser.ImplementationPackageContext ctx)
Visit a parse tree produced byOracleStatementParser.implementationPackage().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitImplementationPackagein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLabel
public T visitLabel(OracleStatementParser.LabelContext ctx)
Visit a parse tree produced byOracleStatementParser.label().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLabelin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLibName
public T visitLibName(OracleStatementParser.LibNameContext ctx)
Visit a parse tree produced byOracleStatementParser.libName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLibNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExternalDatatype
public T visitExternalDatatype(OracleStatementParser.ExternalDatatypeContext ctx)
Visit a parse tree produced byOracleStatementParser.externalDatatype().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExternalDatatypein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCapacityUnit
public T visitCapacityUnit(OracleStatementParser.CapacityUnitContext ctx)
Visit a parse tree produced byOracleStatementParser.capacityUnit().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCapacityUnitin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAttributeDimensionName
public T visitAttributeDimensionName(OracleStatementParser.AttributeDimensionNameContext ctx)
Visit a parse tree produced byOracleStatementParser.attributeDimensionName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAttributeDimensionNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSequenceName
public T visitSequenceName(OracleStatementParser.SequenceNameContext ctx)
Visit a parse tree produced byOracleStatementParser.sequenceName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSequenceNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSpfileName
public T visitSpfileName(OracleStatementParser.SpfileNameContext ctx)
Visit a parse tree produced byOracleStatementParser.spfileName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSpfileNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPfileName
public T visitPfileName(OracleStatementParser.PfileNameContext ctx)
Visit a parse tree produced byOracleStatementParser.pfileName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPfileNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCharacterSetName
public T visitCharacterSetName(OracleStatementParser.CharacterSetNameContext ctx)
Visit a parse tree produced byOracleStatementParser.characterSetName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCharacterSetNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQuotaUnit
public T visitQuotaUnit(OracleStatementParser.QuotaUnitContext ctx)
Visit a parse tree produced byOracleStatementParser.quotaUnit().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitQuotaUnitin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSiteName
public T visitSiteName(OracleStatementParser.SiteNameContext ctx)
Visit a parse tree produced byOracleStatementParser.siteName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSiteNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDiskName
public T visitDiskName(OracleStatementParser.DiskNameContext ctx)
Visit a parse tree produced byOracleStatementParser.diskName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDiskNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSearchString
public T visitSearchString(OracleStatementParser.SearchStringContext ctx)
Visit a parse tree produced byOracleStatementParser.searchString().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSearchStringin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAttributeValue
public T visitAttributeValue(OracleStatementParser.AttributeValueContext ctx)
Visit a parse tree produced byOracleStatementParser.attributeValue().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAttributeValuein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitProfileName
public T visitProfileName(OracleStatementParser.ProfileNameContext ctx)
Visit a parse tree produced byOracleStatementParser.profileName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitProfileNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJoinGroupName
public T visitJoinGroupName(OracleStatementParser.JoinGroupNameContext ctx)
Visit a parse tree produced byOracleStatementParser.joinGroupName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitJoinGroupNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRestorePointName
public T visitRestorePointName(OracleStatementParser.RestorePointNameContext ctx)
Visit a parse tree produced byOracleStatementParser.restorePointName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRestorePointNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLibraryName
public T visitLibraryName(OracleStatementParser.LibraryNameContext ctx)
Visit a parse tree produced byOracleStatementParser.libraryName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLibraryNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMatchString
public T visitMatchString(OracleStatementParser.MatchStringContext ctx)
Visit a parse tree produced byOracleStatementParser.matchString().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMatchStringin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitParameterType
public T visitParameterType(OracleStatementParser.ParameterTypeContext ctx)
Visit a parse tree produced byOracleStatementParser.parameterType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitParameterTypein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReturnType
public T visitReturnType(OracleStatementParser.ReturnTypeContext ctx)
Visit a parse tree produced byOracleStatementParser.returnType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitReturnTypein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFailgroupName
public T visitFailgroupName(OracleStatementParser.FailgroupNameContext ctx)
Visit a parse tree produced byOracleStatementParser.failgroupName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFailgroupNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAsmVolumeName
public T visitAsmVolumeName(OracleStatementParser.AsmVolumeNameContext ctx)
Visit a parse tree produced byOracleStatementParser.asmVolumeName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAsmVolumeNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMountpathName
public T visitMountpathName(OracleStatementParser.MountpathNameContext ctx)
Visit a parse tree produced byOracleStatementParser.mountpathName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMountpathNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUsageName
public T visitUsageName(OracleStatementParser.UsageNameContext ctx)
Visit a parse tree produced byOracleStatementParser.usageName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUsageNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUsergroupName
public T visitUsergroupName(OracleStatementParser.UsergroupNameContext ctx)
Visit a parse tree produced byOracleStatementParser.usergroupName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUsergroupNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVarrayType
public T visitVarrayType(OracleStatementParser.VarrayTypeContext ctx)
Visit a parse tree produced byOracleStatementParser.varrayType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitVarrayTypein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStagingLogName
public T visitStagingLogName(OracleStatementParser.StagingLogNameContext ctx)
Visit a parse tree produced byOracleStatementParser.stagingLogName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStagingLogNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFeatureName
public T visitFeatureName(OracleStatementParser.FeatureNameContext ctx)
Visit a parse tree produced byOracleStatementParser.featureName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFeatureNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOptionName
public T visitOptionName(OracleStatementParser.OptionNameContext ctx)
Visit a parse tree produced byOracleStatementParser.optionName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOptionNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitClauseOption
public T visitClauseOption(OracleStatementParser.ClauseOptionContext ctx)
Visit a parse tree produced byOracleStatementParser.clauseOption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitClauseOptionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitClauseOptionPattern
public T visitClauseOptionPattern(OracleStatementParser.ClauseOptionPatternContext ctx)
Visit a parse tree produced byOracleStatementParser.clauseOptionPattern().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitClauseOptionPatternin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOptionValue
public T visitOptionValue(OracleStatementParser.OptionValueContext ctx)
Visit a parse tree produced byOracleStatementParser.optionValue().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOptionValuein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitClause
public T visitClause(OracleStatementParser.ClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.clause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSqlStatement
public T visitSqlStatement(OracleStatementParser.SqlStatementContext ctx)
Visit a parse tree produced byOracleStatementParser.sqlStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSqlStatementin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTransportSecret
public T visitTransportSecret(OracleStatementParser.TransportSecretContext ctx)
Visit a parse tree produced byOracleStatementParser.transportSecret().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTransportSecretin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHostName
public T visitHostName(OracleStatementParser.HostNameContext ctx)
Visit a parse tree produced byOracleStatementParser.hostName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitHostNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMapObject
public T visitMapObject(OracleStatementParser.MapObjectContext ctx)
Visit a parse tree produced byOracleStatementParser.mapObject().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMapObjectin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRefreshInterval
public T visitRefreshInterval(OracleStatementParser.RefreshIntervalContext ctx)
Visit a parse tree produced byOracleStatementParser.refreshInterval().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRefreshIntervalin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSourcePdbName
public T visitSourcePdbName(OracleStatementParser.SourcePdbNameContext ctx)
Visit a parse tree produced byOracleStatementParser.sourcePdbName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSourcePdbNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAppName
public T visitAppName(OracleStatementParser.AppNameContext ctx)
Visit a parse tree produced byOracleStatementParser.appName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAppNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCommentValue
public T visitCommentValue(OracleStatementParser.CommentValueContext ctx)
Visit a parse tree produced byOracleStatementParser.commentValue().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCommentValuein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAppVersion
public T visitAppVersion(OracleStatementParser.AppVersionContext ctx)
Visit a parse tree produced byOracleStatementParser.appVersion().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAppVersionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStartAppVersion
public T visitStartAppVersion(OracleStatementParser.StartAppVersionContext ctx)
Visit a parse tree produced byOracleStatementParser.startAppVersion().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStartAppVersionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEndAppVersion
public T visitEndAppVersion(OracleStatementParser.EndAppVersionContext ctx)
Visit a parse tree produced byOracleStatementParser.endAppVersion().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEndAppVersionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPatchNumber
public T visitPatchNumber(OracleStatementParser.PatchNumberContext ctx)
Visit a parse tree produced byOracleStatementParser.patchNumber().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPatchNumberin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSnapshotInterval
public T visitSnapshotInterval(OracleStatementParser.SnapshotIntervalContext ctx)
Visit a parse tree produced byOracleStatementParser.snapshotInterval().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSnapshotIntervalin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSnapshotName
public T visitSnapshotName(OracleStatementParser.SnapshotNameContext ctx)
Visit a parse tree produced byOracleStatementParser.snapshotName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSnapshotNamein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMaxPdbSnapshots
public T visitMaxPdbSnapshots(OracleStatementParser.MaxPdbSnapshotsContext ctx)
Visit a parse tree produced byOracleStatementParser.maxPdbSnapshots().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMaxPdbSnapshotsin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMaxNumberOfSnapshots
public T visitMaxNumberOfSnapshots(OracleStatementParser.MaxNumberOfSnapshotsContext ctx)
Visit a parse tree produced byOracleStatementParser.maxNumberOfSnapshots().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMaxNumberOfSnapshotsin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDatetimeExpr
public T visitDatetimeExpr(OracleStatementParser.DatetimeExprContext ctx)
Visit a parse tree produced byOracleStatementParser.datetimeExpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDatetimeExprin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitXmlFunction
public T visitXmlFunction(OracleStatementParser.XmlFunctionContext ctx)
Visit a parse tree produced byOracleStatementParser.xmlFunction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitXmlFunctionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitXmlAggFunction
public T visitXmlAggFunction(OracleStatementParser.XmlAggFunctionContext ctx)
Visit a parse tree produced byOracleStatementParser.xmlAggFunction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitXmlAggFunctionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitXmlColattvalFunction
public T visitXmlColattvalFunction(OracleStatementParser.XmlColattvalFunctionContext ctx)
Visit a parse tree produced byOracleStatementParser.xmlColattvalFunction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitXmlColattvalFunctionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitXmlExistsFunction
public T visitXmlExistsFunction(OracleStatementParser.XmlExistsFunctionContext ctx)
Visit a parse tree produced byOracleStatementParser.xmlExistsFunction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitXmlExistsFunctionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitXmlForestFunction
public T visitXmlForestFunction(OracleStatementParser.XmlForestFunctionContext ctx)
Visit a parse tree produced byOracleStatementParser.xmlForestFunction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitXmlForestFunctionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitXmlParseFunction
public T visitXmlParseFunction(OracleStatementParser.XmlParseFunctionContext ctx)
Visit a parse tree produced byOracleStatementParser.xmlParseFunction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitXmlParseFunctionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitXmlPiFunction
public T visitXmlPiFunction(OracleStatementParser.XmlPiFunctionContext ctx)
Visit a parse tree produced byOracleStatementParser.xmlPiFunction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitXmlPiFunctionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitXmlQueryFunction
public T visitXmlQueryFunction(OracleStatementParser.XmlQueryFunctionContext ctx)
Visit a parse tree produced byOracleStatementParser.xmlQueryFunction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitXmlQueryFunctionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitXmlPassingClause
public T visitXmlPassingClause(OracleStatementParser.XmlPassingClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.xmlPassingClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitXmlPassingClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitXmlRootFunction
public T visitXmlRootFunction(OracleStatementParser.XmlRootFunctionContext ctx)
Visit a parse tree produced byOracleStatementParser.xmlRootFunction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitXmlRootFunctionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitXmlSerializeFunction
public T visitXmlSerializeFunction(OracleStatementParser.XmlSerializeFunctionContext ctx)
Visit a parse tree produced byOracleStatementParser.xmlSerializeFunction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitXmlSerializeFunctionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitXmlTableFunction
public T visitXmlTableFunction(OracleStatementParser.XmlTableFunctionContext ctx)
Visit a parse tree produced byOracleStatementParser.xmlTableFunction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitXmlTableFunctionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitXmlNameSpacesClause
public T visitXmlNameSpacesClause(OracleStatementParser.XmlNameSpacesClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.xmlNameSpacesClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitXmlNameSpacesClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitXmlNameSpaceStringAsIdentifier
public T visitXmlNameSpaceStringAsIdentifier(OracleStatementParser.XmlNameSpaceStringAsIdentifierContext ctx)
Visit a parse tree produced byOracleStatementParser.xmlNameSpaceStringAsIdentifier().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitXmlNameSpaceStringAsIdentifierin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDefaultString
public T visitDefaultString(OracleStatementParser.DefaultStringContext ctx)
Visit a parse tree produced byOracleStatementParser.defaultString().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDefaultStringin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitXmlTableOptions
public T visitXmlTableOptions(OracleStatementParser.XmlTableOptionsContext ctx)
Visit a parse tree produced byOracleStatementParser.xmlTableOptions().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitXmlTableOptionsin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitXmlTableColumn
public T visitXmlTableColumn(OracleStatementParser.XmlTableColumnContext ctx)
Visit a parse tree produced byOracleStatementParser.xmlTableColumn().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitXmlTableColumnin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGrant
public T visitGrant(OracleStatementParser.GrantContext ctx)
Visit a parse tree produced byOracleStatementParser.grant().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGrantin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRevoke
public T visitRevoke(OracleStatementParser.RevokeContext ctx)
Visit a parse tree produced byOracleStatementParser.revoke().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRevokein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitObjectPrivilegeClause
public T visitObjectPrivilegeClause(OracleStatementParser.ObjectPrivilegeClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.objectPrivilegeClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitObjectPrivilegeClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSystemPrivilegeClause
public T visitSystemPrivilegeClause(OracleStatementParser.SystemPrivilegeClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.systemPrivilegeClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSystemPrivilegeClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRoleClause
public T visitRoleClause(OracleStatementParser.RoleClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.roleClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRoleClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitObjectPrivileges
public T visitObjectPrivileges(OracleStatementParser.ObjectPrivilegesContext ctx)
Visit a parse tree produced byOracleStatementParser.objectPrivileges().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitObjectPrivilegesin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitObjectPrivilegeType
public T visitObjectPrivilegeType(OracleStatementParser.ObjectPrivilegeTypeContext ctx)
Visit a parse tree produced byOracleStatementParser.objectPrivilegeType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitObjectPrivilegeTypein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOnObjectClause
public T visitOnObjectClause(OracleStatementParser.OnObjectClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.onObjectClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOnObjectClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSystemPrivilege
public T visitSystemPrivilege(OracleStatementParser.SystemPrivilegeContext ctx)
Visit a parse tree produced byOracleStatementParser.systemPrivilege().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSystemPrivilegein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSystemPrivilegeOperation
public T visitSystemPrivilegeOperation(OracleStatementParser.SystemPrivilegeOperationContext ctx)
Visit a parse tree produced byOracleStatementParser.systemPrivilegeOperation().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSystemPrivilegeOperationin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAdvisorFrameworkSystemPrivilege
public T visitAdvisorFrameworkSystemPrivilege(OracleStatementParser.AdvisorFrameworkSystemPrivilegeContext ctx)
Visit a parse tree produced byOracleStatementParser.advisorFrameworkSystemPrivilege().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAdvisorFrameworkSystemPrivilegein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitClustersSystemPrivilege
public T visitClustersSystemPrivilege(OracleStatementParser.ClustersSystemPrivilegeContext ctx)
Visit a parse tree produced byOracleStatementParser.clustersSystemPrivilege().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitClustersSystemPrivilegein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitContextsSystemPrivilege
public T visitContextsSystemPrivilege(OracleStatementParser.ContextsSystemPrivilegeContext ctx)
Visit a parse tree produced byOracleStatementParser.contextsSystemPrivilege().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitContextsSystemPrivilegein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDataRedactionSystemPrivilege
public T visitDataRedactionSystemPrivilege(OracleStatementParser.DataRedactionSystemPrivilegeContext ctx)
Visit a parse tree produced byOracleStatementParser.dataRedactionSystemPrivilege().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDataRedactionSystemPrivilegein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDatabaseSystemPrivilege
public T visitDatabaseSystemPrivilege(OracleStatementParser.DatabaseSystemPrivilegeContext ctx)
Visit a parse tree produced byOracleStatementParser.databaseSystemPrivilege().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDatabaseSystemPrivilegein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDatabaseLinksSystemPrivilege
public T visitDatabaseLinksSystemPrivilege(OracleStatementParser.DatabaseLinksSystemPrivilegeContext ctx)
Visit a parse tree produced byOracleStatementParser.databaseLinksSystemPrivilege().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDatabaseLinksSystemPrivilegein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDebuggingSystemPrivilege
public T visitDebuggingSystemPrivilege(OracleStatementParser.DebuggingSystemPrivilegeContext ctx)
Visit a parse tree produced byOracleStatementParser.debuggingSystemPrivilege().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDebuggingSystemPrivilegein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDictionariesSystemPrivilege
public T visitDictionariesSystemPrivilege(OracleStatementParser.DictionariesSystemPrivilegeContext ctx)
Visit a parse tree produced byOracleStatementParser.dictionariesSystemPrivilege().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDictionariesSystemPrivilegein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDimensionsSystemPrivilege
public T visitDimensionsSystemPrivilege(OracleStatementParser.DimensionsSystemPrivilegeContext ctx)
Visit a parse tree produced byOracleStatementParser.dimensionsSystemPrivilege().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDimensionsSystemPrivilegein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDirectoriesSystemPrivilege
public T visitDirectoriesSystemPrivilege(OracleStatementParser.DirectoriesSystemPrivilegeContext ctx)
Visit a parse tree produced byOracleStatementParser.directoriesSystemPrivilege().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDirectoriesSystemPrivilegein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEditionsSystemPrivilege
public T visitEditionsSystemPrivilege(OracleStatementParser.EditionsSystemPrivilegeContext ctx)
Visit a parse tree produced byOracleStatementParser.editionsSystemPrivilege().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEditionsSystemPrivilegein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFlashbackDataArchivesPrivilege
public T visitFlashbackDataArchivesPrivilege(OracleStatementParser.FlashbackDataArchivesPrivilegeContext ctx)
Visit a parse tree produced byOracleStatementParser.flashbackDataArchivesPrivilege().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFlashbackDataArchivesPrivilegein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIndexesSystemPrivilege
public T visitIndexesSystemPrivilege(OracleStatementParser.IndexesSystemPrivilegeContext ctx)
Visit a parse tree produced byOracleStatementParser.indexesSystemPrivilege().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIndexesSystemPrivilegein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIndexTypesSystemPrivilege
public T visitIndexTypesSystemPrivilege(OracleStatementParser.IndexTypesSystemPrivilegeContext ctx)
Visit a parse tree produced byOracleStatementParser.indexTypesSystemPrivilege().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIndexTypesSystemPrivilegein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJobSchedulerObjectsSystemPrivilege
public T visitJobSchedulerObjectsSystemPrivilege(OracleStatementParser.JobSchedulerObjectsSystemPrivilegeContext ctx)
Visit a parse tree produced byOracleStatementParser.jobSchedulerObjectsSystemPrivilege().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitJobSchedulerObjectsSystemPrivilegein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitKeyManagementFrameworkSystemPrivilege
public T visitKeyManagementFrameworkSystemPrivilege(OracleStatementParser.KeyManagementFrameworkSystemPrivilegeContext ctx)
Visit a parse tree produced byOracleStatementParser.keyManagementFrameworkSystemPrivilege().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitKeyManagementFrameworkSystemPrivilegein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLibrariesFrameworkSystemPrivilege
public T visitLibrariesFrameworkSystemPrivilege(OracleStatementParser.LibrariesFrameworkSystemPrivilegeContext ctx)
Visit a parse tree produced byOracleStatementParser.librariesFrameworkSystemPrivilege().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLibrariesFrameworkSystemPrivilegein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLogminerFrameworkSystemPrivilege
public T visitLogminerFrameworkSystemPrivilege(OracleStatementParser.LogminerFrameworkSystemPrivilegeContext ctx)
Visit a parse tree produced byOracleStatementParser.logminerFrameworkSystemPrivilege().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLogminerFrameworkSystemPrivilegein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMaterizlizedViewsSystemPrivilege
public T visitMaterizlizedViewsSystemPrivilege(OracleStatementParser.MaterizlizedViewsSystemPrivilegeContext ctx)
Visit a parse tree produced byOracleStatementParser.materizlizedViewsSystemPrivilege().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMaterizlizedViewsSystemPrivilegein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMiningModelsSystemPrivilege
public T visitMiningModelsSystemPrivilege(OracleStatementParser.MiningModelsSystemPrivilegeContext ctx)
Visit a parse tree produced byOracleStatementParser.miningModelsSystemPrivilege().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMiningModelsSystemPrivilegein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOlapCubesSystemPrivilege
public T visitOlapCubesSystemPrivilege(OracleStatementParser.OlapCubesSystemPrivilegeContext ctx)
Visit a parse tree produced byOracleStatementParser.olapCubesSystemPrivilege().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOlapCubesSystemPrivilegein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOlapCubeMeasureFoldersSystemPrivilege
public T visitOlapCubeMeasureFoldersSystemPrivilege(OracleStatementParser.OlapCubeMeasureFoldersSystemPrivilegeContext ctx)
Visit a parse tree produced byOracleStatementParser.olapCubeMeasureFoldersSystemPrivilege().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOlapCubeMeasureFoldersSystemPrivilegein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOlapCubeDiminsionsSystemPrivilege
public T visitOlapCubeDiminsionsSystemPrivilege(OracleStatementParser.OlapCubeDiminsionsSystemPrivilegeContext ctx)
Visit a parse tree produced byOracleStatementParser.olapCubeDiminsionsSystemPrivilege().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOlapCubeDiminsionsSystemPrivilegein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOlapCubeBuildProcessesSystemPrivilege
public T visitOlapCubeBuildProcessesSystemPrivilege(OracleStatementParser.OlapCubeBuildProcessesSystemPrivilegeContext ctx)
Visit a parse tree produced byOracleStatementParser.olapCubeBuildProcessesSystemPrivilege().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOlapCubeBuildProcessesSystemPrivilegein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOperatorsSystemPrivilege
public T visitOperatorsSystemPrivilege(OracleStatementParser.OperatorsSystemPrivilegeContext ctx)
Visit a parse tree produced byOracleStatementParser.operatorsSystemPrivilege().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOperatorsSystemPrivilegein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOutlinesSystemPrivilege
public T visitOutlinesSystemPrivilege(OracleStatementParser.OutlinesSystemPrivilegeContext ctx)
Visit a parse tree produced byOracleStatementParser.outlinesSystemPrivilege().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOutlinesSystemPrivilegein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPlanManagementSystemPrivilege
public T visitPlanManagementSystemPrivilege(OracleStatementParser.PlanManagementSystemPrivilegeContext ctx)
Visit a parse tree produced byOracleStatementParser.planManagementSystemPrivilege().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPlanManagementSystemPrivilegein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPluggableDatabasesSystemPrivilege
public T visitPluggableDatabasesSystemPrivilege(OracleStatementParser.PluggableDatabasesSystemPrivilegeContext ctx)
Visit a parse tree produced byOracleStatementParser.pluggableDatabasesSystemPrivilege().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPluggableDatabasesSystemPrivilegein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitProceduresSystemPrivilege
public T visitProceduresSystemPrivilege(OracleStatementParser.ProceduresSystemPrivilegeContext ctx)
Visit a parse tree produced byOracleStatementParser.proceduresSystemPrivilege().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitProceduresSystemPrivilegein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitProfilesSystemPrivilege
public T visitProfilesSystemPrivilege(OracleStatementParser.ProfilesSystemPrivilegeContext ctx)
Visit a parse tree produced byOracleStatementParser.profilesSystemPrivilege().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitProfilesSystemPrivilegein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRolesSystemPrivilege
public T visitRolesSystemPrivilege(OracleStatementParser.RolesSystemPrivilegeContext ctx)
Visit a parse tree produced byOracleStatementParser.rolesSystemPrivilege().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRolesSystemPrivilegein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRollbackSegmentsSystemPrivilege
public T visitRollbackSegmentsSystemPrivilege(OracleStatementParser.RollbackSegmentsSystemPrivilegeContext ctx)
Visit a parse tree produced byOracleStatementParser.rollbackSegmentsSystemPrivilege().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRollbackSegmentsSystemPrivilegein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSequencesSystemPrivilege
public T visitSequencesSystemPrivilege(OracleStatementParser.SequencesSystemPrivilegeContext ctx)
Visit a parse tree produced byOracleStatementParser.sequencesSystemPrivilege().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSequencesSystemPrivilegein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSessionsSystemPrivilege
public T visitSessionsSystemPrivilege(OracleStatementParser.SessionsSystemPrivilegeContext ctx)
Visit a parse tree produced byOracleStatementParser.sessionsSystemPrivilege().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSessionsSystemPrivilegein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSqlTranslationProfilesSystemPrivilege
public T visitSqlTranslationProfilesSystemPrivilege(OracleStatementParser.SqlTranslationProfilesSystemPrivilegeContext ctx)
Visit a parse tree produced byOracleStatementParser.sqlTranslationProfilesSystemPrivilege().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSqlTranslationProfilesSystemPrivilegein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSynonymsSystemPrivilege
public T visitSynonymsSystemPrivilege(OracleStatementParser.SynonymsSystemPrivilegeContext ctx)
Visit a parse tree produced byOracleStatementParser.synonymsSystemPrivilege().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSynonymsSystemPrivilegein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTablesSystemPrivilege
public T visitTablesSystemPrivilege(OracleStatementParser.TablesSystemPrivilegeContext ctx)
Visit a parse tree produced byOracleStatementParser.tablesSystemPrivilege().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTablesSystemPrivilegein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTablespacesSystemPrivilege
public T visitTablespacesSystemPrivilege(OracleStatementParser.TablespacesSystemPrivilegeContext ctx)
Visit a parse tree produced byOracleStatementParser.tablespacesSystemPrivilege().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTablespacesSystemPrivilegein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTriggersSystemPrivilege
public T visitTriggersSystemPrivilege(OracleStatementParser.TriggersSystemPrivilegeContext ctx)
Visit a parse tree produced byOracleStatementParser.triggersSystemPrivilege().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTriggersSystemPrivilegein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTypesSystemPrivilege
public T visitTypesSystemPrivilege(OracleStatementParser.TypesSystemPrivilegeContext ctx)
Visit a parse tree produced byOracleStatementParser.typesSystemPrivilege().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTypesSystemPrivilegein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUsersSystemPrivilege
public T visitUsersSystemPrivilege(OracleStatementParser.UsersSystemPrivilegeContext ctx)
Visit a parse tree produced byOracleStatementParser.usersSystemPrivilege().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUsersSystemPrivilegein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitViewsSystemPrivilege
public T visitViewsSystemPrivilege(OracleStatementParser.ViewsSystemPrivilegeContext ctx)
Visit a parse tree produced byOracleStatementParser.viewsSystemPrivilege().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitViewsSystemPrivilegein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMiscellaneousSystemPrivilege
public T visitMiscellaneousSystemPrivilege(OracleStatementParser.MiscellaneousSystemPrivilegeContext ctx)
Visit a parse tree produced byOracleStatementParser.miscellaneousSystemPrivilege().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMiscellaneousSystemPrivilegein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateUser
public T visitCreateUser(OracleStatementParser.CreateUserContext ctx)
Visit a parse tree produced byOracleStatementParser.createUser().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateUserin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropUser
public T visitDropUser(OracleStatementParser.DropUserContext ctx)
Visit a parse tree produced byOracleStatementParser.dropUser().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropUserin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterUser
public T visitAlterUser(OracleStatementParser.AlterUserContext ctx)
Visit a parse tree produced byOracleStatementParser.alterUser().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterUserin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateRole
public T visitCreateRole(OracleStatementParser.CreateRoleContext ctx)
Visit a parse tree produced byOracleStatementParser.createRole().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateRolein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropRole
public T visitDropRole(OracleStatementParser.DropRoleContext ctx)
Visit a parse tree produced byOracleStatementParser.dropRole().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropRolein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterRole
public T visitAlterRole(OracleStatementParser.AlterRoleContext ctx)
Visit a parse tree produced byOracleStatementParser.alterRole().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterRolein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSetRole
public T visitSetRole(OracleStatementParser.SetRoleContext ctx)
Visit a parse tree produced byOracleStatementParser.setRole().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSetRolein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRoleAssignment
public T visitRoleAssignment(OracleStatementParser.RoleAssignmentContext ctx)
Visit a parse tree produced byOracleStatementParser.roleAssignment().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRoleAssignmentin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSetTransaction
public T visitSetTransaction(OracleStatementParser.SetTransactionContext ctx)
Visit a parse tree produced byOracleStatementParser.setTransaction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSetTransactionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCommit
public T visitCommit(OracleStatementParser.CommitContext ctx)
Visit a parse tree produced byOracleStatementParser.commit().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCommitin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCommentClause
public T visitCommentClause(OracleStatementParser.CommentClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.commentClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCommentClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWriteClause
public T visitWriteClause(OracleStatementParser.WriteClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.writeClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWriteClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitForceClause
public T visitForceClause(OracleStatementParser.ForceClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.forceClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitForceClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRollback
public T visitRollback(OracleStatementParser.RollbackContext ctx)
Visit a parse tree produced byOracleStatementParser.rollback().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRollbackin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSavepointClause
public T visitSavepointClause(OracleStatementParser.SavepointClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.savepointClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSavepointClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSavepoint
public T visitSavepoint(OracleStatementParser.SavepointContext ctx)
Visit a parse tree produced byOracleStatementParser.savepoint().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSavepointin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSetConstraints
public T visitSetConstraints(OracleStatementParser.SetConstraintsContext ctx)
Visit a parse tree produced byOracleStatementParser.setConstraints().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSetConstraintsin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterResourceCost
public T visitAlterResourceCost(OracleStatementParser.AlterResourceCostContext ctx)
Visit a parse tree produced byOracleStatementParser.alterResourceCost().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterResourceCostin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCall
public T visitCall(OracleStatementParser.CallContext ctx)
Visit a parse tree produced byOracleStatementParser.call().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCallin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterProcedure
public T visitAlterProcedure(OracleStatementParser.AlterProcedureContext ctx)
Visit a parse tree produced byOracleStatementParser.alterProcedure().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterProcedurein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitProcedureCompileClause
public T visitProcedureCompileClause(OracleStatementParser.ProcedureCompileClauseContext ctx)
Visit a parse tree produced byOracleStatementParser.procedureCompileClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitProcedureCompileClausein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropProcedure
public T visitDropProcedure(OracleStatementParser.DropProcedureContext ctx)
Visit a parse tree produced byOracleStatementParser.dropProcedure().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropProcedurein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateProcedure
public T visitCreateProcedure(OracleStatementParser.CreateProcedureContext ctx)
Visit a parse tree produced byOracleStatementParser.createProcedure().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateProcedurein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPlsqlProcedureSource
public T visitPlsqlProcedureSource(OracleStatementParser.PlsqlProcedureSourceContext ctx)
Visit a parse tree produced byOracleStatementParser.plsqlProcedureSource().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPlsqlProcedureSourcein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBody
public T visitBody(OracleStatementParser.BodyContext ctx)
Visit a parse tree produced byOracleStatementParser.body().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBodyin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStatement
public T visitStatement(OracleStatementParser.StatementContext ctx)
Visit a parse tree produced byOracleStatementParser.statement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStatementin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExceptionHandler
public T visitExceptionHandler(OracleStatementParser.ExceptionHandlerContext ctx)
Visit a parse tree produced byOracleStatementParser.exceptionHandler().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExceptionHandlerin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDeclareSection
public T visitDeclareSection(OracleStatementParser.DeclareSectionContext ctx)
Visit a parse tree produced byOracleStatementParser.declareSection().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDeclareSectionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitItemList2
public T visitItemList2(OracleStatementParser.ItemList2Context ctx)
Visit a parse tree produced byOracleStatementParser.itemList2().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitItemList2in interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCursorDefinition
public T visitCursorDefinition(OracleStatementParser.CursorDefinitionContext ctx)
Visit a parse tree produced byOracleStatementParser.cursorDefinition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCursorDefinitionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunctionDefinition
public T visitFunctionDefinition(OracleStatementParser.FunctionDefinitionContext ctx)
Visit a parse tree produced byOracleStatementParser.functionDefinition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFunctionDefinitionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitProcedureDefinition
public T visitProcedureDefinition(OracleStatementParser.ProcedureDefinitionContext ctx)
Visit a parse tree produced byOracleStatementParser.procedureDefinition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitProcedureDefinitionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitItemList1
public T visitItemList1(OracleStatementParser.ItemList1Context ctx)
Visit a parse tree produced byOracleStatementParser.itemList1().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitItemList1in interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCursorDeclaration
public T visitCursorDeclaration(OracleStatementParser.CursorDeclarationContext ctx)
Visit a parse tree produced byOracleStatementParser.cursorDeclaration().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCursorDeclarationin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCursorParameterDec
public T visitCursorParameterDec(OracleStatementParser.CursorParameterDecContext ctx)
Visit a parse tree produced byOracleStatementParser.cursorParameterDec().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCursorParameterDecin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRowtype
public T visitRowtype(OracleStatementParser.RowtypeContext ctx)
Visit a parse tree produced byOracleStatementParser.rowtype().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRowtypein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitItemDeclaration
public T visitItemDeclaration(OracleStatementParser.ItemDeclarationContext ctx)
Visit a parse tree produced byOracleStatementParser.itemDeclaration().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitItemDeclarationin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCollectionVariableDecl
public T visitCollectionVariableDecl(OracleStatementParser.CollectionVariableDeclContext ctx)
Visit a parse tree produced byOracleStatementParser.collectionVariableDecl().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCollectionVariableDeclin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQualifiedExpression
public T visitQualifiedExpression(OracleStatementParser.QualifiedExpressionContext ctx)
Visit a parse tree produced byOracleStatementParser.qualifiedExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitQualifiedExpressionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAggregate
public T visitAggregate(OracleStatementParser.AggregateContext ctx)
Visit a parse tree produced byOracleStatementParser.aggregate().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAggregatein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExplicitChoiceList
public T visitExplicitChoiceList(OracleStatementParser.ExplicitChoiceListContext ctx)
Visit a parse tree produced byOracleStatementParser.explicitChoiceList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExplicitChoiceListin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNamedChoiceList
public T visitNamedChoiceList(OracleStatementParser.NamedChoiceListContext ctx)
Visit a parse tree produced byOracleStatementParser.namedChoiceList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNamedChoiceListin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIndexedChoiceList
public T visitIndexedChoiceList(OracleStatementParser.IndexedChoiceListContext ctx)
Visit a parse tree produced byOracleStatementParser.indexedChoiceList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIndexedChoiceListin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPositionalChoiceList
public T visitPositionalChoiceList(OracleStatementParser.PositionalChoiceListContext ctx)
Visit a parse tree produced byOracleStatementParser.positionalChoiceList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPositionalChoiceListin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTypemark
public T visitTypemark(OracleStatementParser.TypemarkContext ctx)
Visit a parse tree produced byOracleStatementParser.typemark().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTypemarkin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCollectionConstructor
public T visitCollectionConstructor(OracleStatementParser.CollectionConstructorContext ctx)
Visit a parse tree produced byOracleStatementParser.collectionConstructor().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCollectionConstructorin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConstantDeclaration
public T visitConstantDeclaration(OracleStatementParser.ConstantDeclarationContext ctx)
Visit a parse tree produced byOracleStatementParser.constantDeclaration().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitConstantDeclarationin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCursorVariableDeclaration
public T visitCursorVariableDeclaration(OracleStatementParser.CursorVariableDeclarationContext ctx)
Visit a parse tree produced byOracleStatementParser.cursorVariableDeclaration().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCursorVariableDeclarationin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExceptionDeclaration
public T visitExceptionDeclaration(OracleStatementParser.ExceptionDeclarationContext ctx)
Visit a parse tree produced byOracleStatementParser.exceptionDeclaration().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExceptionDeclarationin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRecordVariableDeclaration
public T visitRecordVariableDeclaration(OracleStatementParser.RecordVariableDeclarationContext ctx)
Visit a parse tree produced byOracleStatementParser.recordVariableDeclaration().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRecordVariableDeclarationin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVariableDeclaration
public T visitVariableDeclaration(OracleStatementParser.VariableDeclarationContext ctx)
Visit a parse tree produced byOracleStatementParser.variableDeclaration().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitVariableDeclarationin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTypeDefinition
public T visitTypeDefinition(OracleStatementParser.TypeDefinitionContext ctx)
Visit a parse tree produced byOracleStatementParser.typeDefinition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTypeDefinitionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRecordTypeDefinition
public T visitRecordTypeDefinition(OracleStatementParser.RecordTypeDefinitionContext ctx)
Visit a parse tree produced byOracleStatementParser.recordTypeDefinition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRecordTypeDefinitionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFieldDefinition
public T visitFieldDefinition(OracleStatementParser.FieldDefinitionContext ctx)
Visit a parse tree produced byOracleStatementParser.fieldDefinition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFieldDefinitionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRefCursorTypeDefinition
public T visitRefCursorTypeDefinition(OracleStatementParser.RefCursorTypeDefinitionContext ctx)
Visit a parse tree produced byOracleStatementParser.refCursorTypeDefinition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRefCursorTypeDefinitionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSubtypeDefinition
public T visitSubtypeDefinition(OracleStatementParser.SubtypeDefinitionContext ctx)
Visit a parse tree produced byOracleStatementParser.subtypeDefinition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSubtypeDefinitionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCollectionTypeDefinition
public T visitCollectionTypeDefinition(OracleStatementParser.CollectionTypeDefinitionContext ctx)
Visit a parse tree produced byOracleStatementParser.collectionTypeDefinition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCollectionTypeDefinitionin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVarrayTypeDef
public T visitVarrayTypeDef(OracleStatementParser.VarrayTypeDefContext ctx)
Visit a parse tree produced byOracleStatementParser.varrayTypeDef().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitVarrayTypeDefin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNestedTableTypeDef
public T visitNestedTableTypeDef(OracleStatementParser.NestedTableTypeDefContext ctx)
Visit a parse tree produced byOracleStatementParser.nestedTableTypeDef().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNestedTableTypeDefin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAssocArrayTypeDef
public T visitAssocArrayTypeDef(OracleStatementParser.AssocArrayTypeDefContext ctx)
Visit a parse tree produced byOracleStatementParser.assocArrayTypeDef().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAssocArrayTypeDefin interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTypeAttribute
public T visitTypeAttribute(OracleStatementParser.TypeAttributeContext ctx)
Visit a parse tree produced byOracleStatementParser.typeAttribute().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTypeAttributein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRowtypeAttribute
public T visitRowtypeAttribute(OracleStatementParser.RowtypeAttributeContext ctx)
Visit a parse tree produced byOracleStatementParser.rowtypeAttribute().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRowtypeAttributein interfaceOracleStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
-