Class OpenGaussStatementBaseVisitor<T>
- java.lang.Object
-
- org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T>
-
- org.apache.shardingsphere.sql.parser.autogen.OpenGaussStatementBaseVisitor<T>
-
- Type Parameters:
T- The return type of the visit operation. UseVoidfor operations with no return type.
- All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTreeVisitor<T>,OpenGaussStatementVisitor<T>
- Direct Known Subclasses:
OpenGaussStatementVisitor
public class OpenGaussStatementBaseVisitor<T> extends org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T> implements OpenGaussStatementVisitor<T>
This class provides an empty implementation ofOpenGaussStatementVisitor, which can be extended to create a visitor which only needs to handle a subset of the available methods.
-
-
Constructor Summary
Constructors Constructor Description OpenGaussStatementBaseVisitor()
-
Method Summary
-
Methods inherited from class org.antlr.v4.runtime.tree.AbstractParseTreeVisitor
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminal
-
-
-
-
Method Detail
-
visitExecute
public T visitExecute(OpenGaussStatementParser.ExecuteContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.execute().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExecutein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSetTransaction
public T visitSetTransaction(OpenGaussStatementParser.SetTransactionContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.setTransaction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSetTransactionin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBeginTransaction
public T visitBeginTransaction(OpenGaussStatementParser.BeginTransactionContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.beginTransaction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBeginTransactionin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCommit
public T visitCommit(OpenGaussStatementParser.CommitContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.commit().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCommitin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSavepoint
public T visitSavepoint(OpenGaussStatementParser.SavepointContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.savepoint().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSavepointin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAbort
public T visitAbort(OpenGaussStatementParser.AbortContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.abort().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAbortin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStartTransaction
public T visitStartTransaction(OpenGaussStatementParser.StartTransactionContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.startTransaction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStartTransactionin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEnd
public T visitEnd(OpenGaussStatementParser.EndContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.end().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEndin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRollback
public T visitRollback(OpenGaussStatementParser.RollbackContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.rollback().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRollbackin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReleaseSavepoint
public T visitReleaseSavepoint(OpenGaussStatementParser.ReleaseSavepointContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.releaseSavepoint().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitReleaseSavepointin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRollbackToSavepoint
public T visitRollbackToSavepoint(OpenGaussStatementParser.RollbackToSavepointContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.rollbackToSavepoint().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRollbackToSavepointin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrepareTransaction
public T visitPrepareTransaction(OpenGaussStatementParser.PrepareTransactionContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.prepareTransaction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPrepareTransactionin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCommitPrepared
public T visitCommitPrepared(OpenGaussStatementParser.CommitPreparedContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.commitPrepared().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCommitPreparedin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRollbackPrepared
public T visitRollbackPrepared(OpenGaussStatementParser.RollbackPreparedContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.rollbackPrepared().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRollbackPreparedin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSetConstraints
public T visitSetConstraints(OpenGaussStatementParser.SetConstraintsContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.setConstraints().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSetConstraintsin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConstraintsSetMode
public T visitConstraintsSetMode(OpenGaussStatementParser.ConstraintsSetModeContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.constraintsSetMode().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitConstraintsSetModein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConstraintsSetList
public T visitConstraintsSetList(OpenGaussStatementParser.ConstraintsSetListContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.constraintsSetList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitConstraintsSetListin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInsert
public T visitInsert(OpenGaussStatementParser.InsertContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.insert().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInsertin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInsertTarget
public T visitInsertTarget(OpenGaussStatementParser.InsertTargetContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.insertTarget().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInsertTargetin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInsertRest
public T visitInsertRest(OpenGaussStatementParser.InsertRestContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.insertRest().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInsertRestin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOverrideKind
public T visitOverrideKind(OpenGaussStatementParser.OverrideKindContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.overrideKind().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOverrideKindin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInsertColumnList
public T visitInsertColumnList(OpenGaussStatementParser.InsertColumnListContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.insertColumnList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInsertColumnListin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInsertColumnItem
public T visitInsertColumnItem(OpenGaussStatementParser.InsertColumnItemContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.insertColumnItem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInsertColumnItemin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOptOnDuplicateKey
public T visitOptOnDuplicateKey(OpenGaussStatementParser.OptOnDuplicateKeyContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.optOnDuplicateKey().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOptOnDuplicateKeyin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAssignment
public T visitAssignment(OpenGaussStatementParser.AssignmentContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.assignment().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAssignmentin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUpdate
public T visitUpdate(OpenGaussStatementParser.UpdateContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.update().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUpdatein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSetClauseList
public T visitSetClauseList(OpenGaussStatementParser.SetClauseListContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.setClauseList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSetClauseListin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSetClause
public T visitSetClause(OpenGaussStatementParser.SetClauseContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.setClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSetClausein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSetTarget
public T visitSetTarget(OpenGaussStatementParser.SetTargetContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.setTarget().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSetTargetin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSetTargetList
public T visitSetTargetList(OpenGaussStatementParser.SetTargetListContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.setTargetList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSetTargetListin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReturningClause
public T visitReturningClause(OpenGaussStatementParser.ReturningClauseContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.returningClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitReturningClausein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDelete
public T visitDelete(OpenGaussStatementParser.DeleteContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.delete().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDeletein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRelationExprOptAlias
public T visitRelationExprOptAlias(OpenGaussStatementParser.RelationExprOptAliasContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.relationExprOptAlias().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRelationExprOptAliasin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUsingClause
public T visitUsingClause(OpenGaussStatementParser.UsingClauseContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.usingClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUsingClausein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSelect
public T visitSelect(OpenGaussStatementParser.SelectContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.select().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSelectin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSelectWithParens
public T visitSelectWithParens(OpenGaussStatementParser.SelectWithParensContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.selectWithParens().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSelectWithParensin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSelectNoParens
public T visitSelectNoParens(OpenGaussStatementParser.SelectNoParensContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.selectNoParens().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSelectNoParensin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSelectClauseN
public T visitSelectClauseN(OpenGaussStatementParser.SelectClauseNContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.selectClauseN().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSelectClauseNin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSimpleSelect
public T visitSimpleSelect(OpenGaussStatementParser.SimpleSelectContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.simpleSelect().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSimpleSelectin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWithClause
public T visitWithClause(OpenGaussStatementParser.WithClauseContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.withClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWithClausein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIntoClause
public T visitIntoClause(OpenGaussStatementParser.IntoClauseContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.intoClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIntoClausein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOptTempTableName
public T visitOptTempTableName(OpenGaussStatementParser.OptTempTableNameContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.optTempTableName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOptTempTableNamein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCteList
public T visitCteList(OpenGaussStatementParser.CteListContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.cteList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCteListin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCommonTableExpr
public T visitCommonTableExpr(OpenGaussStatementParser.CommonTableExprContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.commonTableExpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCommonTableExprin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOptMaterialized
public T visitOptMaterialized(OpenGaussStatementParser.OptMaterializedContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.optMaterialized().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOptMaterializedin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOptNameList
public T visitOptNameList(OpenGaussStatementParser.OptNameListContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.optNameList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOptNameListin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPreparableStmt
public T visitPreparableStmt(OpenGaussStatementParser.PreparableStmtContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.preparableStmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPreparableStmtin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitForLockingClause
public T visitForLockingClause(OpenGaussStatementParser.ForLockingClauseContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.forLockingClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitForLockingClausein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitForLockingItems
public T visitForLockingItems(OpenGaussStatementParser.ForLockingItemsContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.forLockingItems().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitForLockingItemsin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitForLockingItem
public T visitForLockingItem(OpenGaussStatementParser.ForLockingItemContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.forLockingItem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitForLockingItemin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNowaitOrSkip
public T visitNowaitOrSkip(OpenGaussStatementParser.NowaitOrSkipContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.nowaitOrSkip().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNowaitOrSkipin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitForLockingStrength
public T visitForLockingStrength(OpenGaussStatementParser.ForLockingStrengthContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.forLockingStrength().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitForLockingStrengthin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLockedRelsList
public T visitLockedRelsList(OpenGaussStatementParser.LockedRelsListContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.lockedRelsList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLockedRelsListin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQualifiedNameList
public T visitQualifiedNameList(OpenGaussStatementParser.QualifiedNameListContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.qualifiedNameList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitQualifiedNameListin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSelectLimit
public T visitSelectLimit(OpenGaussStatementParser.SelectLimitContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.selectLimit().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSelectLimitin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitValuesClause
public T visitValuesClause(OpenGaussStatementParser.ValuesClauseContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.valuesClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitValuesClausein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLimitClause
public T visitLimitClause(OpenGaussStatementParser.LimitClauseContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.limitClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLimitClausein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOffsetClause
public T visitOffsetClause(OpenGaussStatementParser.OffsetClauseContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.offsetClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOffsetClausein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSelectLimitValue
public T visitSelectLimitValue(OpenGaussStatementParser.SelectLimitValueContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.selectLimitValue().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSelectLimitValuein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSelectOffsetValue
public T visitSelectOffsetValue(OpenGaussStatementParser.SelectOffsetValueContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.selectOffsetValue().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSelectOffsetValuein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSelectFetchValue
public T visitSelectFetchValue(OpenGaussStatementParser.SelectFetchValueContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.selectFetchValue().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSelectFetchValuein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRowOrRows
public T visitRowOrRows(OpenGaussStatementParser.RowOrRowsContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.rowOrRows().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRowOrRowsin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFirstOrNext
public T visitFirstOrNext(OpenGaussStatementParser.FirstOrNextContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.firstOrNext().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFirstOrNextin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOnlyOrWithTies
public T visitOnlyOrWithTies(OpenGaussStatementParser.OnlyOrWithTiesContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.onlyOrWithTies().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOnlyOrWithTiesin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTargetList
public T visitTargetList(OpenGaussStatementParser.TargetListContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.targetList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTargetListin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTargetEl
public T visitTargetEl(OpenGaussStatementParser.TargetElContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.targetEl().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTargetElin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGroupClause
public T visitGroupClause(OpenGaussStatementParser.GroupClauseContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.groupClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGroupClausein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGroupByList
public T visitGroupByList(OpenGaussStatementParser.GroupByListContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.groupByList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGroupByListin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGroupByItem
public T visitGroupByItem(OpenGaussStatementParser.GroupByItemContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.groupByItem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGroupByItemin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEmptyGroupingSet
public T visitEmptyGroupingSet(OpenGaussStatementParser.EmptyGroupingSetContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.emptyGroupingSet().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEmptyGroupingSetin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRollupClause
public T visitRollupClause(OpenGaussStatementParser.RollupClauseContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.rollupClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRollupClausein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCubeClause
public T visitCubeClause(OpenGaussStatementParser.CubeClauseContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.cubeClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCubeClausein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGroupingSetsClause
public T visitGroupingSetsClause(OpenGaussStatementParser.GroupingSetsClauseContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.groupingSetsClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGroupingSetsClausein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWindowClause
public T visitWindowClause(OpenGaussStatementParser.WindowClauseContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.windowClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWindowClausein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWindowDefinitionList
public T visitWindowDefinitionList(OpenGaussStatementParser.WindowDefinitionListContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.windowDefinitionList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWindowDefinitionListin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWindowDefinition
public T visitWindowDefinition(OpenGaussStatementParser.WindowDefinitionContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.windowDefinition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWindowDefinitionin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWindowSpecification
public T visitWindowSpecification(OpenGaussStatementParser.WindowSpecificationContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.windowSpecification().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWindowSpecificationin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExistingWindowName
public T visitExistingWindowName(OpenGaussStatementParser.ExistingWindowNameContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.existingWindowName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExistingWindowNamein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPartitionClause
public T visitPartitionClause(OpenGaussStatementParser.PartitionClauseContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.partitionClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPartitionClausein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFrameClause
public T visitFrameClause(OpenGaussStatementParser.FrameClauseContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.frameClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFrameClausein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFrameExtent
public T visitFrameExtent(OpenGaussStatementParser.FrameExtentContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.frameExtent().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFrameExtentin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFrameBound
public T visitFrameBound(OpenGaussStatementParser.FrameBoundContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.frameBound().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFrameBoundin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOptWindowExclusionClause
public T visitOptWindowExclusionClause(OpenGaussStatementParser.OptWindowExclusionClauseContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.optWindowExclusionClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOptWindowExclusionClausein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlias
public T visitAlias(OpenGaussStatementParser.AliasContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.alias().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAliasin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFromClause
public T visitFromClause(OpenGaussStatementParser.FromClauseContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.fromClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFromClausein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFromList
public T visitFromList(OpenGaussStatementParser.FromListContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.fromList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFromListin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTableReference
public T visitTableReference(OpenGaussStatementParser.TableReferenceContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.tableReference().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTableReferencein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJoinedTable
public T visitJoinedTable(OpenGaussStatementParser.JoinedTableContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.joinedTable().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitJoinedTablein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCrossJoinType
public T visitCrossJoinType(OpenGaussStatementParser.CrossJoinTypeContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.crossJoinType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCrossJoinTypein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInnerJoinType
public T visitInnerJoinType(OpenGaussStatementParser.InnerJoinTypeContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.innerJoinType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInnerJoinTypein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOuterJoinType
public T visitOuterJoinType(OpenGaussStatementParser.OuterJoinTypeContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.outerJoinType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOuterJoinTypein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNaturalJoinType
public T visitNaturalJoinType(OpenGaussStatementParser.NaturalJoinTypeContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.naturalJoinType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNaturalJoinTypein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJoinQual
public T visitJoinQual(OpenGaussStatementParser.JoinQualContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.joinQual().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitJoinQualin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRelationExpr
public T visitRelationExpr(OpenGaussStatementParser.RelationExprContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.relationExpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRelationExprin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWhereClause
public T visitWhereClause(OpenGaussStatementParser.WhereClauseContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.whereClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWhereClausein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWhereOrCurrentClause
public T visitWhereOrCurrentClause(OpenGaussStatementParser.WhereOrCurrentClauseContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.whereOrCurrentClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWhereOrCurrentClausein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHavingClause
public T visitHavingClause(OpenGaussStatementParser.HavingClauseContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.havingClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitHavingClausein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDoStatement
public T visitDoStatement(OpenGaussStatementParser.DoStatementContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.doStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDoStatementin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDostmtOptList
public T visitDostmtOptList(OpenGaussStatementParser.DostmtOptListContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.dostmtOptList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDostmtOptListin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDostmtOptItem
public T visitDostmtOptItem(OpenGaussStatementParser.DostmtOptItemContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.dostmtOptItem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDostmtOptItemin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLock
public T visitLock(OpenGaussStatementParser.LockContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.lock().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLockin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLockType
public T visitLockType(OpenGaussStatementParser.LockTypeContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.lockType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLockTypein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCheckpoint
public T visitCheckpoint(OpenGaussStatementParser.CheckpointContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.checkpoint().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCheckpointin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCopy
public T visitCopy(OpenGaussStatementParser.CopyContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.copy().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCopyin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCopyOptions
public T visitCopyOptions(OpenGaussStatementParser.CopyOptionsContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.copyOptions().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCopyOptionsin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCopyGenericOptList
public T visitCopyGenericOptList(OpenGaussStatementParser.CopyGenericOptListContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.copyGenericOptList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCopyGenericOptListin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCopyGenericOptElem
public T visitCopyGenericOptElem(OpenGaussStatementParser.CopyGenericOptElemContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.copyGenericOptElem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCopyGenericOptElemin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCopyGenericOptArg
public T visitCopyGenericOptArg(OpenGaussStatementParser.CopyGenericOptArgContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.copyGenericOptArg().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCopyGenericOptArgin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCopyGenericOptArgList
public T visitCopyGenericOptArgList(OpenGaussStatementParser.CopyGenericOptArgListContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.copyGenericOptArgList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCopyGenericOptArgListin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCopyGenericOptArgListItem
public T visitCopyGenericOptArgListItem(OpenGaussStatementParser.CopyGenericOptArgListItemContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.copyGenericOptArgListItem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCopyGenericOptArgListItemin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCopyOptList
public T visitCopyOptList(OpenGaussStatementParser.CopyOptListContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.copyOptList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCopyOptListin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCopyOptItem
public T visitCopyOptItem(OpenGaussStatementParser.CopyOptItemContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.copyOptItem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCopyOptItemin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCopyDelimiter
public T visitCopyDelimiter(OpenGaussStatementParser.CopyDelimiterContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.copyDelimiter().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCopyDelimiterin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitParameterMarker
public T visitParameterMarker(OpenGaussStatementParser.ParameterMarkerContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.parameterMarker().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitParameterMarkerin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReservedKeyword
public T visitReservedKeyword(OpenGaussStatementParser.ReservedKeywordContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.reservedKeyword().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitReservedKeywordin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNumberLiterals
public T visitNumberLiterals(OpenGaussStatementParser.NumberLiteralsContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.numberLiterals().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNumberLiteralsin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLiteralsType
public T visitLiteralsType(OpenGaussStatementParser.LiteralsTypeContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.literalsType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLiteralsTypein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIdentifier
public T visitIdentifier(OpenGaussStatementParser.IdentifierContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.identifier().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIdentifierin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUescape
public T visitUescape(OpenGaussStatementParser.UescapeContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.uescape().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUescapein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUnreservedWord
public T visitUnreservedWord(OpenGaussStatementParser.UnreservedWordContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.unreservedWord().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUnreservedWordin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTypeFuncNameKeyword
public T visitTypeFuncNameKeyword(OpenGaussStatementParser.TypeFuncNameKeywordContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.typeFuncNameKeyword().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTypeFuncNameKeywordin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSchemaName
public T visitSchemaName(OpenGaussStatementParser.SchemaNameContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.schemaName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSchemaNamein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSynonymName
public T visitSynonymName(OpenGaussStatementParser.SynonymNameContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.synonymName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSynonymNamein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitObjectName
public T visitObjectName(OpenGaussStatementParser.ObjectNameContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.objectName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitObjectNamein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTableName
public T visitTableName(OpenGaussStatementParser.TableNameContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.tableName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTableNamein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColumnName
public T visitColumnName(OpenGaussStatementParser.ColumnNameContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.columnName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitColumnNamein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOwner
public T visitOwner(OpenGaussStatementParser.OwnerContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.owner().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOwnerin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitName
public T visitName(OpenGaussStatementParser.NameContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.name().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNamein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTableNames
public T visitTableNames(OpenGaussStatementParser.TableNamesContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.tableNames().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTableNamesin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColumnNames
public T visitColumnNames(OpenGaussStatementParser.ColumnNamesContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.columnNames().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitColumnNamesin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCollationName
public T visitCollationName(OpenGaussStatementParser.CollationNameContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.collationName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCollationNamein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIndexName
public T visitIndexName(OpenGaussStatementParser.IndexNameContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.indexName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIndexNamein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConstraintName
public T visitConstraintName(OpenGaussStatementParser.ConstraintNameContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.constraintName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitConstraintNamein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrimaryKey
public T visitPrimaryKey(OpenGaussStatementParser.PrimaryKeyContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.primaryKey().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPrimaryKeyin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAndOperator
public T visitAndOperator(OpenGaussStatementParser.AndOperatorContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.andOperator().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAndOperatorin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOrOperator
public T visitOrOperator(OpenGaussStatementParser.OrOperatorContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.orOperator().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOrOperatorin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitComparisonOperator
public T visitComparisonOperator(OpenGaussStatementParser.ComparisonOperatorContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.comparisonOperator().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitComparisonOperatorin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPatternMatchingOperator
public T visitPatternMatchingOperator(OpenGaussStatementParser.PatternMatchingOperatorContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.patternMatchingOperator().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPatternMatchingOperatorin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCursorName
public T visitCursorName(OpenGaussStatementParser.CursorNameContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.cursorName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCursorNamein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAExpr
public T visitAExpr(OpenGaussStatementParser.AExprContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.aExpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAExprin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBExpr
public T visitBExpr(OpenGaussStatementParser.BExprContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.bExpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBExprin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCExpr
public T visitCExpr(OpenGaussStatementParser.CExprContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.cExpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCExprin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIndirection
public T visitIndirection(OpenGaussStatementParser.IndirectionContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.indirection().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIndirectionin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOptIndirection
public T visitOptIndirection(OpenGaussStatementParser.OptIndirectionContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.optIndirection().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOptIndirectionin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIndirectionEl
public T visitIndirectionEl(OpenGaussStatementParser.IndirectionElContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.indirectionEl().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIndirectionElin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSliceBound
public T visitSliceBound(OpenGaussStatementParser.SliceBoundContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.sliceBound().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSliceBoundin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInExpr
public T visitInExpr(OpenGaussStatementParser.InExprContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.inExpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInExprin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCaseExpr
public T visitCaseExpr(OpenGaussStatementParser.CaseExprContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.caseExpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCaseExprin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWhenClauseList
public T visitWhenClauseList(OpenGaussStatementParser.WhenClauseListContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.whenClauseList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWhenClauseListin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWhenClause
public T visitWhenClause(OpenGaussStatementParser.WhenClauseContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.whenClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWhenClausein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCaseDefault
public T visitCaseDefault(OpenGaussStatementParser.CaseDefaultContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.caseDefault().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCaseDefaultin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCaseArg
public T visitCaseArg(OpenGaussStatementParser.CaseArgContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.caseArg().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCaseArgin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColumnref
public T visitColumnref(OpenGaussStatementParser.ColumnrefContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.columnref().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitColumnrefin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQualOp
public T visitQualOp(OpenGaussStatementParser.QualOpContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.qualOp().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitQualOpin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSubqueryOp
public T visitSubqueryOp(OpenGaussStatementParser.SubqueryOpContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.subqueryOp().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSubqueryOpin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAllOp
public T visitAllOp(OpenGaussStatementParser.AllOpContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.allOp().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAllOpin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOp
public T visitOp(OpenGaussStatementParser.OpContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.op().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMathOperator
public T visitMathOperator(OpenGaussStatementParser.MathOperatorContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.mathOperator().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMathOperatorin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJsonExtract
public T visitJsonExtract(OpenGaussStatementParser.JsonExtractContext ctx)
Visit a parse tree produced by thejsonExtractlabeled alternative inOpenGaussStatementParser.jsonOperator().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitJsonExtractin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJsonExtractText
public T visitJsonExtractText(OpenGaussStatementParser.JsonExtractTextContext ctx)
Visit a parse tree produced by thejsonExtractTextlabeled alternative inOpenGaussStatementParser.jsonOperator().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitJsonExtractTextin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJsonPathExtract
public T visitJsonPathExtract(OpenGaussStatementParser.JsonPathExtractContext ctx)
Visit a parse tree produced by thejsonPathExtractlabeled alternative inOpenGaussStatementParser.jsonOperator().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitJsonPathExtractin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJsonPathExtractText
public T visitJsonPathExtractText(OpenGaussStatementParser.JsonPathExtractTextContext ctx)
Visit a parse tree produced by thejsonPathExtractTextlabeled alternative inOpenGaussStatementParser.jsonOperator().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitJsonPathExtractTextin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJsonbContainRight
public T visitJsonbContainRight(OpenGaussStatementParser.JsonbContainRightContext ctx)
Visit a parse tree produced by thejsonbContainRightlabeled alternative inOpenGaussStatementParser.jsonOperator().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitJsonbContainRightin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJsonbContainLeft
public T visitJsonbContainLeft(OpenGaussStatementParser.JsonbContainLeftContext ctx)
Visit a parse tree produced by thejsonbContainLeftlabeled alternative inOpenGaussStatementParser.jsonOperator().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitJsonbContainLeftin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJsonbContainTopKey
public T visitJsonbContainTopKey(OpenGaussStatementParser.JsonbContainTopKeyContext ctx)
Visit a parse tree produced by thejsonbContainTopKeylabeled alternative inOpenGaussStatementParser.jsonOperator().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitJsonbContainTopKeyin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJsonbContainAnyTopKey
public T visitJsonbContainAnyTopKey(OpenGaussStatementParser.JsonbContainAnyTopKeyContext ctx)
Visit a parse tree produced by thejsonbContainAnyTopKeylabeled alternative inOpenGaussStatementParser.jsonOperator().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitJsonbContainAnyTopKeyin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJsonbContainAllTopKey
public T visitJsonbContainAllTopKey(OpenGaussStatementParser.JsonbContainAllTopKeyContext ctx)
Visit a parse tree produced by thejsonbContainAllTopKeylabeled alternative inOpenGaussStatementParser.jsonOperator().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitJsonbContainAllTopKeyin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJsonbConcat
public T visitJsonbConcat(OpenGaussStatementParser.JsonbConcatContext ctx)
Visit a parse tree produced by thejsonbConcatlabeled alternative inOpenGaussStatementParser.jsonOperator().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitJsonbConcatin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJsonbDelete
public T visitJsonbDelete(OpenGaussStatementParser.JsonbDeleteContext ctx)
Visit a parse tree produced by thejsonbDeletelabeled alternative inOpenGaussStatementParser.jsonOperator().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitJsonbDeletein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJsonbPathDelete
public T visitJsonbPathDelete(OpenGaussStatementParser.JsonbPathDeleteContext ctx)
Visit a parse tree produced by thejsonbPathDeletelabeled alternative inOpenGaussStatementParser.jsonOperator().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitJsonbPathDeletein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJsonbPathContainAnyValue
public T visitJsonbPathContainAnyValue(OpenGaussStatementParser.JsonbPathContainAnyValueContext ctx)
Visit a parse tree produced by thejsonbPathContainAnyValuelabeled alternative inOpenGaussStatementParser.jsonOperator().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitJsonbPathContainAnyValuein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJsonbPathPredicateCheck
public T visitJsonbPathPredicateCheck(OpenGaussStatementParser.JsonbPathPredicateCheckContext ctx)
Visit a parse tree produced by thejsonbPathPredicateChecklabeled alternative inOpenGaussStatementParser.jsonOperator().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitJsonbPathPredicateCheckin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGeometricOperator
public T visitGeometricOperator(OpenGaussStatementParser.GeometricOperatorContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.geometricOperator().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGeometricOperatorin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQualAllOp
public T visitQualAllOp(OpenGaussStatementParser.QualAllOpContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.qualAllOp().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitQualAllOpin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAscDesc
public T visitAscDesc(OpenGaussStatementParser.AscDescContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.ascDesc().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAscDescin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAnyOperator
public T visitAnyOperator(OpenGaussStatementParser.AnyOperatorContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.anyOperator().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAnyOperatorin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWindowExclusionClause
public T visitWindowExclusionClause(OpenGaussStatementParser.WindowExclusionClauseContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.windowExclusionClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWindowExclusionClausein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRow
public T visitRow(OpenGaussStatementParser.RowContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.row().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRowin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExplicitRow
public T visitExplicitRow(OpenGaussStatementParser.ExplicitRowContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.explicitRow().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExplicitRowin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitImplicitRow
public T visitImplicitRow(OpenGaussStatementParser.ImplicitRowContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.implicitRow().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitImplicitRowin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSubType
public T visitSubType(OpenGaussStatementParser.SubTypeContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.subType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSubTypein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitArrayExpr
public T visitArrayExpr(OpenGaussStatementParser.ArrayExprContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.arrayExpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitArrayExprin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitArrayExprList
public T visitArrayExprList(OpenGaussStatementParser.ArrayExprListContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.arrayExprList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitArrayExprListin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFuncArgList
public T visitFuncArgList(OpenGaussStatementParser.FuncArgListContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.funcArgList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFuncArgListin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitParamName
public T visitParamName(OpenGaussStatementParser.ParamNameContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.paramName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitParamNamein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFuncArgExpr
public T visitFuncArgExpr(OpenGaussStatementParser.FuncArgExprContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.funcArgExpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFuncArgExprin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTypeList
public T visitTypeList(OpenGaussStatementParser.TypeListContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.typeList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTypeListin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFuncApplication
public T visitFuncApplication(OpenGaussStatementParser.FuncApplicationContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.funcApplication().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFuncApplicationin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFuncName
public T visitFuncName(OpenGaussStatementParser.FuncNameContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.funcName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFuncNamein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAexprConst
public T visitAexprConst(OpenGaussStatementParser.AexprConstContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.aexprConst().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAexprConstin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNumberConst
public T visitNumberConst(OpenGaussStatementParser.NumberConstContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.numberConst().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNumberConstin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQualifiedName
public T visitQualifiedName(OpenGaussStatementParser.QualifiedNameContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.qualifiedName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitQualifiedNamein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColId
public T visitColId(OpenGaussStatementParser.ColIdContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.colId().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitColIdin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTypeFunctionName
public T visitTypeFunctionName(OpenGaussStatementParser.TypeFunctionNameContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.typeFunctionName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTypeFunctionNamein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunctionTable
public T visitFunctionTable(OpenGaussStatementParser.FunctionTableContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.functionTable().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFunctionTablein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitXmlTable
public T visitXmlTable(OpenGaussStatementParser.XmlTableContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.xmlTable().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitXmlTablein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitXmlTableColumnList
public T visitXmlTableColumnList(OpenGaussStatementParser.XmlTableColumnListContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.xmlTableColumnList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitXmlTableColumnListin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitXmlTableColumnEl
public T visitXmlTableColumnEl(OpenGaussStatementParser.XmlTableColumnElContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.xmlTableColumnEl().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitXmlTableColumnElin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitXmlTableColumnOptionList
public T visitXmlTableColumnOptionList(OpenGaussStatementParser.XmlTableColumnOptionListContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.xmlTableColumnOptionList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitXmlTableColumnOptionListin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitXmlTableColumnOptionEl
public T visitXmlTableColumnOptionEl(OpenGaussStatementParser.XmlTableColumnOptionElContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.xmlTableColumnOptionEl().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitXmlTableColumnOptionElin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitXmlNamespaceList
public T visitXmlNamespaceList(OpenGaussStatementParser.XmlNamespaceListContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.xmlNamespaceList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitXmlNamespaceListin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitXmlNamespaceEl
public T visitXmlNamespaceEl(OpenGaussStatementParser.XmlNamespaceElContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.xmlNamespaceEl().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitXmlNamespaceElin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFuncExpr
public T visitFuncExpr(OpenGaussStatementParser.FuncExprContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.funcExpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFuncExprin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWithinGroupClause
public T visitWithinGroupClause(OpenGaussStatementParser.WithinGroupClauseContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.withinGroupClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWithinGroupClausein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFilterClause
public T visitFilterClause(OpenGaussStatementParser.FilterClauseContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.filterClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFilterClausein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunctionExprWindowless
public T visitFunctionExprWindowless(OpenGaussStatementParser.FunctionExprWindowlessContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.functionExprWindowless().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFunctionExprWindowlessin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOrdinality
public T visitOrdinality(OpenGaussStatementParser.OrdinalityContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.ordinality().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOrdinalityin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunctionExprCommonSubexpr
public T visitFunctionExprCommonSubexpr(OpenGaussStatementParser.FunctionExprCommonSubexprContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.functionExprCommonSubexpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFunctionExprCommonSubexprin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTypeName
public T visitTypeName(OpenGaussStatementParser.TypeNameContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.typeName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTypeNamein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSimpleTypeName
public T visitSimpleTypeName(OpenGaussStatementParser.SimpleTypeNameContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.simpleTypeName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSimpleTypeNamein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConstTypeName
public T visitConstTypeName(OpenGaussStatementParser.ConstTypeNameContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.constTypeName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitConstTypeNamein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExprList
public T visitExprList(OpenGaussStatementParser.ExprListContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.exprList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExprListin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExtractList
public T visitExtractList(OpenGaussStatementParser.ExtractListContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.extractList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExtractListin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExtractArg
public T visitExtractArg(OpenGaussStatementParser.ExtractArgContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.extractArg().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExtractArgin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGenericType
public T visitGenericType(OpenGaussStatementParser.GenericTypeContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.genericType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGenericTypein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTypeModifiers
public T visitTypeModifiers(OpenGaussStatementParser.TypeModifiersContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.typeModifiers().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTypeModifiersin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNumeric
public T visitNumeric(OpenGaussStatementParser.NumericContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.numeric().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNumericin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConstDatetime
public T visitConstDatetime(OpenGaussStatementParser.ConstDatetimeContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.constDatetime().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitConstDatetimein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTimezone
public T visitTimezone(OpenGaussStatementParser.TimezoneContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.timezone().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTimezonein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCharacter
public T visitCharacter(OpenGaussStatementParser.CharacterContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.character().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCharacterin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCharacterWithLength
public T visitCharacterWithLength(OpenGaussStatementParser.CharacterWithLengthContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.characterWithLength().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCharacterWithLengthin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCharacterWithoutLength
public T visitCharacterWithoutLength(OpenGaussStatementParser.CharacterWithoutLengthContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.characterWithoutLength().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCharacterWithoutLengthin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCharacterClause
public T visitCharacterClause(OpenGaussStatementParser.CharacterClauseContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.characterClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCharacterClausein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOptFloat
public T visitOptFloat(OpenGaussStatementParser.OptFloatContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.optFloat().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOptFloatin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAttrs
public T visitAttrs(OpenGaussStatementParser.AttrsContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.attrs().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAttrsin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAttrName
public T visitAttrName(OpenGaussStatementParser.AttrNameContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.attrName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAttrNamein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColLable
public T visitColLable(OpenGaussStatementParser.ColLableContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.colLable().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitColLablein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBit
public T visitBit(OpenGaussStatementParser.BitContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.bit().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBitin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBitWithLength
public T visitBitWithLength(OpenGaussStatementParser.BitWithLengthContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.bitWithLength().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBitWithLengthin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBitWithoutLength
public T visitBitWithoutLength(OpenGaussStatementParser.BitWithoutLengthContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.bitWithoutLength().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBitWithoutLengthin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConstInterval
public T visitConstInterval(OpenGaussStatementParser.ConstIntervalContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.constInterval().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitConstIntervalin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOptInterval
public T visitOptInterval(OpenGaussStatementParser.OptIntervalContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.optInterval().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOptIntervalin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOptArrayBounds
public T visitOptArrayBounds(OpenGaussStatementParser.OptArrayBoundsContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.optArrayBounds().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOptArrayBoundsin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIntervalSecond
public T visitIntervalSecond(OpenGaussStatementParser.IntervalSecondContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.intervalSecond().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIntervalSecondin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUnicodeNormalForm
public T visitUnicodeNormalForm(OpenGaussStatementParser.UnicodeNormalFormContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.unicodeNormalForm().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUnicodeNormalFormin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTrimList
public T visitTrimList(OpenGaussStatementParser.TrimListContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.trimList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTrimListin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOverlayList
public T visitOverlayList(OpenGaussStatementParser.OverlayListContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.overlayList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOverlayListin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOverlayPlacing
public T visitOverlayPlacing(OpenGaussStatementParser.OverlayPlacingContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.overlayPlacing().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOverlayPlacingin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSubstrFrom
public T visitSubstrFrom(OpenGaussStatementParser.SubstrFromContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.substrFrom().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSubstrFromin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSubstrFor
public T visitSubstrFor(OpenGaussStatementParser.SubstrForContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.substrFor().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSubstrForin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPositionList
public T visitPositionList(OpenGaussStatementParser.PositionListContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.positionList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPositionListin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSubstrList
public T visitSubstrList(OpenGaussStatementParser.SubstrListContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.substrList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSubstrListin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitXmlAttributes
public T visitXmlAttributes(OpenGaussStatementParser.XmlAttributesContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.xmlAttributes().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitXmlAttributesin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitXmlAttributeList
public T visitXmlAttributeList(OpenGaussStatementParser.XmlAttributeListContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.xmlAttributeList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitXmlAttributeListin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitXmlAttributeEl
public T visitXmlAttributeEl(OpenGaussStatementParser.XmlAttributeElContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.xmlAttributeEl().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitXmlAttributeElin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitXmlExistsArgument
public T visitXmlExistsArgument(OpenGaussStatementParser.XmlExistsArgumentContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.xmlExistsArgument().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitXmlExistsArgumentin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitXmlPassingMech
public T visitXmlPassingMech(OpenGaussStatementParser.XmlPassingMechContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.xmlPassingMech().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitXmlPassingMechin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDocumentOrContent
public T visitDocumentOrContent(OpenGaussStatementParser.DocumentOrContentContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.documentOrContent().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDocumentOrContentin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitXmlWhitespaceOption
public T visitXmlWhitespaceOption(OpenGaussStatementParser.XmlWhitespaceOptionContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.xmlWhitespaceOption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitXmlWhitespaceOptionin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitXmlRootVersion
public T visitXmlRootVersion(OpenGaussStatementParser.XmlRootVersionContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.xmlRootVersion().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitXmlRootVersionin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitXmlRootStandalone
public T visitXmlRootStandalone(OpenGaussStatementParser.XmlRootStandaloneContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.xmlRootStandalone().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitXmlRootStandalonein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRowsFromItem
public T visitRowsFromItem(OpenGaussStatementParser.RowsFromItemContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.rowsFromItem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRowsFromItemin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRowsFromList
public T visitRowsFromList(OpenGaussStatementParser.RowsFromListContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.rowsFromList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRowsFromListin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColumnDefList
public T visitColumnDefList(OpenGaussStatementParser.ColumnDefListContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.columnDefList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitColumnDefListin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTableFuncElementList
public T visitTableFuncElementList(OpenGaussStatementParser.TableFuncElementListContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.tableFuncElementList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTableFuncElementListin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTableFuncElement
public T visitTableFuncElement(OpenGaussStatementParser.TableFuncElementContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.tableFuncElement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTableFuncElementin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCollateClause
public T visitCollateClause(OpenGaussStatementParser.CollateClauseContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.collateClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCollateClausein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAnyName
public T visitAnyName(OpenGaussStatementParser.AnyNameContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.anyName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAnyNamein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAliasClause
public T visitAliasClause(OpenGaussStatementParser.AliasClauseContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.aliasClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAliasClausein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDirectoryName
public T visitDirectoryName(OpenGaussStatementParser.DirectoryNameContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.directoryName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDirectoryNamein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPackageName
public T visitPackageName(OpenGaussStatementParser.PackageNameContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.packageName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPackageNamein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPathString
public T visitPathString(OpenGaussStatementParser.PathStringContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.pathString().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPathStringin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNameList
public T visitNameList(OpenGaussStatementParser.NameListContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.nameList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNameListin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFuncAliasClause
public T visitFuncAliasClause(OpenGaussStatementParser.FuncAliasClauseContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.funcAliasClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFuncAliasClausein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTablesampleClause
public T visitTablesampleClause(OpenGaussStatementParser.TablesampleClauseContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.tablesampleClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTablesampleClausein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRepeatableClause
public T visitRepeatableClause(OpenGaussStatementParser.RepeatableClauseContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.repeatableClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRepeatableClausein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAllOrDistinct
public T visitAllOrDistinct(OpenGaussStatementParser.AllOrDistinctContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.allOrDistinct().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAllOrDistinctin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSortClause
public T visitSortClause(OpenGaussStatementParser.SortClauseContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.sortClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSortClausein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSortbyList
public T visitSortbyList(OpenGaussStatementParser.SortbyListContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.sortbyList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSortbyListin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSortby
public T visitSortby(OpenGaussStatementParser.SortbyContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.sortby().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSortbyin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNullsOrder
public T visitNullsOrder(OpenGaussStatementParser.NullsOrderContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.nullsOrder().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNullsOrderin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDistinctClause
public T visitDistinctClause(OpenGaussStatementParser.DistinctClauseContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.distinctClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDistinctClausein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDistinct
public T visitDistinct(OpenGaussStatementParser.DistinctContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.distinct().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDistinctin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOverClause
public T visitOverClause(OpenGaussStatementParser.OverClauseContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.overClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOverClausein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWindowName
public T visitWindowName(OpenGaussStatementParser.WindowNameContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.windowName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWindowNamein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIndexParams
public T visitIndexParams(OpenGaussStatementParser.IndexParamsContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.indexParams().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIndexParamsin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIndexElemOptions
public T visitIndexElemOptions(OpenGaussStatementParser.IndexElemOptionsContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.indexElemOptions().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIndexElemOptionsin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIndexElem
public T visitIndexElem(OpenGaussStatementParser.IndexElemContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.indexElem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIndexElemin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCollate
public T visitCollate(OpenGaussStatementParser.CollateContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.collate().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCollatein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOptClass
public T visitOptClass(OpenGaussStatementParser.OptClassContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.optClass().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOptClassin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReloptions
public T visitReloptions(OpenGaussStatementParser.ReloptionsContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.reloptions().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitReloptionsin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReloptionList
public T visitReloptionList(OpenGaussStatementParser.ReloptionListContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.reloptionList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitReloptionListin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReloptionElem
public T visitReloptionElem(OpenGaussStatementParser.ReloptionElemContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.reloptionElem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitReloptionElemin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDefArg
public T visitDefArg(OpenGaussStatementParser.DefArgContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.defArg().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDefArgin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFuncType
public T visitFuncType(OpenGaussStatementParser.FuncTypeContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.funcType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFuncTypein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDataType
public T visitDataType(OpenGaussStatementParser.DataTypeContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.dataType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDataTypein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDataTypeName
public T visitDataTypeName(OpenGaussStatementParser.DataTypeNameContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.dataTypeName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDataTypeNamein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDataTypeLength
public T visitDataTypeLength(OpenGaussStatementParser.DataTypeLengthContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.dataTypeLength().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDataTypeLengthin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCharacterSet
public T visitCharacterSet(OpenGaussStatementParser.CharacterSetContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.characterSet().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCharacterSetin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIgnoredIdentifier
public T visitIgnoredIdentifier(OpenGaussStatementParser.IgnoredIdentifierContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.ignoredIdentifier().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIgnoredIdentifierin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIgnoredIdentifiers
public T visitIgnoredIdentifiers(OpenGaussStatementParser.IgnoredIdentifiersContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.ignoredIdentifiers().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIgnoredIdentifiersin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSignedIconst
public T visitSignedIconst(OpenGaussStatementParser.SignedIconstContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.signedIconst().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSignedIconstin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBooleanOrString
public T visitBooleanOrString(OpenGaussStatementParser.BooleanOrStringContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.booleanOrString().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBooleanOrStringin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNonReservedWord
public T visitNonReservedWord(OpenGaussStatementParser.NonReservedWordContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.nonReservedWord().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNonReservedWordin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColNameKeyword
public T visitColNameKeyword(OpenGaussStatementParser.ColNameKeywordContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.colNameKeyword().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitColNameKeywordin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDatabaseName
public T visitDatabaseName(OpenGaussStatementParser.DatabaseNameContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.databaseName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDatabaseNamein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRoleSpec
public T visitRoleSpec(OpenGaussStatementParser.RoleSpecContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.roleSpec().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRoleSpecin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVarName
public T visitVarName(OpenGaussStatementParser.VarNameContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.varName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitVarNamein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVarList
public T visitVarList(OpenGaussStatementParser.VarListContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.varList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitVarListin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVarValue
public T visitVarValue(OpenGaussStatementParser.VarValueContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.varValue().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitVarValuein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitZoneValue
public T visitZoneValue(OpenGaussStatementParser.ZoneValueContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.zoneValue().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitZoneValuein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNumericOnly
public T visitNumericOnly(OpenGaussStatementParser.NumericOnlyContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.numericOnly().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNumericOnlyin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIsoLevel
public T visitIsoLevel(OpenGaussStatementParser.IsoLevelContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.isoLevel().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIsoLevelin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColumnDef
public T visitColumnDef(OpenGaussStatementParser.ColumnDefContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.columnDef().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitColumnDefin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColQualList
public T visitColQualList(OpenGaussStatementParser.ColQualListContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.colQualList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitColQualListin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColConstraint
public T visitColConstraint(OpenGaussStatementParser.ColConstraintContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.colConstraint().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitColConstraintin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConstraintAttr
public T visitConstraintAttr(OpenGaussStatementParser.ConstraintAttrContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.constraintAttr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitConstraintAttrin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColConstraintElem
public T visitColConstraintElem(OpenGaussStatementParser.ColConstraintElemContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.colConstraintElem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitColConstraintElemin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitParenthesizedSeqOptList
public T visitParenthesizedSeqOptList(OpenGaussStatementParser.ParenthesizedSeqOptListContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.parenthesizedSeqOptList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitParenthesizedSeqOptListin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSeqOptList
public T visitSeqOptList(OpenGaussStatementParser.SeqOptListContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.seqOptList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSeqOptListin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSeqOptElem
public T visitSeqOptElem(OpenGaussStatementParser.SeqOptElemContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.seqOptElem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSeqOptElemin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOptColumnList
public T visitOptColumnList(OpenGaussStatementParser.OptColumnListContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.optColumnList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOptColumnListin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColumnElem
public T visitColumnElem(OpenGaussStatementParser.ColumnElemContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.columnElem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitColumnElemin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColumnList
public T visitColumnList(OpenGaussStatementParser.ColumnListContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.columnList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitColumnListin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGeneratedWhen
public T visitGeneratedWhen(OpenGaussStatementParser.GeneratedWhenContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.generatedWhen().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGeneratedWhenin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNoInherit
public T visitNoInherit(OpenGaussStatementParser.NoInheritContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.noInherit().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNoInheritin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConsTableSpace
public T visitConsTableSpace(OpenGaussStatementParser.ConsTableSpaceContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.consTableSpace().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitConsTableSpacein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDefinition
public T visitDefinition(OpenGaussStatementParser.DefinitionContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.definition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDefinitionin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDefList
public T visitDefList(OpenGaussStatementParser.DefListContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.defList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDefListin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDefElem
public T visitDefElem(OpenGaussStatementParser.DefElemContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.defElem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDefElemin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColLabel
public T visitColLabel(OpenGaussStatementParser.ColLabelContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.colLabel().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitColLabelin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitKeyActions
public T visitKeyActions(OpenGaussStatementParser.KeyActionsContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.keyActions().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitKeyActionsin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitKeyDelete
public T visitKeyDelete(OpenGaussStatementParser.KeyDeleteContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.keyDelete().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitKeyDeletein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitKeyUpdate
public T visitKeyUpdate(OpenGaussStatementParser.KeyUpdateContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.keyUpdate().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitKeyUpdatein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitKeyAction
public T visitKeyAction(OpenGaussStatementParser.KeyActionContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.keyAction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitKeyActionin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitKeyMatch
public T visitKeyMatch(OpenGaussStatementParser.KeyMatchContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.keyMatch().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitKeyMatchin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateGenericOptions
public T visitCreateGenericOptions(OpenGaussStatementParser.CreateGenericOptionsContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.createGenericOptions().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateGenericOptionsin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGenericOptionList
public T visitGenericOptionList(OpenGaussStatementParser.GenericOptionListContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.genericOptionList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGenericOptionListin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGenericOptionElem
public T visitGenericOptionElem(OpenGaussStatementParser.GenericOptionElemContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.genericOptionElem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGenericOptionElemin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGenericOptionArg
public T visitGenericOptionArg(OpenGaussStatementParser.GenericOptionArgContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.genericOptionArg().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGenericOptionArgin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGenericOptionName
public T visitGenericOptionName(OpenGaussStatementParser.GenericOptionNameContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.genericOptionName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGenericOptionNamein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReplicaIdentity
public T visitReplicaIdentity(OpenGaussStatementParser.ReplicaIdentityContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.replicaIdentity().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitReplicaIdentityin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOperArgtypes
public T visitOperArgtypes(OpenGaussStatementParser.OperArgtypesContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.operArgtypes().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOperArgtypesin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFuncArg
public T visitFuncArg(OpenGaussStatementParser.FuncArgContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.funcArg().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFuncArgin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitArgClass
public T visitArgClass(OpenGaussStatementParser.ArgClassContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.argClass().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitArgClassin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFuncArgsList
public T visitFuncArgsList(OpenGaussStatementParser.FuncArgsListContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.funcArgsList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFuncArgsListin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNonReservedWordOrSconst
public T visitNonReservedWordOrSconst(OpenGaussStatementParser.NonReservedWordOrSconstContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.nonReservedWordOrSconst().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNonReservedWordOrSconstin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFileName
public T visitFileName(OpenGaussStatementParser.FileNameContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.fileName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFileNamein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRoleList
public T visitRoleList(OpenGaussStatementParser.RoleListContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.roleList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRoleListin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSetResetClause
public T visitSetResetClause(OpenGaussStatementParser.SetResetClauseContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.setResetClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSetResetClausein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSetRest
public T visitSetRest(OpenGaussStatementParser.SetRestContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.setRest().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSetRestin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTransactionModeList
public T visitTransactionModeList(OpenGaussStatementParser.TransactionModeListContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.transactionModeList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTransactionModeListin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTransactionModeItem
public T visitTransactionModeItem(OpenGaussStatementParser.TransactionModeItemContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.transactionModeItem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTransactionModeItemin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSetRestMore
public T visitSetRestMore(OpenGaussStatementParser.SetRestMoreContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.setRestMore().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSetRestMorein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEncoding
public T visitEncoding(OpenGaussStatementParser.EncodingContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.encoding().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEncodingin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGenericSet
public T visitGenericSet(OpenGaussStatementParser.GenericSetContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.genericSet().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGenericSetin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVariableResetStmt
public T visitVariableResetStmt(OpenGaussStatementParser.VariableResetStmtContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.variableResetStmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitVariableResetStmtin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitResetRest
public T visitResetRest(OpenGaussStatementParser.ResetRestContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.resetRest().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitResetRestin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGenericReset
public T visitGenericReset(OpenGaussStatementParser.GenericResetContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.genericReset().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGenericResetin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRelationExprList
public T visitRelationExprList(OpenGaussStatementParser.RelationExprListContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.relationExprList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRelationExprListin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCommonFuncOptItem
public T visitCommonFuncOptItem(OpenGaussStatementParser.CommonFuncOptItemContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.commonFuncOptItem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCommonFuncOptItemin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunctionSetResetClause
public T visitFunctionSetResetClause(OpenGaussStatementParser.FunctionSetResetClauseContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.functionSetResetClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFunctionSetResetClausein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRowSecurityCmd
public T visitRowSecurityCmd(OpenGaussStatementParser.RowSecurityCmdContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.rowSecurityCmd().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRowSecurityCmdin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEvent
public T visitEvent(OpenGaussStatementParser.EventContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.event().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEventin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTypeNameList
public T visitTypeNameList(OpenGaussStatementParser.TypeNameListContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.typeNameList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTypeNameListin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIfNotExists
public T visitIfNotExists(OpenGaussStatementParser.IfNotExistsContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.ifNotExists().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIfNotExistsin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIfExists
public T visitIfExists(OpenGaussStatementParser.IfExistsContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.ifExists().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIfExistsin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGrant
public T visitGrant(OpenGaussStatementParser.GrantContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.grant().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGrantin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRevoke
public T visitRevoke(OpenGaussStatementParser.RevokeContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.revoke().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRevokein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOptionForClause
public T visitOptionForClause(OpenGaussStatementParser.OptionForClauseContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.optionForClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOptionForClausein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateUser
public T visitCreateUser(OpenGaussStatementParser.CreateUserContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.createUser().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateUserin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateOptRoleElem
public T visitCreateOptRoleElem(OpenGaussStatementParser.CreateOptRoleElemContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.createOptRoleElem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateOptRoleElemin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterOptRoleElem
public T visitAlterOptRoleElem(OpenGaussStatementParser.AlterOptRoleElemContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.alterOptRoleElem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterOptRoleElemin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropUser
public T visitDropUser(OpenGaussStatementParser.DropUserContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.dropUser().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropUserin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterUser
public T visitAlterUser(OpenGaussStatementParser.AlterUserContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.alterUser().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterUserin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterUserClauses
public T visitAlterUserClauses(OpenGaussStatementParser.AlterUserClausesContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.alterUserClauses().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterUserClausesin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterOptRoleList
public T visitAlterOptRoleList(OpenGaussStatementParser.AlterOptRoleListContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.alterOptRoleList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterOptRoleListin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateRole
public T visitCreateRole(OpenGaussStatementParser.CreateRoleContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.createRole().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateRolein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropRole
public T visitDropRole(OpenGaussStatementParser.DropRoleContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.dropRole().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropRolein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterRole
public T visitAlterRole(OpenGaussStatementParser.AlterRoleContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.alterRole().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterRolein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateGroup
public T visitCreateGroup(OpenGaussStatementParser.CreateGroupContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.createGroup().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateGroupin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropDroup
public T visitDropDroup(OpenGaussStatementParser.DropDroupContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.dropDroup().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropDroupin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReassignOwned
public T visitReassignOwned(OpenGaussStatementParser.ReassignOwnedContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.reassignOwned().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitReassignOwnedin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateTable
public T visitCreateTable(OpenGaussStatementParser.CreateTableContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.createTable().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateTablein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExecuteParamClause
public T visitExecuteParamClause(OpenGaussStatementParser.ExecuteParamClauseContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.executeParamClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExecuteParamClausein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPartitionBoundSpec
public T visitPartitionBoundSpec(OpenGaussStatementParser.PartitionBoundSpecContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.partitionBoundSpec().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPartitionBoundSpecin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHashPartbound
public T visitHashPartbound(OpenGaussStatementParser.HashPartboundContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.hashPartbound().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitHashPartboundin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHashPartboundElem
public T visitHashPartboundElem(OpenGaussStatementParser.HashPartboundElemContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.hashPartboundElem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitHashPartboundElemin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTypedTableElementList
public T visitTypedTableElementList(OpenGaussStatementParser.TypedTableElementListContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.typedTableElementList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTypedTableElementListin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTypedTableElement
public T visitTypedTableElement(OpenGaussStatementParser.TypedTableElementContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.typedTableElement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTypedTableElementin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColumnOptions
public T visitColumnOptions(OpenGaussStatementParser.ColumnOptionsContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.columnOptions().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitColumnOptionsin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWithData
public T visitWithData(OpenGaussStatementParser.WithDataContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.withData().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWithDatain interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTableSpace
public T visitTableSpace(OpenGaussStatementParser.TableSpaceContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.tableSpace().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTableSpacein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOnCommitOption
public T visitOnCommitOption(OpenGaussStatementParser.OnCommitOptionContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.onCommitOption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOnCommitOptionin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWithOption
public T visitWithOption(OpenGaussStatementParser.WithOptionContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.withOption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWithOptionin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTableAccessMethodClause
public T visitTableAccessMethodClause(OpenGaussStatementParser.TableAccessMethodClauseContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.tableAccessMethodClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTableAccessMethodClausein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAccessMethod
public T visitAccessMethod(OpenGaussStatementParser.AccessMethodContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.accessMethod().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAccessMethodin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateIndex
public T visitCreateIndex(OpenGaussStatementParser.CreateIndexContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.createIndex().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateIndexin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInclude
public T visitInclude(OpenGaussStatementParser.IncludeContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.include().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIncludein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIndexIncludingParams
public T visitIndexIncludingParams(OpenGaussStatementParser.IndexIncludingParamsContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.indexIncludingParams().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIndexIncludingParamsin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAccessMethodClause
public T visitAccessMethodClause(OpenGaussStatementParser.AccessMethodClauseContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.accessMethodClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAccessMethodClausein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateDatabase
public T visitCreateDatabase(OpenGaussStatementParser.CreateDatabaseContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.createDatabase().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateDatabasein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateView
public T visitCreateView(OpenGaussStatementParser.CreateViewContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.createView().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateViewin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropDatabase
public T visitDropDatabase(OpenGaussStatementParser.DropDatabaseContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.dropDatabase().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropDatabasein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropDirectory
public T visitDropDirectory(OpenGaussStatementParser.DropDirectoryContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.dropDirectory().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropDirectoryin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateDatabaseSpecification
public T visitCreateDatabaseSpecification(OpenGaussStatementParser.CreateDatabaseSpecificationContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.createDatabaseSpecification().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateDatabaseSpecificationin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreatedbOptName
public T visitCreatedbOptName(OpenGaussStatementParser.CreatedbOptNameContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.createdbOptName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreatedbOptNamein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterTable
public T visitAlterTable(OpenGaussStatementParser.AlterTableContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.alterTable().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterTablein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterIndex
public T visitAlterIndex(OpenGaussStatementParser.AlterIndexContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.alterIndex().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterIndexin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropTable
public T visitDropTable(OpenGaussStatementParser.DropTableContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.dropTable().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropTablein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropTableOpt
public T visitDropTableOpt(OpenGaussStatementParser.DropTableOptContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.dropTableOpt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropTableOptin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropIndex
public T visitDropIndex(OpenGaussStatementParser.DropIndexContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.dropIndex().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropIndexin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropIndexOpt
public T visitDropIndexOpt(OpenGaussStatementParser.DropIndexOptContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.dropIndexOpt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropIndexOptin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTruncateTable
public T visitTruncateTable(OpenGaussStatementParser.TruncateTableContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.truncateTable().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTruncateTablein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRestartSeqs
public T visitRestartSeqs(OpenGaussStatementParser.RestartSeqsContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.restartSeqs().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRestartSeqsin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateTableSpecification
public T visitCreateTableSpecification(OpenGaussStatementParser.CreateTableSpecificationContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.createTableSpecification().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateTableSpecificationin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateDefinitionClause
public T visitCreateDefinitionClause(OpenGaussStatementParser.CreateDefinitionClauseContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.createDefinitionClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateDefinitionClausein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateDefinition
public T visitCreateDefinition(OpenGaussStatementParser.CreateDefinitionContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.createDefinition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateDefinitionin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColumnDefinition
public T visitColumnDefinition(OpenGaussStatementParser.ColumnDefinitionContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.columnDefinition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitColumnDefinitionin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColumnConstraint
public T visitColumnConstraint(OpenGaussStatementParser.ColumnConstraintContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.columnConstraint().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitColumnConstraintin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConstraintClause
public T visitConstraintClause(OpenGaussStatementParser.ConstraintClauseContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.constraintClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitConstraintClausein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColumnConstraintOption
public T visitColumnConstraintOption(OpenGaussStatementParser.ColumnConstraintOptionContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.columnConstraintOption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitColumnConstraintOptionin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCheckOption
public T visitCheckOption(OpenGaussStatementParser.CheckOptionContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.checkOption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCheckOptionin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDefaultExpr
public T visitDefaultExpr(OpenGaussStatementParser.DefaultExprContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.defaultExpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDefaultExprin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSequenceOptions
public T visitSequenceOptions(OpenGaussStatementParser.SequenceOptionsContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.sequenceOptions().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSequenceOptionsin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSequenceOption
public T visitSequenceOption(OpenGaussStatementParser.SequenceOptionContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.sequenceOption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSequenceOptionin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIndexParameters
public T visitIndexParameters(OpenGaussStatementParser.IndexParametersContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.indexParameters().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIndexParametersin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAction
public T visitAction(OpenGaussStatementParser.ActionContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.action().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitActionin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConstraintOptionalParam
public T visitConstraintOptionalParam(OpenGaussStatementParser.ConstraintOptionalParamContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.constraintOptionalParam().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitConstraintOptionalParamin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLikeOption
public T visitLikeOption(OpenGaussStatementParser.LikeOptionContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.likeOption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLikeOptionin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTableConstraint
public T visitTableConstraint(OpenGaussStatementParser.TableConstraintContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.tableConstraint().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTableConstraintin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTableConstraintOption
public T visitTableConstraintOption(OpenGaussStatementParser.TableConstraintOptionContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.tableConstraintOption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTableConstraintOptionin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExclusionWhereClause
public T visitExclusionWhereClause(OpenGaussStatementParser.ExclusionWhereClauseContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.exclusionWhereClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExclusionWhereClausein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExclusionConstraintList
public T visitExclusionConstraintList(OpenGaussStatementParser.ExclusionConstraintListContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.exclusionConstraintList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExclusionConstraintListin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExclusionConstraintElem
public T visitExclusionConstraintElem(OpenGaussStatementParser.ExclusionConstraintElemContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.exclusionConstraintElem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExclusionConstraintElemin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInheritClause
public T visitInheritClause(OpenGaussStatementParser.InheritClauseContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.inheritClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInheritClausein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPartitionSpec
public T visitPartitionSpec(OpenGaussStatementParser.PartitionSpecContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.partitionSpec().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPartitionSpecin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPartParams
public T visitPartParams(OpenGaussStatementParser.PartParamsContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.partParams().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPartParamsin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPartElem
public T visitPartElem(OpenGaussStatementParser.PartElemContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.partElem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPartElemin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFuncExprWindowless
public T visitFuncExprWindowless(OpenGaussStatementParser.FuncExprWindowlessContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.funcExprWindowless().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFuncExprWindowlessin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPartStrategy
public T visitPartStrategy(OpenGaussStatementParser.PartStrategyContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.partStrategy().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPartStrategyin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateIndexSpecification
public T visitCreateIndexSpecification(OpenGaussStatementParser.CreateIndexSpecificationContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.createIndexSpecification().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateIndexSpecificationin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConcurrentlyClause
public T visitConcurrentlyClause(OpenGaussStatementParser.ConcurrentlyClauseContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.concurrentlyClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitConcurrentlyClausein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOnlyClause
public T visitOnlyClause(OpenGaussStatementParser.OnlyClauseContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.onlyClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOnlyClausein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFileSizeLiteral
public T visitFileSizeLiteral(OpenGaussStatementParser.FileSizeLiteralContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.fileSizeLiteral().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFileSizeLiteralin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAsteriskClause
public T visitAsteriskClause(OpenGaussStatementParser.AsteriskClauseContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.asteriskClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAsteriskClausein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterDefinitionClause
public T visitAlterDefinitionClause(OpenGaussStatementParser.AlterDefinitionClauseContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.alterDefinitionClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterDefinitionClausein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPartitionCmd
public T visitPartitionCmd(OpenGaussStatementParser.PartitionCmdContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.partitionCmd().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPartitionCmdin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterIndexDefinitionClause
public T visitAlterIndexDefinitionClause(OpenGaussStatementParser.AlterIndexDefinitionClauseContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.alterIndexDefinitionClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterIndexDefinitionClausein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIndexPartitionCmd
public T visitIndexPartitionCmd(OpenGaussStatementParser.IndexPartitionCmdContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.indexPartitionCmd().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIndexPartitionCmdin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRenameIndexSpecification
public T visitRenameIndexSpecification(OpenGaussStatementParser.RenameIndexSpecificationContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.renameIndexSpecification().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRenameIndexSpecificationin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterIndexDependsOnExtension
public T visitAlterIndexDependsOnExtension(OpenGaussStatementParser.AlterIndexDependsOnExtensionContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.alterIndexDependsOnExtension().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterIndexDependsOnExtensionin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterIndexSetTableSpace
public T visitAlterIndexSetTableSpace(OpenGaussStatementParser.AlterIndexSetTableSpaceContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.alterIndexSetTableSpace().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterIndexSetTableSpacein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTableNamesClause
public T visitTableNamesClause(OpenGaussStatementParser.TableNamesClauseContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.tableNamesClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTableNamesClausein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTableNameClause
public T visitTableNameClause(OpenGaussStatementParser.TableNameClauseContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.tableNameClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTableNameClausein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterTableActions
public T visitAlterTableActions(OpenGaussStatementParser.AlterTableActionsContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.alterTableActions().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterTableActionsin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterTableAction
public T visitAlterTableAction(OpenGaussStatementParser.AlterTableActionContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.alterTableAction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterTableActionin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAddColumnSpecification
public T visitAddColumnSpecification(OpenGaussStatementParser.AddColumnSpecificationContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.addColumnSpecification().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAddColumnSpecificationin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropColumnSpecification
public T visitDropColumnSpecification(OpenGaussStatementParser.DropColumnSpecificationContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.dropColumnSpecification().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropColumnSpecificationin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitModifyColumnSpecification
public T visitModifyColumnSpecification(OpenGaussStatementParser.ModifyColumnSpecificationContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.modifyColumnSpecification().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitModifyColumnSpecificationin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitModifyColumn
public T visitModifyColumn(OpenGaussStatementParser.ModifyColumnContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.modifyColumn().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitModifyColumnin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterColumnSetOption
public T visitAlterColumnSetOption(OpenGaussStatementParser.AlterColumnSetOptionContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.alterColumnSetOption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterColumnSetOptionin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAttributeOptions
public T visitAttributeOptions(OpenGaussStatementParser.AttributeOptionsContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.attributeOptions().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAttributeOptionsin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAttributeOption
public T visitAttributeOption(OpenGaussStatementParser.AttributeOptionContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.attributeOption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAttributeOptionin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAddConstraintSpecification
public T visitAddConstraintSpecification(OpenGaussStatementParser.AddConstraintSpecificationContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.addConstraintSpecification().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAddConstraintSpecificationin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTableConstraintUsingIndex
public T visitTableConstraintUsingIndex(OpenGaussStatementParser.TableConstraintUsingIndexContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.tableConstraintUsingIndex().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTableConstraintUsingIndexin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitModifyConstraintSpecification
public T visitModifyConstraintSpecification(OpenGaussStatementParser.ModifyConstraintSpecificationContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.modifyConstraintSpecification().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitModifyConstraintSpecificationin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitValidateConstraintSpecification
public T visitValidateConstraintSpecification(OpenGaussStatementParser.ValidateConstraintSpecificationContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.validateConstraintSpecification().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitValidateConstraintSpecificationin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropConstraintSpecification
public T visitDropConstraintSpecification(OpenGaussStatementParser.DropConstraintSpecificationContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.dropConstraintSpecification().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropConstraintSpecificationin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStorageParameterWithValue
public T visitStorageParameterWithValue(OpenGaussStatementParser.StorageParameterWithValueContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.storageParameterWithValue().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStorageParameterWithValuein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStorageParameter
public T visitStorageParameter(OpenGaussStatementParser.StorageParameterContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.storageParameter().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStorageParameterin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRenameColumnSpecification
public T visitRenameColumnSpecification(OpenGaussStatementParser.RenameColumnSpecificationContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.renameColumnSpecification().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRenameColumnSpecificationin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRenameConstraint
public T visitRenameConstraint(OpenGaussStatementParser.RenameConstraintContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.renameConstraint().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRenameConstraintin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRenameTableSpecification
public T visitRenameTableSpecification(OpenGaussStatementParser.RenameTableSpecificationContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.renameTableSpecification().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRenameTableSpecificationin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIndexNames
public T visitIndexNames(OpenGaussStatementParser.IndexNamesContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.indexNames().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIndexNamesin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterDatabase
public T visitAlterDatabase(OpenGaussStatementParser.AlterDatabaseContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.alterDatabase().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterDatabasein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterDatabaseClause
public T visitAlterDatabaseClause(OpenGaussStatementParser.AlterDatabaseClauseContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.alterDatabaseClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterDatabaseClausein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreatedbOptItems
public T visitCreatedbOptItems(OpenGaussStatementParser.CreatedbOptItemsContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.createdbOptItems().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreatedbOptItemsin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreatedbOptItem
public T visitCreatedbOptItem(OpenGaussStatementParser.CreatedbOptItemContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.createdbOptItem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreatedbOptItemin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterTableCmds
public T visitAlterTableCmds(OpenGaussStatementParser.AlterTableCmdsContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.alterTableCmds().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterTableCmdsin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterTableCmd
public T visitAlterTableCmd(OpenGaussStatementParser.AlterTableCmdContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.alterTableCmd().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterTableCmdin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConstraintAttributeSpec
public T visitConstraintAttributeSpec(OpenGaussStatementParser.ConstraintAttributeSpecContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.constraintAttributeSpec().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitConstraintAttributeSpecin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConstraintAttributeElem
public T visitConstraintAttributeElem(OpenGaussStatementParser.ConstraintAttributeElemContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.constraintAttributeElem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitConstraintAttributeElemin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterGenericOptions
public T visitAlterGenericOptions(OpenGaussStatementParser.AlterGenericOptionsContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.alterGenericOptions().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterGenericOptionsin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterGenericOptionList
public T visitAlterGenericOptionList(OpenGaussStatementParser.AlterGenericOptionListContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.alterGenericOptionList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterGenericOptionListin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterGenericOptionElem
public T visitAlterGenericOptionElem(OpenGaussStatementParser.AlterGenericOptionElemContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.alterGenericOptionElem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterGenericOptionElemin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropBehavior
public T visitDropBehavior(OpenGaussStatementParser.DropBehaviorContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.dropBehavior().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropBehaviorin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterUsing
public T visitAlterUsing(OpenGaussStatementParser.AlterUsingContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.alterUsing().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterUsingin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSetData
public T visitSetData(OpenGaussStatementParser.SetDataContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.setData().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSetDatain interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterIdentityColumnOptionList
public T visitAlterIdentityColumnOptionList(OpenGaussStatementParser.AlterIdentityColumnOptionListContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.alterIdentityColumnOptionList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterIdentityColumnOptionListin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterIdentityColumnOption
public T visitAlterIdentityColumnOption(OpenGaussStatementParser.AlterIdentityColumnOptionContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.alterIdentityColumnOption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterIdentityColumnOptionin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterColumnDefault
public T visitAlterColumnDefault(OpenGaussStatementParser.AlterColumnDefaultContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.alterColumnDefault().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterColumnDefaultin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterOperator
public T visitAlterOperator(OpenGaussStatementParser.AlterOperatorContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.alterOperator().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterOperatorin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterOperatorClass
public T visitAlterOperatorClass(OpenGaussStatementParser.AlterOperatorClassContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.alterOperatorClass().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterOperatorClassin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterOperatorClassClauses
public T visitAlterOperatorClassClauses(OpenGaussStatementParser.AlterOperatorClassClausesContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.alterOperatorClassClauses().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterOperatorClassClausesin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterOperatorFamily
public T visitAlterOperatorFamily(OpenGaussStatementParser.AlterOperatorFamilyContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.alterOperatorFamily().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterOperatorFamilyin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterOperatorFamilyClauses
public T visitAlterOperatorFamilyClauses(OpenGaussStatementParser.AlterOperatorFamilyClausesContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.alterOperatorFamilyClauses().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterOperatorFamilyClausesin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpclassItemList
public T visitOpclassItemList(OpenGaussStatementParser.OpclassItemListContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.opclassItemList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpclassItemListin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpclassItem
public T visitOpclassItem(OpenGaussStatementParser.OpclassItemContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.opclassItem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpclassItemin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpclassPurpose
public T visitOpclassPurpose(OpenGaussStatementParser.OpclassPurposeContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.opclassPurpose().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpclassPurposein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterOperatorClauses
public T visitAlterOperatorClauses(OpenGaussStatementParser.AlterOperatorClausesContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.alterOperatorClauses().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterOperatorClausesin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOperatorDefList
public T visitOperatorDefList(OpenGaussStatementParser.OperatorDefListContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.operatorDefList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOperatorDefListin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOperatorDefElem
public T visitOperatorDefElem(OpenGaussStatementParser.OperatorDefElemContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.operatorDefElem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOperatorDefElemin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOperatorDefArg
public T visitOperatorDefArg(OpenGaussStatementParser.OperatorDefArgContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.operatorDefArg().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOperatorDefArgin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOperatorWithArgtypes
public T visitOperatorWithArgtypes(OpenGaussStatementParser.OperatorWithArgtypesContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.operatorWithArgtypes().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOperatorWithArgtypesin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterAggregate
public T visitAlterAggregate(OpenGaussStatementParser.AlterAggregateContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.alterAggregate().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterAggregatein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAggregateSignature
public T visitAggregateSignature(OpenGaussStatementParser.AggregateSignatureContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.aggregateSignature().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAggregateSignaturein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAggrArgs
public T visitAggrArgs(OpenGaussStatementParser.AggrArgsContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.aggrArgs().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAggrArgsin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAggrArgsList
public T visitAggrArgsList(OpenGaussStatementParser.AggrArgsListContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.aggrArgsList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAggrArgsListin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAggrArg
public T visitAggrArg(OpenGaussStatementParser.AggrArgContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.aggrArg().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAggrArgin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterAggregateDefinitionClause
public T visitAlterAggregateDefinitionClause(OpenGaussStatementParser.AlterAggregateDefinitionClauseContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.alterAggregateDefinitionClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterAggregateDefinitionClausein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterCollation
public T visitAlterCollation(OpenGaussStatementParser.AlterCollationContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.alterCollation().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterCollationin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterCollationClause
public T visitAlterCollationClause(OpenGaussStatementParser.AlterCollationClauseContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.alterCollationClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterCollationClausein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterSynonym
public T visitAlterSynonym(OpenGaussStatementParser.AlterSynonymContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.alterSynonym().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterSynonymin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterDirectory
public T visitAlterDirectory(OpenGaussStatementParser.AlterDirectoryContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.alterDirectory().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterDirectoryin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterConversion
public T visitAlterConversion(OpenGaussStatementParser.AlterConversionContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.alterConversion().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterConversionin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterConversionClause
public T visitAlterConversionClause(OpenGaussStatementParser.AlterConversionClauseContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.alterConversionClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterConversionClausein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterDefaultPrivileges
public T visitAlterDefaultPrivileges(OpenGaussStatementParser.AlterDefaultPrivilegesContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.alterDefaultPrivileges().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterDefaultPrivilegesin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDefACLAction
public T visitDefACLAction(OpenGaussStatementParser.DefACLActionContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.defACLAction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDefACLActionin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGrantGrantOption
public T visitGrantGrantOption(OpenGaussStatementParser.GrantGrantOptionContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.grantGrantOption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGrantGrantOptionin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGranteeList
public T visitGranteeList(OpenGaussStatementParser.GranteeListContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.granteeList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGranteeListin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGrantee
public T visitGrantee(OpenGaussStatementParser.GranteeContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.grantee().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGranteein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDefaclPrivilegeTarget
public T visitDefaclPrivilegeTarget(OpenGaussStatementParser.DefaclPrivilegeTargetContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.defaclPrivilegeTarget().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDefaclPrivilegeTargetin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrivileges
public T visitPrivileges(OpenGaussStatementParser.PrivilegesContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.privileges().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPrivilegesin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrivilegeList
public T visitPrivilegeList(OpenGaussStatementParser.PrivilegeListContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.privilegeList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPrivilegeListin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrivilege
public T visitPrivilege(OpenGaussStatementParser.PrivilegeContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.privilege().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPrivilegein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDefACLOptionList
public T visitDefACLOptionList(OpenGaussStatementParser.DefACLOptionListContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.defACLOptionList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDefACLOptionListin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDefACLOption
public T visitDefACLOption(OpenGaussStatementParser.DefACLOptionContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.defACLOption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDefACLOptionin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSchemaNameList
public T visitSchemaNameList(OpenGaussStatementParser.SchemaNameListContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.schemaNameList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSchemaNameListin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterDomain
public T visitAlterDomain(OpenGaussStatementParser.AlterDomainContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.alterDomain().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterDomainin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterDomainClause
public T visitAlterDomainClause(OpenGaussStatementParser.AlterDomainClauseContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.alterDomainClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterDomainClausein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterEventTrigger
public T visitAlterEventTrigger(OpenGaussStatementParser.AlterEventTriggerContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.alterEventTrigger().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterEventTriggerin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterEventTriggerClause
public T visitAlterEventTriggerClause(OpenGaussStatementParser.AlterEventTriggerClauseContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.alterEventTriggerClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterEventTriggerClausein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTiggerName
public T visitTiggerName(OpenGaussStatementParser.TiggerNameContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.tiggerName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTiggerNamein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterExtension
public T visitAlterExtension(OpenGaussStatementParser.AlterExtensionContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.alterExtension().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterExtensionin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateSynonym
public T visitCreateSynonym(OpenGaussStatementParser.CreateSynonymContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.createSynonym().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateSynonymin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterExtensionClauses
public T visitAlterExtensionClauses(OpenGaussStatementParser.AlterExtensionClausesContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.alterExtensionClauses().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterExtensionClausesin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunctionWithArgtypes
public T visitFunctionWithArgtypes(OpenGaussStatementParser.FunctionWithArgtypesContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.functionWithArgtypes().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFunctionWithArgtypesin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFuncArgs
public T visitFuncArgs(OpenGaussStatementParser.FuncArgsContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.funcArgs().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFuncArgsin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAggregateWithArgtypes
public T visitAggregateWithArgtypes(OpenGaussStatementParser.AggregateWithArgtypesContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.aggregateWithArgtypes().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAggregateWithArgtypesin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterExtensionOptList
public T visitAlterExtensionOptList(OpenGaussStatementParser.AlterExtensionOptListContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.alterExtensionOptList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterExtensionOptListin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterExtensionOptItem
public T visitAlterExtensionOptItem(OpenGaussStatementParser.AlterExtensionOptItemContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.alterExtensionOptItem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterExtensionOptItemin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterForeignDataWrapper
public T visitAlterForeignDataWrapper(OpenGaussStatementParser.AlterForeignDataWrapperContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.alterForeignDataWrapper().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterForeignDataWrapperin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterForeignDataWrapperClauses
public T visitAlterForeignDataWrapperClauses(OpenGaussStatementParser.AlterForeignDataWrapperClausesContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.alterForeignDataWrapperClauses().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterForeignDataWrapperClausesin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFdwOptions
public T visitFdwOptions(OpenGaussStatementParser.FdwOptionsContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.fdwOptions().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFdwOptionsin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFdwOption
public T visitFdwOption(OpenGaussStatementParser.FdwOptionContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.fdwOption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFdwOptionin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHandlerName
public T visitHandlerName(OpenGaussStatementParser.HandlerNameContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.handlerName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitHandlerNamein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterGroup
public T visitAlterGroup(OpenGaussStatementParser.AlterGroupContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.alterGroup().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterGroupin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterGroupClauses
public T visitAlterGroupClauses(OpenGaussStatementParser.AlterGroupClausesContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.alterGroupClauses().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterGroupClausesin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterLanguage
public T visitAlterLanguage(OpenGaussStatementParser.AlterLanguageContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.alterLanguage().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterLanguagein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterLargeObject
public T visitAlterLargeObject(OpenGaussStatementParser.AlterLargeObjectContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.alterLargeObject().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterLargeObjectin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterMaterializedView
public T visitAlterMaterializedView(OpenGaussStatementParser.AlterMaterializedViewContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.alterMaterializedView().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterMaterializedViewin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterMaterializedViewClauses
public T visitAlterMaterializedViewClauses(OpenGaussStatementParser.AlterMaterializedViewClausesContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.alterMaterializedViewClauses().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterMaterializedViewClausesin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDeclare
public T visitDeclare(OpenGaussStatementParser.DeclareContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.declare().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDeclarein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCursor
public T visitCursor(OpenGaussStatementParser.CursorContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.cursor().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCursorin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCursorOptions
public T visitCursorOptions(OpenGaussStatementParser.CursorOptionsContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.cursorOptions().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCursorOptionsin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCursorOption
public T visitCursorOption(OpenGaussStatementParser.CursorOptionContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.cursorOption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCursorOptionin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExecuteStmt
public T visitExecuteStmt(OpenGaussStatementParser.ExecuteStmtContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.executeStmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExecuteStmtin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateMaterializedView
public T visitCreateMaterializedView(OpenGaussStatementParser.CreateMaterializedViewContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.createMaterializedView().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateMaterializedViewin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateMvTarget
public T visitCreateMvTarget(OpenGaussStatementParser.CreateMvTargetContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.createMvTarget().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateMvTargetin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRefreshMatViewStmt
public T visitRefreshMatViewStmt(OpenGaussStatementParser.RefreshMatViewStmtContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.refreshMatViewStmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRefreshMatViewStmtin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterPolicy
public T visitAlterPolicy(OpenGaussStatementParser.AlterPolicyContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.alterPolicy().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterPolicyin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterPolicyClauses
public T visitAlterPolicyClauses(OpenGaussStatementParser.AlterPolicyClausesContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.alterPolicyClauses().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterPolicyClausesin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterProcedure
public T visitAlterProcedure(OpenGaussStatementParser.AlterProcedureContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.alterProcedure().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterProcedurein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterProcedureClauses
public T visitAlterProcedureClauses(OpenGaussStatementParser.AlterProcedureClausesContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.alterProcedureClauses().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterProcedureClausesin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterfuncOptList
public T visitAlterfuncOptList(OpenGaussStatementParser.AlterfuncOptListContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.alterfuncOptList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterfuncOptListin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterFunction
public T visitAlterFunction(OpenGaussStatementParser.AlterFunctionContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.alterFunction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterFunctionin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterFunctionClauses
public T visitAlterFunctionClauses(OpenGaussStatementParser.AlterFunctionClausesContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.alterFunctionClauses().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterFunctionClausesin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterPublication
public T visitAlterPublication(OpenGaussStatementParser.AlterPublicationContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.alterPublication().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterPublicationin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterRoutine
public T visitAlterRoutine(OpenGaussStatementParser.AlterRoutineContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.alterRoutine().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterRoutinein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterRule
public T visitAlterRule(OpenGaussStatementParser.AlterRuleContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.alterRule().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterRulein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterSequence
public T visitAlterSequence(OpenGaussStatementParser.AlterSequenceContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.alterSequence().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterSequencein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterSequenceClauses
public T visitAlterSequenceClauses(OpenGaussStatementParser.AlterSequenceClausesContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.alterSequenceClauses().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterSequenceClausesin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterServer
public T visitAlterServer(OpenGaussStatementParser.AlterServerContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.alterServer().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterServerin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitForeignServerVersion
public T visitForeignServerVersion(OpenGaussStatementParser.ForeignServerVersionContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.foreignServerVersion().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitForeignServerVersionin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterStatistics
public T visitAlterStatistics(OpenGaussStatementParser.AlterStatisticsContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.alterStatistics().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterStatisticsin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterSubscription
public T visitAlterSubscription(OpenGaussStatementParser.AlterSubscriptionContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.alterSubscription().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterSubscriptionin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPublicationNameList
public T visitPublicationNameList(OpenGaussStatementParser.PublicationNameListContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.publicationNameList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPublicationNameListin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPublicationNameItem
public T visitPublicationNameItem(OpenGaussStatementParser.PublicationNameItemContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.publicationNameItem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPublicationNameItemin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterSystem
public T visitAlterSystem(OpenGaussStatementParser.AlterSystemContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.alterSystem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterSystemin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterTablespace
public T visitAlterTablespace(OpenGaussStatementParser.AlterTablespaceContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.alterTablespace().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterTablespacein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterTextSearchConfiguration
public T visitAlterTextSearchConfiguration(OpenGaussStatementParser.AlterTextSearchConfigurationContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.alterTextSearchConfiguration().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterTextSearchConfigurationin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterTextSearchConfigurationClauses
public T visitAlterTextSearchConfigurationClauses(OpenGaussStatementParser.AlterTextSearchConfigurationClausesContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.alterTextSearchConfigurationClauses().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterTextSearchConfigurationClausesin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAnyNameList
public T visitAnyNameList(OpenGaussStatementParser.AnyNameListContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.anyNameList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAnyNameListin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterTextSearchDictionary
public T visitAlterTextSearchDictionary(OpenGaussStatementParser.AlterTextSearchDictionaryContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.alterTextSearchDictionary().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterTextSearchDictionaryin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterTextSearchParser
public T visitAlterTextSearchParser(OpenGaussStatementParser.AlterTextSearchParserContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.alterTextSearchParser().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterTextSearchParserin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterTextSearchTemplate
public T visitAlterTextSearchTemplate(OpenGaussStatementParser.AlterTextSearchTemplateContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.alterTextSearchTemplate().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterTextSearchTemplatein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterTrigger
public T visitAlterTrigger(OpenGaussStatementParser.AlterTriggerContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.alterTrigger().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterTriggerin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterType
public T visitAlterType(OpenGaussStatementParser.AlterTypeContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.alterType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterTypein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterTypeClauses
public T visitAlterTypeClauses(OpenGaussStatementParser.AlterTypeClausesContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.alterTypeClauses().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterTypeClausesin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterTypeCmds
public T visitAlterTypeCmds(OpenGaussStatementParser.AlterTypeCmdsContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.alterTypeCmds().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterTypeCmdsin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterTypeCmd
public T visitAlterTypeCmd(OpenGaussStatementParser.AlterTypeCmdContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.alterTypeCmd().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterTypeCmdin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterUserMapping
public T visitAlterUserMapping(OpenGaussStatementParser.AlterUserMappingContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.alterUserMapping().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterUserMappingin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAuthIdent
public T visitAuthIdent(OpenGaussStatementParser.AuthIdentContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.authIdent().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAuthIdentin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterView
public T visitAlterView(OpenGaussStatementParser.AlterViewContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.alterView().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterViewin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterViewCmds
public T visitAlterViewCmds(OpenGaussStatementParser.AlterViewCmdsContext ctx)
Visit a parse tree produced by thealterViewCmdslabeled alternative inOpenGaussStatementParser.alterViewClauses().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterViewCmdsin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterRenameView
public T visitAlterRenameView(OpenGaussStatementParser.AlterRenameViewContext ctx)
Visit a parse tree produced by thealterRenameViewlabeled alternative inOpenGaussStatementParser.alterViewClauses().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterRenameViewin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterRenameColumn
public T visitAlterRenameColumn(OpenGaussStatementParser.AlterRenameColumnContext ctx)
Visit a parse tree produced by thealterRenameColumnlabeled alternative inOpenGaussStatementParser.alterViewClauses().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterRenameColumnin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterSetSchema
public T visitAlterSetSchema(OpenGaussStatementParser.AlterSetSchemaContext ctx)
Visit a parse tree produced by thealterSetSchemalabeled alternative inOpenGaussStatementParser.alterViewClauses().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterSetSchemain interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitClose
public T visitClose(OpenGaussStatementParser.CloseContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.close().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitClosein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCluster
public T visitCluster(OpenGaussStatementParser.ClusterContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.cluster().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitClusterin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitClusterIndexSpecification
public T visitClusterIndexSpecification(OpenGaussStatementParser.ClusterIndexSpecificationContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.clusterIndexSpecification().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitClusterIndexSpecificationin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitComment
public T visitComment(OpenGaussStatementParser.CommentContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.comment().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCommentin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCommentClauses
public T visitCommentClauses(OpenGaussStatementParser.CommentClausesContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.commentClauses().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCommentClausesin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitObjectTypeNameOnAnyName
public T visitObjectTypeNameOnAnyName(OpenGaussStatementParser.ObjectTypeNameOnAnyNameContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.objectTypeNameOnAnyName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitObjectTypeNameOnAnyNamein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitObjectTypeName
public T visitObjectTypeName(OpenGaussStatementParser.ObjectTypeNameContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.objectTypeName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitObjectTypeNamein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropTypeName
public T visitDropTypeName(OpenGaussStatementParser.DropTypeNameContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.dropTypeName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropTypeNamein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitObjectTypeAnyName
public T visitObjectTypeAnyName(OpenGaussStatementParser.ObjectTypeAnyNameContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.objectTypeAnyName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitObjectTypeAnyNamein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCommentText
public T visitCommentText(OpenGaussStatementParser.CommentTextContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.commentText().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCommentTextin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateAccessMethod
public T visitCreateAccessMethod(OpenGaussStatementParser.CreateAccessMethodContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.createAccessMethod().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateAccessMethodin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateAggregate
public T visitCreateAggregate(OpenGaussStatementParser.CreateAggregateContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.createAggregate().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateAggregatein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOldAggrDefinition
public T visitOldAggrDefinition(OpenGaussStatementParser.OldAggrDefinitionContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.oldAggrDefinition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOldAggrDefinitionin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOldAggrList
public T visitOldAggrList(OpenGaussStatementParser.OldAggrListContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.oldAggrList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOldAggrListin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOldAggrElem
public T visitOldAggrElem(OpenGaussStatementParser.OldAggrElemContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.oldAggrElem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOldAggrElemin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateCast
public T visitCreateCast(OpenGaussStatementParser.CreateCastContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.createCast().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateCastin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCastContext
public T visitCastContext(OpenGaussStatementParser.CastContextContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.castContext().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCastContextin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateCollation
public T visitCreateCollation(OpenGaussStatementParser.CreateCollationContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.createCollation().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateCollationin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateConversion
public T visitCreateConversion(OpenGaussStatementParser.CreateConversionContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.createConversion().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateConversionin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateDomain
public T visitCreateDomain(OpenGaussStatementParser.CreateDomainContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.createDomain().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateDomainin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateEventTrigger
public T visitCreateEventTrigger(OpenGaussStatementParser.CreateEventTriggerContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.createEventTrigger().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateEventTriggerin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEventTriggerWhenList
public T visitEventTriggerWhenList(OpenGaussStatementParser.EventTriggerWhenListContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.eventTriggerWhenList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEventTriggerWhenListin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEventTriggerWhenItem
public T visitEventTriggerWhenItem(OpenGaussStatementParser.EventTriggerWhenItemContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.eventTriggerWhenItem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEventTriggerWhenItemin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEventTriggerValueList
public T visitEventTriggerValueList(OpenGaussStatementParser.EventTriggerValueListContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.eventTriggerValueList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEventTriggerValueListin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateExtension
public T visitCreateExtension(OpenGaussStatementParser.CreateExtensionContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.createExtension().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateExtensionin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateExtensionOptList
public T visitCreateExtensionOptList(OpenGaussStatementParser.CreateExtensionOptListContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.createExtensionOptList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateExtensionOptListin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateExtensionOptItem
public T visitCreateExtensionOptItem(OpenGaussStatementParser.CreateExtensionOptItemContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.createExtensionOptItem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateExtensionOptItemin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateForeignDataWrapper
public T visitCreateForeignDataWrapper(OpenGaussStatementParser.CreateForeignDataWrapperContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.createForeignDataWrapper().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateForeignDataWrapperin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateForeignTable
public T visitCreateForeignTable(OpenGaussStatementParser.CreateForeignTableContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.createForeignTable().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateForeignTablein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateForeignTableClauses
public T visitCreateForeignTableClauses(OpenGaussStatementParser.CreateForeignTableClausesContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.createForeignTableClauses().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateForeignTableClausesin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTableElementList
public T visitTableElementList(OpenGaussStatementParser.TableElementListContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.tableElementList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTableElementListin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTableElement
public T visitTableElement(OpenGaussStatementParser.TableElementContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.tableElement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTableElementin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTableLikeClause
public T visitTableLikeClause(OpenGaussStatementParser.TableLikeClauseContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.tableLikeClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTableLikeClausein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTableLikeOptionList
public T visitTableLikeOptionList(OpenGaussStatementParser.TableLikeOptionListContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.tableLikeOptionList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTableLikeOptionListin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTableLikeOption
public T visitTableLikeOption(OpenGaussStatementParser.TableLikeOptionContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.tableLikeOption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTableLikeOptionin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateFunction
public T visitCreateFunction(OpenGaussStatementParser.CreateFunctionContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.createFunction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateFunctionin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTableFuncColumnList
public T visitTableFuncColumnList(OpenGaussStatementParser.TableFuncColumnListContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.tableFuncColumnList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTableFuncColumnListin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTableFuncColumn
public T visitTableFuncColumn(OpenGaussStatementParser.TableFuncColumnContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.tableFuncColumn().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTableFuncColumnin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreatefuncOptList
public T visitCreatefuncOptList(OpenGaussStatementParser.CreatefuncOptListContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.createfuncOptList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreatefuncOptListin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreatefuncOptItem
public T visitCreatefuncOptItem(OpenGaussStatementParser.CreatefuncOptItemContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.createfuncOptItem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreatefuncOptItemin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTransformTypeList
public T visitTransformTypeList(OpenGaussStatementParser.TransformTypeListContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.transformTypeList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTransformTypeListin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFuncAs
public T visitFuncAs(OpenGaussStatementParser.FuncAsContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.funcAs().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFuncAsin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFuncReturn
public T visitFuncReturn(OpenGaussStatementParser.FuncReturnContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.funcReturn().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFuncReturnin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFuncArgsWithDefaults
public T visitFuncArgsWithDefaults(OpenGaussStatementParser.FuncArgsWithDefaultsContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.funcArgsWithDefaults().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFuncArgsWithDefaultsin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFuncArgsWithDefaultsList
public T visitFuncArgsWithDefaultsList(OpenGaussStatementParser.FuncArgsWithDefaultsListContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.funcArgsWithDefaultsList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFuncArgsWithDefaultsListin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFuncArgWithDefault
public T visitFuncArgWithDefault(OpenGaussStatementParser.FuncArgWithDefaultContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.funcArgWithDefault().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFuncArgWithDefaultin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateLanguage
public T visitCreateLanguage(OpenGaussStatementParser.CreateLanguageContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.createLanguage().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateLanguagein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTransformElementList
public T visitTransformElementList(OpenGaussStatementParser.TransformElementListContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.transformElementList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTransformElementListin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitValidatorClause
public T visitValidatorClause(OpenGaussStatementParser.ValidatorClauseContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.validatorClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitValidatorClausein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreatePolicy
public T visitCreatePolicy(OpenGaussStatementParser.CreatePolicyContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.createPolicy().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreatePolicyin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateProcedure
public T visitCreateProcedure(OpenGaussStatementParser.CreateProcedureContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.createProcedure().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateProcedurein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreatePublication
public T visitCreatePublication(OpenGaussStatementParser.CreatePublicationContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.createPublication().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreatePublicationin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPublicationForTables
public T visitPublicationForTables(OpenGaussStatementParser.PublicationForTablesContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.publicationForTables().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPublicationForTablesin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateRule
public T visitCreateRule(OpenGaussStatementParser.CreateRuleContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.createRule().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateRulein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRuleActionList
public T visitRuleActionList(OpenGaussStatementParser.RuleActionListContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.ruleActionList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRuleActionListin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRuleActionStmt
public T visitRuleActionStmt(OpenGaussStatementParser.RuleActionStmtContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.ruleActionStmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRuleActionStmtin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRuleActionMulti
public T visitRuleActionMulti(OpenGaussStatementParser.RuleActionMultiContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.ruleActionMulti().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRuleActionMultiin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNotifyStmt
public T visitNotifyStmt(OpenGaussStatementParser.NotifyStmtContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.notifyStmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNotifyStmtin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateTrigger
public T visitCreateTrigger(OpenGaussStatementParser.CreateTriggerContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.createTrigger().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateTriggerin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTriggerEvents
public T visitTriggerEvents(OpenGaussStatementParser.TriggerEventsContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.triggerEvents().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTriggerEventsin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTriggerOneEvent
public T visitTriggerOneEvent(OpenGaussStatementParser.TriggerOneEventContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.triggerOneEvent().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTriggerOneEventin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTriggerActionTime
public T visitTriggerActionTime(OpenGaussStatementParser.TriggerActionTimeContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.triggerActionTime().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTriggerActionTimein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTriggerFuncArgs
public T visitTriggerFuncArgs(OpenGaussStatementParser.TriggerFuncArgsContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.triggerFuncArgs().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTriggerFuncArgsin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTriggerFuncArg
public T visitTriggerFuncArg(OpenGaussStatementParser.TriggerFuncArgContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.triggerFuncArg().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTriggerFuncArgin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTriggerWhen
public T visitTriggerWhen(OpenGaussStatementParser.TriggerWhenContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.triggerWhen().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTriggerWhenin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTriggerForSpec
public T visitTriggerForSpec(OpenGaussStatementParser.TriggerForSpecContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.triggerForSpec().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTriggerForSpecin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTriggerReferencing
public T visitTriggerReferencing(OpenGaussStatementParser.TriggerReferencingContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.triggerReferencing().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTriggerReferencingin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTriggerTransitions
public T visitTriggerTransitions(OpenGaussStatementParser.TriggerTransitionsContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.triggerTransitions().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTriggerTransitionsin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTriggerTransition
public T visitTriggerTransition(OpenGaussStatementParser.TriggerTransitionContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.triggerTransition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTriggerTransitionin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTransitionRelName
public T visitTransitionRelName(OpenGaussStatementParser.TransitionRelNameContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.transitionRelName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTransitionRelNamein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTransitionRowOrTable
public T visitTransitionRowOrTable(OpenGaussStatementParser.TransitionRowOrTableContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.transitionRowOrTable().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTransitionRowOrTablein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTransitionOldOrNew
public T visitTransitionOldOrNew(OpenGaussStatementParser.TransitionOldOrNewContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.transitionOldOrNew().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTransitionOldOrNewin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateSequence
public T visitCreateSequence(OpenGaussStatementParser.CreateSequenceContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.createSequence().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateSequencein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTempOption
public T visitTempOption(OpenGaussStatementParser.TempOptionContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.tempOption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTempOptionin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateServer
public T visitCreateServer(OpenGaussStatementParser.CreateServerContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.createServer().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateServerin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateStatistics
public T visitCreateStatistics(OpenGaussStatementParser.CreateStatisticsContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.createStatistics().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateStatisticsin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateSubscription
public T visitCreateSubscription(OpenGaussStatementParser.CreateSubscriptionContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.createSubscription().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateSubscriptionin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateTablespace
public T visitCreateTablespace(OpenGaussStatementParser.CreateTablespaceContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.createTablespace().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateTablespacein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateTextSearch
public T visitCreateTextSearch(OpenGaussStatementParser.CreateTextSearchContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.createTextSearch().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateTextSearchin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateTransform
public T visitCreateTransform(OpenGaussStatementParser.CreateTransformContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.createTransform().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateTransformin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateType
public T visitCreateType(OpenGaussStatementParser.CreateTypeContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.createType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateTypein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateTypeClauses
public T visitCreateTypeClauses(OpenGaussStatementParser.CreateTypeClausesContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.createTypeClauses().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateTypeClausesin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEnumValList
public T visitEnumValList(OpenGaussStatementParser.EnumValListContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.enumValList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEnumValListin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateUserMapping
public T visitCreateUserMapping(OpenGaussStatementParser.CreateUserMappingContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.createUserMapping().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateUserMappingin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDiscard
public T visitDiscard(OpenGaussStatementParser.DiscardContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.discard().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDiscardin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropAccessMethod
public T visitDropAccessMethod(OpenGaussStatementParser.DropAccessMethodContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.dropAccessMethod().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropAccessMethodin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropAggregate
public T visitDropAggregate(OpenGaussStatementParser.DropAggregateContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.dropAggregate().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropAggregatein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAggregateWithArgtypesList
public T visitAggregateWithArgtypesList(OpenGaussStatementParser.AggregateWithArgtypesListContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.aggregateWithArgtypesList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAggregateWithArgtypesListin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropCast
public T visitDropCast(OpenGaussStatementParser.DropCastContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.dropCast().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropCastin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropCollation
public T visitDropCollation(OpenGaussStatementParser.DropCollationContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.dropCollation().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropCollationin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropConversion
public T visitDropConversion(OpenGaussStatementParser.DropConversionContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.dropConversion().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropConversionin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropDomain
public T visitDropDomain(OpenGaussStatementParser.DropDomainContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.dropDomain().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropDomainin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropEventTrigger
public T visitDropEventTrigger(OpenGaussStatementParser.DropEventTriggerContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.dropEventTrigger().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropEventTriggerin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropExtension
public T visitDropExtension(OpenGaussStatementParser.DropExtensionContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.dropExtension().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropExtensionin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropForeignDataWrapper
public T visitDropForeignDataWrapper(OpenGaussStatementParser.DropForeignDataWrapperContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.dropForeignDataWrapper().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropForeignDataWrapperin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropForeignTable
public T visitDropForeignTable(OpenGaussStatementParser.DropForeignTableContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.dropForeignTable().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropForeignTablein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropFunction
public T visitDropFunction(OpenGaussStatementParser.DropFunctionContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.dropFunction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropFunctionin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunctionWithArgtypesList
public T visitFunctionWithArgtypesList(OpenGaussStatementParser.FunctionWithArgtypesListContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.functionWithArgtypesList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFunctionWithArgtypesListin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropLanguage
public T visitDropLanguage(OpenGaussStatementParser.DropLanguageContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.dropLanguage().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropLanguagein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropMaterializedView
public T visitDropMaterializedView(OpenGaussStatementParser.DropMaterializedViewContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.dropMaterializedView().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropMaterializedViewin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropOperator
public T visitDropOperator(OpenGaussStatementParser.DropOperatorContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.dropOperator().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropOperatorin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOperatorWithArgtypesList
public T visitOperatorWithArgtypesList(OpenGaussStatementParser.OperatorWithArgtypesListContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.operatorWithArgtypesList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOperatorWithArgtypesListin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropOperatorClass
public T visitDropOperatorClass(OpenGaussStatementParser.DropOperatorClassContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.dropOperatorClass().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropOperatorClassin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropOperatorFamily
public T visitDropOperatorFamily(OpenGaussStatementParser.DropOperatorFamilyContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.dropOperatorFamily().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropOperatorFamilyin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropOwned
public T visitDropOwned(OpenGaussStatementParser.DropOwnedContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.dropOwned().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropOwnedin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropPolicy
public T visitDropPolicy(OpenGaussStatementParser.DropPolicyContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.dropPolicy().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropPolicyin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropProcedure
public T visitDropProcedure(OpenGaussStatementParser.DropProcedureContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.dropProcedure().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropProcedurein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropPublication
public T visitDropPublication(OpenGaussStatementParser.DropPublicationContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.dropPublication().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropPublicationin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropRoutine
public T visitDropRoutine(OpenGaussStatementParser.DropRoutineContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.dropRoutine().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropRoutinein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropRule
public T visitDropRule(OpenGaussStatementParser.DropRuleContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.dropRule().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropRulein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropSequence
public T visitDropSequence(OpenGaussStatementParser.DropSequenceContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.dropSequence().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropSequencein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropSynonym
public T visitDropSynonym(OpenGaussStatementParser.DropSynonymContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.dropSynonym().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropSynonymin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropServer
public T visitDropServer(OpenGaussStatementParser.DropServerContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.dropServer().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropServerin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropStatistics
public T visitDropStatistics(OpenGaussStatementParser.DropStatisticsContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.dropStatistics().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropStatisticsin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropSubscription
public T visitDropSubscription(OpenGaussStatementParser.DropSubscriptionContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.dropSubscription().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropSubscriptionin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropTablespace
public T visitDropTablespace(OpenGaussStatementParser.DropTablespaceContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.dropTablespace().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropTablespacein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropTextSearch
public T visitDropTextSearch(OpenGaussStatementParser.DropTextSearchContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.dropTextSearch().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropTextSearchin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropTransform
public T visitDropTransform(OpenGaussStatementParser.DropTransformContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.dropTransform().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropTransformin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropTrigger
public T visitDropTrigger(OpenGaussStatementParser.DropTriggerContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.dropTrigger().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropTriggerin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropType
public T visitDropType(OpenGaussStatementParser.DropTypeContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.dropType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropTypein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropUserMapping
public T visitDropUserMapping(OpenGaussStatementParser.DropUserMappingContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.dropUserMapping().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropUserMappingin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropView
public T visitDropView(OpenGaussStatementParser.DropViewContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.dropView().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropViewin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitImportForeignSchema
public T visitImportForeignSchema(OpenGaussStatementParser.ImportForeignSchemaContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.importForeignSchema().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitImportForeignSchemain interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitImportQualification
public T visitImportQualification(OpenGaussStatementParser.ImportQualificationContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.importQualification().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitImportQualificationin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitImportQualificationType
public T visitImportQualificationType(OpenGaussStatementParser.ImportQualificationTypeContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.importQualificationType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitImportQualificationTypein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitListen
public T visitListen(OpenGaussStatementParser.ListenContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.listen().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitListenin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMove
public T visitMove(OpenGaussStatementParser.MoveContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.move().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMovein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrepare
public T visitPrepare(OpenGaussStatementParser.PrepareContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.prepare().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPreparein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDeallocate
public T visitDeallocate(OpenGaussStatementParser.DeallocateContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.deallocate().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDeallocatein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrepTypeClause
public T visitPrepTypeClause(OpenGaussStatementParser.PrepTypeClauseContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.prepTypeClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPrepTypeClausein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRefreshMaterializedView
public T visitRefreshMaterializedView(OpenGaussStatementParser.RefreshMaterializedViewContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.refreshMaterializedView().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRefreshMaterializedViewin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReIndex
public T visitReIndex(OpenGaussStatementParser.ReIndexContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.reIndex().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitReIndexin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReIndexClauses
public T visitReIndexClauses(OpenGaussStatementParser.ReIndexClausesContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.reIndexClauses().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitReIndexClausesin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReindexOptionList
public T visitReindexOptionList(OpenGaussStatementParser.ReindexOptionListContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.reindexOptionList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitReindexOptionListin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReindexOptionElem
public T visitReindexOptionElem(OpenGaussStatementParser.ReindexOptionElemContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.reindexOptionElem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitReindexOptionElemin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReindexTargetMultitable
public T visitReindexTargetMultitable(OpenGaussStatementParser.ReindexTargetMultitableContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.reindexTargetMultitable().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitReindexTargetMultitablein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReindexTargetType
public T visitReindexTargetType(OpenGaussStatementParser.ReindexTargetTypeContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.reindexTargetType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitReindexTargetTypein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterForeignTable
public T visitAlterForeignTable(OpenGaussStatementParser.AlterForeignTableContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.alterForeignTable().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterForeignTablein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterForeignTableClauses
public T visitAlterForeignTableClauses(OpenGaussStatementParser.AlterForeignTableClausesContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.alterForeignTableClauses().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterForeignTableClausesin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateOperator
public T visitCreateOperator(OpenGaussStatementParser.CreateOperatorContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.createOperator().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateOperatorin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateOperatorClass
public T visitCreateOperatorClass(OpenGaussStatementParser.CreateOperatorClassContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.createOperatorClass().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateOperatorClassin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateOperatorFamily
public T visitCreateOperatorFamily(OpenGaussStatementParser.CreateOperatorFamilyContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.createOperatorFamily().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateOperatorFamilyin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSecurityLabelStmt
public T visitSecurityLabelStmt(OpenGaussStatementParser.SecurityLabelStmtContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.securityLabelStmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSecurityLabelStmtin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSecurityLabel
public T visitSecurityLabel(OpenGaussStatementParser.SecurityLabelContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.securityLabel().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSecurityLabelin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSecurityLabelClausces
public T visitSecurityLabelClausces(OpenGaussStatementParser.SecurityLabelClauscesContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.securityLabelClausces().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSecurityLabelClauscesin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUnlisten
public T visitUnlisten(OpenGaussStatementParser.UnlistenContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.unlisten().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUnlistenin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateSchema
public T visitCreateSchema(OpenGaussStatementParser.CreateSchemaContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.createSchema().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateSchemain interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateSchemaClauses
public T visitCreateSchemaClauses(OpenGaussStatementParser.CreateSchemaClausesContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.createSchemaClauses().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateSchemaClausesin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSchemaEltList
public T visitSchemaEltList(OpenGaussStatementParser.SchemaEltListContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.schemaEltList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSchemaEltListin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSchemaStmt
public T visitSchemaStmt(OpenGaussStatementParser.SchemaStmtContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.schemaStmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSchemaStmtin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrivilegeClause
public T visitPrivilegeClause(OpenGaussStatementParser.PrivilegeClauseContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.privilegeClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPrivilegeClausein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRoleClause
public T visitRoleClause(OpenGaussStatementParser.RoleClauseContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.roleClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRoleClausein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrivilegeTypes
public T visitPrivilegeTypes(OpenGaussStatementParser.PrivilegeTypesContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.privilegeTypes().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPrivilegeTypesin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOnObjectClause
public T visitOnObjectClause(OpenGaussStatementParser.OnObjectClauseContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.onObjectClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOnObjectClausein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNumericOnlyList
public T visitNumericOnlyList(OpenGaussStatementParser.NumericOnlyListContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.numericOnlyList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNumericOnlyListin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrivilegeLevel
public T visitPrivilegeLevel(OpenGaussStatementParser.PrivilegeLevelContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.privilegeLevel().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPrivilegeLevelin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRoutineName
public T visitRoutineName(OpenGaussStatementParser.RoutineNameContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.routineName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRoutineNamein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrivilegeType
public T visitPrivilegeType(OpenGaussStatementParser.PrivilegeTypeContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.privilegeType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPrivilegeTypein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateDirectory
public T visitCreateDirectory(OpenGaussStatementParser.CreateDirectoryContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.createDirectory().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateDirectoryin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterSchema
public T visitAlterSchema(OpenGaussStatementParser.AlterSchemaContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.alterSchema().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterSchemain interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropSchema
public T visitDropSchema(OpenGaussStatementParser.DropSchemaContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.dropSchema().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropSchemain interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFetch
public T visitFetch(OpenGaussStatementParser.FetchContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.fetch().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFetchin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterPackage
public T visitAlterPackage(OpenGaussStatementParser.AlterPackageContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.alterPackage().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterPackagein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNext
public T visitNext(OpenGaussStatementParser.NextContext ctx)
Visit a parse tree produced by thenextlabeled alternative inOpenGaussStatementParser.direction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNextin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrior
public T visitPrior(OpenGaussStatementParser.PriorContext ctx)
Visit a parse tree produced by thepriorlabeled alternative inOpenGaussStatementParser.direction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPriorin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFirst
public T visitFirst(OpenGaussStatementParser.FirstContext ctx)
Visit a parse tree produced by thefirstlabeled alternative inOpenGaussStatementParser.direction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFirstin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLast
public T visitLast(OpenGaussStatementParser.LastContext ctx)
Visit a parse tree produced by thelastlabeled alternative inOpenGaussStatementParser.direction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLastin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAbsoluteCount
public T visitAbsoluteCount(OpenGaussStatementParser.AbsoluteCountContext ctx)
Visit a parse tree produced by theabsoluteCountlabeled alternative inOpenGaussStatementParser.direction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAbsoluteCountin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRelativeCount
public T visitRelativeCount(OpenGaussStatementParser.RelativeCountContext ctx)
Visit a parse tree produced by therelativeCountlabeled alternative inOpenGaussStatementParser.direction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRelativeCountin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCount
public T visitCount(OpenGaussStatementParser.CountContext ctx)
Visit a parse tree produced by thecountlabeled alternative inOpenGaussStatementParser.direction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCountin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAll
public T visitAll(OpenGaussStatementParser.AllContext ctx)
Visit a parse tree produced by thealllabeled alternative inOpenGaussStatementParser.direction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAllin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitForward
public T visitForward(OpenGaussStatementParser.ForwardContext ctx)
Visit a parse tree produced by theforwardlabeled alternative inOpenGaussStatementParser.direction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitForwardin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitForwardCount
public T visitForwardCount(OpenGaussStatementParser.ForwardCountContext ctx)
Visit a parse tree produced by theforwardCountlabeled alternative inOpenGaussStatementParser.direction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitForwardCountin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitForwardAll
public T visitForwardAll(OpenGaussStatementParser.ForwardAllContext ctx)
Visit a parse tree produced by theforwardAlllabeled alternative inOpenGaussStatementParser.direction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitForwardAllin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBackward
public T visitBackward(OpenGaussStatementParser.BackwardContext ctx)
Visit a parse tree produced by thebackwardlabeled alternative inOpenGaussStatementParser.direction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBackwardin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBackwardCount
public T visitBackwardCount(OpenGaussStatementParser.BackwardCountContext ctx)
Visit a parse tree produced by thebackwardCountlabeled alternative inOpenGaussStatementParser.direction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBackwardCountin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBackwardAll
public T visitBackwardAll(OpenGaussStatementParser.BackwardAllContext ctx)
Visit a parse tree produced by thebackwardAlllabeled alternative inOpenGaussStatementParser.direction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBackwardAllin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShow
public T visitShow(OpenGaussStatementParser.ShowContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.show().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitShowin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSet
public T visitSet(OpenGaussStatementParser.SetContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.set().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSetin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRuntimeScope
public T visitRuntimeScope(OpenGaussStatementParser.RuntimeScopeContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.runtimeScope().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRuntimeScopein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTimeZoneClause
public T visitTimeZoneClause(OpenGaussStatementParser.TimeZoneClauseContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.timeZoneClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTimeZoneClausein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConfigurationParameterClause
public T visitConfigurationParameterClause(OpenGaussStatementParser.ConfigurationParameterClauseContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.configurationParameterClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitConfigurationParameterClausein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitResetParameter
public T visitResetParameter(OpenGaussStatementParser.ResetParameterContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.resetParameter().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitResetParameterin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExplain
public T visitExplain(OpenGaussStatementParser.ExplainContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.explain().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExplainin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExplainableStmt
public T visitExplainableStmt(OpenGaussStatementParser.ExplainableStmtContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.explainableStmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExplainableStmtin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExplainOptionList
public T visitExplainOptionList(OpenGaussStatementParser.ExplainOptionListContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.explainOptionList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExplainOptionListin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExplainOptionElem
public T visitExplainOptionElem(OpenGaussStatementParser.ExplainOptionElemContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.explainOptionElem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExplainOptionElemin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExplainOptionArg
public T visitExplainOptionArg(OpenGaussStatementParser.ExplainOptionArgContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.explainOptionArg().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExplainOptionArgin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExplainOptionName
public T visitExplainOptionName(OpenGaussStatementParser.ExplainOptionNameContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.explainOptionName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExplainOptionNamein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAnalyzeKeyword
public T visitAnalyzeKeyword(OpenGaussStatementParser.AnalyzeKeywordContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.analyzeKeyword().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAnalyzeKeywordin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAnalyzeTable
public T visitAnalyzeTable(OpenGaussStatementParser.AnalyzeTableContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.analyzeTable().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAnalyzeTablein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVacuumRelationList
public T visitVacuumRelationList(OpenGaussStatementParser.VacuumRelationListContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.vacuumRelationList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitVacuumRelationListin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVacuumRelation
public T visitVacuumRelation(OpenGaussStatementParser.VacuumRelationContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.vacuumRelation().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitVacuumRelationin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVacAnalyzeOptionList
public T visitVacAnalyzeOptionList(OpenGaussStatementParser.VacAnalyzeOptionListContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.vacAnalyzeOptionList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitVacAnalyzeOptionListin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVacAnalyzeOptionElem
public T visitVacAnalyzeOptionElem(OpenGaussStatementParser.VacAnalyzeOptionElemContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.vacAnalyzeOptionElem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitVacAnalyzeOptionElemin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVacAnalyzeOptionArg
public T visitVacAnalyzeOptionArg(OpenGaussStatementParser.VacAnalyzeOptionArgContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.vacAnalyzeOptionArg().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitVacAnalyzeOptionArgin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVacAnalyzeOptionName
public T visitVacAnalyzeOptionName(OpenGaussStatementParser.VacAnalyzeOptionNameContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.vacAnalyzeOptionName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitVacAnalyzeOptionNamein interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLoad
public T visitLoad(OpenGaussStatementParser.LoadContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.load().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLoadin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVacuum
public T visitVacuum(OpenGaussStatementParser.VacuumContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.vacuum().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitVacuumin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEmptyStatement
public T visitEmptyStatement(OpenGaussStatementParser.EmptyStatementContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.emptyStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEmptyStatementin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCall
public T visitCall(OpenGaussStatementParser.CallContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.call().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCallin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCallClauses
public T visitCallClauses(OpenGaussStatementParser.CallClausesContext ctx)
Visit a parse tree produced byOpenGaussStatementParser.callClauses().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCallClausesin interfaceOpenGaussStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
-