Class PostgreSQLStatementParser.ExecuteContext
- java.lang.Object
-
- org.antlr.v4.runtime.RuleContext
-
- org.antlr.v4.runtime.ParserRuleContext
-
- org.apache.shardingsphere.sql.parser.autogen.PostgreSQLStatementParser.ExecuteContext
-
- All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTree,org.antlr.v4.runtime.tree.RuleNode,org.antlr.v4.runtime.tree.SyntaxTree,org.antlr.v4.runtime.tree.Tree
- Enclosing class:
- PostgreSQLStatementParser
public static class PostgreSQLStatementParser.ExecuteContext extends org.antlr.v4.runtime.ParserRuleContext
-
-
Constructor Summary
Constructors Constructor Description ExecuteContext(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState)
-
Method Summary
-
Methods inherited from class org.antlr.v4.runtime.ParserRuleContext
addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, enterRule, exitRule, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoString
-
-
-
-
Method Detail
-
EOF
public org.antlr.v4.runtime.tree.TerminalNode EOF()
-
select
public PostgreSQLStatementParser.SelectContext select()
-
insert
public PostgreSQLStatementParser.InsertContext insert()
-
update
public PostgreSQLStatementParser.UpdateContext update()
-
delete
public PostgreSQLStatementParser.DeleteContext delete()
-
createIndex
public PostgreSQLStatementParser.CreateIndexContext createIndex()
-
alterIndex
public PostgreSQLStatementParser.AlterIndexContext alterIndex()
-
dropIndex
public PostgreSQLStatementParser.DropIndexContext dropIndex()
-
createTable
public PostgreSQLStatementParser.CreateTableContext createTable()
-
alterTable
public PostgreSQLStatementParser.AlterTableContext alterTable()
-
dropTable
public PostgreSQLStatementParser.DropTableContext dropTable()
-
truncateTable
public PostgreSQLStatementParser.TruncateTableContext truncateTable()
-
setTransaction
public PostgreSQLStatementParser.SetTransactionContext setTransaction()
-
beginTransaction
public PostgreSQLStatementParser.BeginTransactionContext beginTransaction()
-
startTransaction
public PostgreSQLStatementParser.StartTransactionContext startTransaction()
-
end
public PostgreSQLStatementParser.EndContext end()
-
commit
public PostgreSQLStatementParser.CommitContext commit()
-
commitPrepared
public PostgreSQLStatementParser.CommitPreparedContext commitPrepared()
-
rollback
public PostgreSQLStatementParser.RollbackContext rollback()
-
rollbackPrepared
public PostgreSQLStatementParser.RollbackPreparedContext rollbackPrepared()
-
abort
public PostgreSQLStatementParser.AbortContext abort()
-
savepoint
public PostgreSQLStatementParser.SavepointContext savepoint()
-
releaseSavepoint
public PostgreSQLStatementParser.ReleaseSavepointContext releaseSavepoint()
-
rollbackToSavepoint
public PostgreSQLStatementParser.RollbackToSavepointContext rollbackToSavepoint()
-
grant
public PostgreSQLStatementParser.GrantContext grant()
-
revoke
public PostgreSQLStatementParser.RevokeContext revoke()
-
createUser
public PostgreSQLStatementParser.CreateUserContext createUser()
-
dropUser
public PostgreSQLStatementParser.DropUserContext dropUser()
-
alterUser
public PostgreSQLStatementParser.AlterUserContext alterUser()
-
createRole
public PostgreSQLStatementParser.CreateRoleContext createRole()
-
dropRole
public PostgreSQLStatementParser.DropRoleContext dropRole()
-
alterRole
public PostgreSQLStatementParser.AlterRoleContext alterRole()
-
show
public PostgreSQLStatementParser.ShowContext show()
-
set
public PostgreSQLStatementParser.SetContext set()
-
resetParameter
public PostgreSQLStatementParser.ResetParameterContext resetParameter()
-
call
public PostgreSQLStatementParser.CallContext call()
-
alterAggregate
public PostgreSQLStatementParser.AlterAggregateContext alterAggregate()
-
alterCollation
public PostgreSQLStatementParser.AlterCollationContext alterCollation()
-
alterFunction
public PostgreSQLStatementParser.AlterFunctionContext alterFunction()
-
alterDatabase
public PostgreSQLStatementParser.AlterDatabaseContext alterDatabase()
-
alterDomain
public PostgreSQLStatementParser.AlterDomainContext alterDomain()
-
alterDefaultPrivileges
public PostgreSQLStatementParser.AlterDefaultPrivilegesContext alterDefaultPrivileges()
-
alterForeignDataWrapper
public PostgreSQLStatementParser.AlterForeignDataWrapperContext alterForeignDataWrapper()
-
alterForeignTable
public PostgreSQLStatementParser.AlterForeignTableContext alterForeignTable()
-
alterGroup
public PostgreSQLStatementParser.AlterGroupContext alterGroup()
-
alterMaterializedView
public PostgreSQLStatementParser.AlterMaterializedViewContext alterMaterializedView()
-
alterProcedure
public PostgreSQLStatementParser.AlterProcedureContext alterProcedure()
-
alterServer
public PostgreSQLStatementParser.AlterServerContext alterServer()
-
alterSequence
public PostgreSQLStatementParser.AlterSequenceContext alterSequence()
-
alterView
public PostgreSQLStatementParser.AlterViewContext alterView()
-
comment
public PostgreSQLStatementParser.CommentContext comment()
-
createDatabase
public PostgreSQLStatementParser.CreateDatabaseContext createDatabase()
-
createFunction
public PostgreSQLStatementParser.CreateFunctionContext createFunction()
-
createProcedure
public PostgreSQLStatementParser.CreateProcedureContext createProcedure()
-
createServer
public PostgreSQLStatementParser.CreateServerContext createServer()
-
createTrigger
public PostgreSQLStatementParser.CreateTriggerContext createTrigger()
-
createView
public PostgreSQLStatementParser.CreateViewContext createView()
-
createSequence
public PostgreSQLStatementParser.CreateSequenceContext createSequence()
-
createDomain
public PostgreSQLStatementParser.CreateDomainContext createDomain()
-
createRule
public PostgreSQLStatementParser.CreateRuleContext createRule()
-
createSchema
public PostgreSQLStatementParser.CreateSchemaContext createSchema()
-
alterSchema
public PostgreSQLStatementParser.AlterSchemaContext alterSchema()
-
dropSchema
public PostgreSQLStatementParser.DropSchemaContext dropSchema()
-
createType
public PostgreSQLStatementParser.CreateTypeContext createType()
-
createTextSearch
public PostgreSQLStatementParser.CreateTextSearchContext createTextSearch()
-
declare
public PostgreSQLStatementParser.DeclareContext declare()
-
discard
public PostgreSQLStatementParser.DiscardContext discard()
-
dropDatabase
public PostgreSQLStatementParser.DropDatabaseContext dropDatabase()
-
dropFunction
public PostgreSQLStatementParser.DropFunctionContext dropFunction()
-
dropProcedure
public PostgreSQLStatementParser.DropProcedureContext dropProcedure()
-
dropServer
public PostgreSQLStatementParser.DropServerContext dropServer()
-
dropTrigger
public PostgreSQLStatementParser.DropTriggerContext dropTrigger()
-
dropView
public PostgreSQLStatementParser.DropViewContext dropView()
-
dropSequence
public PostgreSQLStatementParser.DropSequenceContext dropSequence()
-
dropDomain
public PostgreSQLStatementParser.DropDomainContext dropDomain()
-
vacuum
public PostgreSQLStatementParser.VacuumContext vacuum()
-
prepare
public PostgreSQLStatementParser.PrepareContext prepare()
-
executeStmt
public PostgreSQLStatementParser.ExecuteStmtContext executeStmt()
-
deallocate
public PostgreSQLStatementParser.DeallocateContext deallocate()
-
explain
public PostgreSQLStatementParser.ExplainContext explain()
-
analyzeTable
public PostgreSQLStatementParser.AnalyzeTableContext analyzeTable()
-
listen
public PostgreSQLStatementParser.ListenContext listen()
-
notifyStmt
public PostgreSQLStatementParser.NotifyStmtContext notifyStmt()
-
unlisten
public PostgreSQLStatementParser.UnlistenContext unlisten()
-
load
public PostgreSQLStatementParser.LoadContext load()
-
lock
public PostgreSQLStatementParser.LockContext lock()
-
createTablespace
public PostgreSQLStatementParser.CreateTablespaceContext createTablespace()
-
alterTablespace
public PostgreSQLStatementParser.AlterTablespaceContext alterTablespace()
-
dropTablespace
public PostgreSQLStatementParser.DropTablespaceContext dropTablespace()
-
setConstraints
public PostgreSQLStatementParser.SetConstraintsContext setConstraints()
-
copy
public PostgreSQLStatementParser.CopyContext copy()
-
createLanguage
public PostgreSQLStatementParser.CreateLanguageContext createLanguage()
-
alterLanguage
public PostgreSQLStatementParser.AlterLanguageContext alterLanguage()
-
dropLanguage
public PostgreSQLStatementParser.DropLanguageContext dropLanguage()
-
createConversion
public PostgreSQLStatementParser.CreateConversionContext createConversion()
-
alterConversion
public PostgreSQLStatementParser.AlterConversionContext alterConversion()
-
dropConversion
public PostgreSQLStatementParser.DropConversionContext dropConversion()
-
alterTextSearchDictionary
public PostgreSQLStatementParser.AlterTextSearchDictionaryContext alterTextSearchDictionary()
-
alterTextSearchTemplate
public PostgreSQLStatementParser.AlterTextSearchTemplateContext alterTextSearchTemplate()
-
alterTextSearchParser
public PostgreSQLStatementParser.AlterTextSearchParserContext alterTextSearchParser()
-
createExtension
public PostgreSQLStatementParser.CreateExtensionContext createExtension()
-
alterExtension
public PostgreSQLStatementParser.AlterExtensionContext alterExtension()
-
dropExtension
public PostgreSQLStatementParser.DropExtensionContext dropExtension()
-
dropPolicy
public PostgreSQLStatementParser.DropPolicyContext dropPolicy()
-
dropOwned
public PostgreSQLStatementParser.DropOwnedContext dropOwned()
-
dropForeignTable
public PostgreSQLStatementParser.DropForeignTableContext dropForeignTable()
-
dropOperator
public PostgreSQLStatementParser.DropOperatorContext dropOperator()
-
dropMaterializedView
public PostgreSQLStatementParser.DropMaterializedViewContext dropMaterializedView()
-
dropGroup
public PostgreSQLStatementParser.DropGroupContext dropGroup()
-
dropCast
public PostgreSQLStatementParser.DropCastContext dropCast()
-
dropEventTrigger
public PostgreSQLStatementParser.DropEventTriggerContext dropEventTrigger()
-
dropAggregate
public PostgreSQLStatementParser.DropAggregateContext dropAggregate()
-
dropCollation
public PostgreSQLStatementParser.DropCollationContext dropCollation()
-
dropForeignDataWrapper
public PostgreSQLStatementParser.DropForeignDataWrapperContext dropForeignDataWrapper()
-
dropRule
public PostgreSQLStatementParser.DropRuleContext dropRule()
-
dropType
public PostgreSQLStatementParser.DropTypeContext dropType()
-
dropRoutine
public PostgreSQLStatementParser.DropRoutineContext dropRoutine()
-
dropStatistics
public PostgreSQLStatementParser.DropStatisticsContext dropStatistics()
-
dropPublication
public PostgreSQLStatementParser.DropPublicationContext dropPublication()
-
dropOperatorClass
public PostgreSQLStatementParser.DropOperatorClassContext dropOperatorClass()
-
dropSubscription
public PostgreSQLStatementParser.DropSubscriptionContext dropSubscription()
-
dropTextSearch
public PostgreSQLStatementParser.DropTextSearchContext dropTextSearch()
-
dropOperatorFamily
public PostgreSQLStatementParser.DropOperatorFamilyContext dropOperatorFamily()
-
dropAccessMethod
public PostgreSQLStatementParser.DropAccessMethodContext dropAccessMethod()
-
alterPolicy
public PostgreSQLStatementParser.AlterPolicyContext alterPolicy()
-
checkpoint
public PostgreSQLStatementParser.CheckpointContext checkpoint()
-
fetch
public PostgreSQLStatementParser.FetchContext fetch()
-
move
public PostgreSQLStatementParser.MoveContext move()
-
close
public PostgreSQLStatementParser.CloseContext close()
-
cluster
public PostgreSQLStatementParser.ClusterContext cluster()
-
alterOperator
public PostgreSQLStatementParser.AlterOperatorContext alterOperator()
-
createAccessMethod
public PostgreSQLStatementParser.CreateAccessMethodContext createAccessMethod()
-
alterPublication
public PostgreSQLStatementParser.AlterPublicationContext alterPublication()
-
createAggregate
public PostgreSQLStatementParser.CreateAggregateContext createAggregate()
-
createCast
public PostgreSQLStatementParser.CreateCastContext createCast()
-
alterRoutine
public PostgreSQLStatementParser.AlterRoutineContext alterRoutine()
-
alterRule
public PostgreSQLStatementParser.AlterRuleContext alterRule()
-
createCollation
public PostgreSQLStatementParser.CreateCollationContext createCollation()
-
prepareTransaction
public PostgreSQLStatementParser.PrepareTransactionContext prepareTransaction()
-
reassignOwned
public PostgreSQLStatementParser.ReassignOwnedContext reassignOwned()
-
refreshMatViewStmt
public PostgreSQLStatementParser.RefreshMatViewStmtContext refreshMatViewStmt()
-
reindex
public PostgreSQLStatementParser.ReindexContext reindex()
-
securityLabelStmt
public PostgreSQLStatementParser.SecurityLabelStmtContext securityLabelStmt()
-
createEventTrigger
public PostgreSQLStatementParser.CreateEventTriggerContext createEventTrigger()
-
createForeignDataWrapper
public PostgreSQLStatementParser.CreateForeignDataWrapperContext createForeignDataWrapper()
-
createForeignTable
public PostgreSQLStatementParser.CreateForeignTableContext createForeignTable()
-
alterStatistics
public PostgreSQLStatementParser.AlterStatisticsContext alterStatistics()
-
createGroup
public PostgreSQLStatementParser.CreateGroupContext createGroup()
-
alterSubscription
public PostgreSQLStatementParser.AlterSubscriptionContext alterSubscription()
-
createMaterializedView
public PostgreSQLStatementParser.CreateMaterializedViewContext createMaterializedView()
-
createOperator
public PostgreSQLStatementParser.CreateOperatorContext createOperator()
-
alterTextSearchConfiguration
public PostgreSQLStatementParser.AlterTextSearchConfigurationContext alterTextSearchConfiguration()
-
createPolicy
public PostgreSQLStatementParser.CreatePolicyContext createPolicy()
-
alterType
public PostgreSQLStatementParser.AlterTypeContext alterType()
-
alterTrigger
public PostgreSQLStatementParser.AlterTriggerContext alterTrigger()
-
createPublication
public PostgreSQLStatementParser.CreatePublicationContext createPublication()
-
emptyStatement
public PostgreSQLStatementParser.EmptyStatementContext emptyStatement()
-
SEMI_
public org.antlr.v4.runtime.tree.TerminalNode SEMI_()
-
getRuleIndex
public int getRuleIndex()
- Overrides:
getRuleIndexin classorg.antlr.v4.runtime.RuleContext
-
accept
public <T> T accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor)
- Specified by:
acceptin interfaceorg.antlr.v4.runtime.tree.ParseTree- Overrides:
acceptin classorg.antlr.v4.runtime.RuleContext
-
-