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