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
-
Field Summary
Fields inherited from class org.antlr.v4.runtime.ParserRuleContext
children, exception, start, stopFields inherited from class org.antlr.v4.runtime.RuleContext
EMPTY, invokingState, parent -
Constructor Summary
ConstructorsConstructorDescriptionExecuteContext(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState) -
Method Summary
Modifier and TypeMethodDescriptionabort()<T> Taccept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor) call()close()cluster()comment()commit()copy()declare()delete()discard()dropCast()dropRole()dropRule()dropType()dropUser()dropView()end()org.antlr.v4.runtime.tree.TerminalNodeEOF()explain()fetch()intgrant()insert()listen()load()lock()move()prepare()reindex()revoke()rollback()select()org.antlr.v4.runtime.tree.TerminalNodeSEMI_()set()show()unlisten()update()vacuum()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, toInfoStringMethods inherited from class org.antlr.v4.runtime.RuleContext
depth, getAltNumber, getPayload, getRuleContext, getText, isEmpty, setAltNumber, setParent, toString, toString, toString, toString, toString, toStringTree, toStringTree, toStringTree
-
Constructor Details
-
ExecuteContext
public ExecuteContext(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState)
-
-
Method Details
-
EOF
public org.antlr.v4.runtime.tree.TerminalNode EOF() -
select
-
insert
-
update
-
delete
-
createIndex
-
alterIndex
-
dropIndex
-
createTable
-
alterTable
-
dropTable
-
truncateTable
-
setTransaction
-
beginTransaction
-
startTransaction
-
end
-
commit
-
commitPrepared
-
rollback
-
rollbackPrepared
-
abort
-
savepoint
-
releaseSavepoint
-
rollbackToSavepoint
-
grant
-
revoke
-
createUser
-
dropUser
-
alterUser
-
createRole
-
dropRole
-
alterRole
-
show
-
set
-
resetParameter
-
call
-
alterAggregate
-
alterCollation
-
alterFunction
-
alterDatabase
-
alterDomain
-
alterDefaultPrivileges
-
alterForeignDataWrapper
-
alterForeignTable
-
alterGroup
-
alterMaterializedView
-
alterProcedure
-
alterServer
-
alterSequence
-
alterView
-
comment
-
createDatabase
-
createFunction
-
createProcedure
-
createServer
-
createTrigger
-
createView
-
createSequence
-
createDomain
-
createRule
-
createSchema
-
alterSchema
-
dropSchema
-
createType
-
createTextSearch
-
declare
-
discard
-
dropDatabase
-
dropFunction
-
dropProcedure
-
dropServer
-
dropTrigger
-
dropView
-
dropSequence
-
dropDomain
-
vacuum
-
prepare
-
executeStmt
-
deallocate
-
explain
-
analyzeTable
-
listen
-
notifyStmt
-
unlisten
-
load
-
lock
-
createTablespace
-
alterTablespace
-
dropTablespace
-
setConstraints
-
copy
-
createLanguage
-
alterLanguage
-
dropLanguage
-
createConversion
-
alterConversion
-
dropConversion
-
alterTextSearchDictionary
-
alterTextSearchTemplate
-
alterTextSearchParser
-
createExtension
-
alterExtension
-
dropExtension
-
dropPolicy
-
dropOwned
-
dropForeignTable
-
dropOperator
-
dropMaterializedView
-
dropGroup
-
dropCast
-
dropEventTrigger
-
dropAggregate
-
dropCollation
-
dropForeignDataWrapper
-
dropRule
-
dropType
-
dropRoutine
-
dropStatistics
-
dropPublication
-
dropOperatorClass
-
dropSubscription
-
dropTextSearch
-
dropOperatorFamily
-
dropAccessMethod
-
alterPolicy
-
checkpoint
-
fetch
-
move
-
close
-
cluster
-
alterOperator
-
createAccessMethod
-
alterPublication
-
createAggregate
-
createCast
-
alterRoutine
-
alterRule
-
createCollation
-
prepareTransaction
-
reassignOwned
-
refreshMatViewStmt
-
reindex
-
securityLabelStmt
-
createEventTrigger
-
createForeignDataWrapper
-
createForeignTable
-
alterStatistics
-
createGroup
-
alterSubscription
-
createMaterializedView
-
createOperator
-
alterTextSearchConfiguration
-
createPolicy
-
alterType
-
alterTrigger
-
createPublication
-
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
-