Class OpenGaussStatementParser.ExecuteContext
- java.lang.Object
-
- org.antlr.v4.runtime.RuleContext
-
- org.antlr.v4.runtime.ParserRuleContext
-
- org.apache.shardingsphere.sql.parser.autogen.OpenGaussStatementParser.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:
- OpenGaussStatementParser
public static class OpenGaussStatementParser.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 OpenGaussStatementParser.SelectContext select()
-
insert
public OpenGaussStatementParser.InsertContext insert()
-
update
public OpenGaussStatementParser.UpdateContext update()
-
delete
public OpenGaussStatementParser.DeleteContext delete()
-
createIndex
public OpenGaussStatementParser.CreateIndexContext createIndex()
-
alterIndex
public OpenGaussStatementParser.AlterIndexContext alterIndex()
-
dropIndex
public OpenGaussStatementParser.DropIndexContext dropIndex()
-
createTable
public OpenGaussStatementParser.CreateTableContext createTable()
-
alterTable
public OpenGaussStatementParser.AlterTableContext alterTable()
-
dropTable
public OpenGaussStatementParser.DropTableContext dropTable()
-
truncateTable
public OpenGaussStatementParser.TruncateTableContext truncateTable()
-
setTransaction
public OpenGaussStatementParser.SetTransactionContext setTransaction()
-
beginTransaction
public OpenGaussStatementParser.BeginTransactionContext beginTransaction()
-
startTransaction
public OpenGaussStatementParser.StartTransactionContext startTransaction()
-
end
public OpenGaussStatementParser.EndContext end()
-
commit
public OpenGaussStatementParser.CommitContext commit()
-
commitPrepared
public OpenGaussStatementParser.CommitPreparedContext commitPrepared()
-
rollback
public OpenGaussStatementParser.RollbackContext rollback()
-
rollbackPrepared
public OpenGaussStatementParser.RollbackPreparedContext rollbackPrepared()
-
abort
public OpenGaussStatementParser.AbortContext abort()
-
savepoint
public OpenGaussStatementParser.SavepointContext savepoint()
-
releaseSavepoint
public OpenGaussStatementParser.ReleaseSavepointContext releaseSavepoint()
-
rollbackToSavepoint
public OpenGaussStatementParser.RollbackToSavepointContext rollbackToSavepoint()
-
grant
public OpenGaussStatementParser.GrantContext grant()
-
revoke
public OpenGaussStatementParser.RevokeContext revoke()
-
createUser
public OpenGaussStatementParser.CreateUserContext createUser()
-
dropUser
public OpenGaussStatementParser.DropUserContext dropUser()
-
alterUser
public OpenGaussStatementParser.AlterUserContext alterUser()
-
createRole
public OpenGaussStatementParser.CreateRoleContext createRole()
-
dropRole
public OpenGaussStatementParser.DropRoleContext dropRole()
-
alterRole
public OpenGaussStatementParser.AlterRoleContext alterRole()
-
show
public OpenGaussStatementParser.ShowContext show()
-
set
public OpenGaussStatementParser.SetContext set()
-
resetParameter
public OpenGaussStatementParser.ResetParameterContext resetParameter()
-
call
public OpenGaussStatementParser.CallContext call()
-
alterAggregate
public OpenGaussStatementParser.AlterAggregateContext alterAggregate()
-
alterFunction
public OpenGaussStatementParser.AlterFunctionContext alterFunction()
-
alterDatabase
public OpenGaussStatementParser.AlterDatabaseContext alterDatabase()
-
alterDomain
public OpenGaussStatementParser.AlterDomainContext alterDomain()
-
alterDefaultPrivileges
public OpenGaussStatementParser.AlterDefaultPrivilegesContext alterDefaultPrivileges()
-
alterForeignTable
public OpenGaussStatementParser.AlterForeignTableContext alterForeignTable()
-
alterGroup
public OpenGaussStatementParser.AlterGroupContext alterGroup()
-
alterMaterializedView
public OpenGaussStatementParser.AlterMaterializedViewContext alterMaterializedView()
-
alterProcedure
public OpenGaussStatementParser.AlterProcedureContext alterProcedure()
-
alterServer
public OpenGaussStatementParser.AlterServerContext alterServer()
-
alterSequence
public OpenGaussStatementParser.AlterSequenceContext alterSequence()
-
alterView
public OpenGaussStatementParser.AlterViewContext alterView()
-
comment
public OpenGaussStatementParser.CommentContext comment()
-
createDatabase
public OpenGaussStatementParser.CreateDatabaseContext createDatabase()
-
createFunction
public OpenGaussStatementParser.CreateFunctionContext createFunction()
-
createProcedure
public OpenGaussStatementParser.CreateProcedureContext createProcedure()
-
createServer
public OpenGaussStatementParser.CreateServerContext createServer()
-
createTrigger
public OpenGaussStatementParser.CreateTriggerContext createTrigger()
-
createView
public OpenGaussStatementParser.CreateViewContext createView()
-
createSequence
public OpenGaussStatementParser.CreateSequenceContext createSequence()
-
createDomain
public OpenGaussStatementParser.CreateDomainContext createDomain()
-
createRule
public OpenGaussStatementParser.CreateRuleContext createRule()
-
createSchema
public OpenGaussStatementParser.CreateSchemaContext createSchema()
-
alterSchema
public OpenGaussStatementParser.AlterSchemaContext alterSchema()
-
dropSchema
public OpenGaussStatementParser.DropSchemaContext dropSchema()
-
createType
public OpenGaussStatementParser.CreateTypeContext createType()
-
dropType
public OpenGaussStatementParser.DropTypeContext dropType()
-
createTextSearch
public OpenGaussStatementParser.CreateTextSearchContext createTextSearch()
-
dropDatabase
public OpenGaussStatementParser.DropDatabaseContext dropDatabase()
-
dropFunction
public OpenGaussStatementParser.DropFunctionContext dropFunction()
-
dropProcedure
public OpenGaussStatementParser.DropProcedureContext dropProcedure()
-
dropRule
public OpenGaussStatementParser.DropRuleContext dropRule()
-
dropServer
public OpenGaussStatementParser.DropServerContext dropServer()
-
dropTrigger
public OpenGaussStatementParser.DropTriggerContext dropTrigger()
-
dropView
public OpenGaussStatementParser.DropViewContext dropView()
-
dropSequence
public OpenGaussStatementParser.DropSequenceContext dropSequence()
-
dropDomain
public OpenGaussStatementParser.DropDomainContext dropDomain()
-
vacuum
public OpenGaussStatementParser.VacuumContext vacuum()
-
prepare
public OpenGaussStatementParser.PrepareContext prepare()
-
executeStmt
public OpenGaussStatementParser.ExecuteStmtContext executeStmt()
-
deallocate
public OpenGaussStatementParser.DeallocateContext deallocate()
-
explain
public OpenGaussStatementParser.ExplainContext explain()
-
analyzeTable
public OpenGaussStatementParser.AnalyzeTableContext analyzeTable()
-
load
public OpenGaussStatementParser.LoadContext load()
-
createTablespace
public OpenGaussStatementParser.CreateTablespaceContext createTablespace()
-
alterTablespace
public OpenGaussStatementParser.AlterTablespaceContext alterTablespace()
-
dropTablespace
public OpenGaussStatementParser.DropTablespaceContext dropTablespace()
-
setConstraints
public OpenGaussStatementParser.SetConstraintsContext setConstraints()
-
copy
public OpenGaussStatementParser.CopyContext copy()
-
createLanguage
public OpenGaussStatementParser.CreateLanguageContext createLanguage()
-
alterLanguage
public OpenGaussStatementParser.AlterLanguageContext alterLanguage()
-
dropLanguage
public OpenGaussStatementParser.DropLanguageContext dropLanguage()
-
createConversion
public OpenGaussStatementParser.CreateConversionContext createConversion()
-
alterConversion
public OpenGaussStatementParser.AlterConversionContext alterConversion()
-
dropConversion
public OpenGaussStatementParser.DropConversionContext dropConversion()
-
alterTextSearchDictionary
public OpenGaussStatementParser.AlterTextSearchDictionaryContext alterTextSearchDictionary()
-
alterTextSearchTemplate
public OpenGaussStatementParser.AlterTextSearchTemplateContext alterTextSearchTemplate()
-
alterTextSearchParser
public OpenGaussStatementParser.AlterTextSearchParserContext alterTextSearchParser()
-
createExtension
public OpenGaussStatementParser.CreateExtensionContext createExtension()
-
alterExtension
public OpenGaussStatementParser.AlterExtensionContext alterExtension()
-
dropExtension
public OpenGaussStatementParser.DropExtensionContext dropExtension()
-
dropTextSearch
public OpenGaussStatementParser.DropTextSearchContext dropTextSearch()
-
createSynonym
public OpenGaussStatementParser.CreateSynonymContext createSynonym()
-
alterSynonym
public OpenGaussStatementParser.AlterSynonymContext alterSynonym()
-
dropSynonym
public OpenGaussStatementParser.DropSynonymContext dropSynonym()
-
declare
public OpenGaussStatementParser.DeclareContext declare()
-
cursor
public OpenGaussStatementParser.CursorContext cursor()
-
close
public OpenGaussStatementParser.CloseContext close()
-
move
public OpenGaussStatementParser.MoveContext move()
-
fetch
public OpenGaussStatementParser.FetchContext fetch()
-
createDirectory
public OpenGaussStatementParser.CreateDirectoryContext createDirectory()
-
alterDirectory
public OpenGaussStatementParser.AlterDirectoryContext alterDirectory()
-
dropDirectory
public OpenGaussStatementParser.DropDirectoryContext dropDirectory()
-
createCast
public OpenGaussStatementParser.CreateCastContext createCast()
-
dropCast
public OpenGaussStatementParser.DropCastContext dropCast()
-
alterRule
public OpenGaussStatementParser.AlterRuleContext alterRule()
-
checkpoint
public OpenGaussStatementParser.CheckpointContext checkpoint()
-
alterType
public OpenGaussStatementParser.AlterTypeContext alterType()
-
createPublication
public OpenGaussStatementParser.CreatePublicationContext createPublication()
-
dropPublication
public OpenGaussStatementParser.DropPublicationContext dropPublication()
-
createAggregate
public OpenGaussStatementParser.CreateAggregateContext createAggregate()
-
alterPackage
public OpenGaussStatementParser.AlterPackageContext alterPackage()
-
emptyStatement
public OpenGaussStatementParser.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
-
-