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