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