Class SQLServerStatementParser.ExecuteContext
- java.lang.Object
-
- org.antlr.v4.runtime.RuleContext
-
- org.antlr.v4.runtime.ParserRuleContext
-
- org.apache.shardingsphere.sql.parser.autogen.SQLServerStatementParser.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:
- SQLServerStatementParser
public static class SQLServerStatementParser.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
-
select
public SQLServerStatementParser.SelectContext select()
-
insert
public SQLServerStatementParser.InsertContext insert()
-
update
public SQLServerStatementParser.UpdateContext update()
-
delete
public SQLServerStatementParser.DeleteContext delete()
-
createIndex
public SQLServerStatementParser.CreateIndexContext createIndex()
-
alterIndex
public SQLServerStatementParser.AlterIndexContext alterIndex()
-
dropIndex
public SQLServerStatementParser.DropIndexContext dropIndex()
-
createTable
public SQLServerStatementParser.CreateTableContext createTable()
-
createDatabase
public SQLServerStatementParser.CreateDatabaseContext createDatabase()
-
createProcedure
public SQLServerStatementParser.CreateProcedureContext createProcedure()
-
createView
public SQLServerStatementParser.CreateViewContext createView()
-
createTrigger
public SQLServerStatementParser.CreateTriggerContext createTrigger()
-
createSequence
public SQLServerStatementParser.CreateSequenceContext createSequence()
-
createService
public SQLServerStatementParser.CreateServiceContext createService()
-
createSchema
public SQLServerStatementParser.CreateSchemaContext createSchema()
-
alterTable
public SQLServerStatementParser.AlterTableContext alterTable()
-
alterTrigger
public SQLServerStatementParser.AlterTriggerContext alterTrigger()
-
alterSequence
public SQLServerStatementParser.AlterSequenceContext alterSequence()
-
alterDatabase
public SQLServerStatementParser.AlterDatabaseContext alterDatabase()
-
alterService
public SQLServerStatementParser.AlterServiceContext alterService()
-
alterSchema
public SQLServerStatementParser.AlterSchemaContext alterSchema()
-
alterView
public SQLServerStatementParser.AlterViewContext alterView()
-
dropTable
public SQLServerStatementParser.DropTableContext dropTable()
-
dropDatabase
public SQLServerStatementParser.DropDatabaseContext dropDatabase()
-
dropFunction
public SQLServerStatementParser.DropFunctionContext dropFunction()
-
dropProcedure
public SQLServerStatementParser.DropProcedureContext dropProcedure()
-
dropView
public SQLServerStatementParser.DropViewContext dropView()
-
dropTrigger
public SQLServerStatementParser.DropTriggerContext dropTrigger()
-
dropSequence
public SQLServerStatementParser.DropSequenceContext dropSequence()
-
dropService
public SQLServerStatementParser.DropServiceContext dropService()
-
dropSchema
public SQLServerStatementParser.DropSchemaContext dropSchema()
-
truncateTable
public SQLServerStatementParser.TruncateTableContext truncateTable()
-
createFunction
public SQLServerStatementParser.CreateFunctionContext createFunction()
-
setTransaction
public SQLServerStatementParser.SetTransactionContext setTransaction()
-
beginTransaction
public SQLServerStatementParser.BeginTransactionContext beginTransaction()
-
beginDistributedTransaction
public SQLServerStatementParser.BeginDistributedTransactionContext beginDistributedTransaction()
-
setImplicitTransactions
public SQLServerStatementParser.SetImplicitTransactionsContext setImplicitTransactions()
-
commit
public SQLServerStatementParser.CommitContext commit()
-
commitWork
public SQLServerStatementParser.CommitWorkContext commitWork()
-
rollback
public SQLServerStatementParser.RollbackContext rollback()
-
rollbackWork
public SQLServerStatementParser.RollbackWorkContext rollbackWork()
-
savepoint
public SQLServerStatementParser.SavepointContext savepoint()
-
grant
public SQLServerStatementParser.GrantContext grant()
-
revoke
public SQLServerStatementParser.RevokeContext revoke()
-
deny
public SQLServerStatementParser.DenyContext deny()
-
createUser
public SQLServerStatementParser.CreateUserContext createUser()
-
dropUser
public SQLServerStatementParser.DropUserContext dropUser()
-
alterUser
public SQLServerStatementParser.AlterUserContext alterUser()
-
createRole
public SQLServerStatementParser.CreateRoleContext createRole()
-
dropRole
public SQLServerStatementParser.DropRoleContext dropRole()
-
alterRole
public SQLServerStatementParser.AlterRoleContext alterRole()
-
createLogin
public SQLServerStatementParser.CreateLoginContext createLogin()
-
dropLogin
public SQLServerStatementParser.DropLoginContext dropLogin()
-
alterLogin
public SQLServerStatementParser.AlterLoginContext alterLogin()
-
call
public SQLServerStatementParser.CallContext call()
-
explain
public SQLServerStatementParser.ExplainContext explain()
-
setUser
public SQLServerStatementParser.SetUserContext setUser()
-
revert
public SQLServerStatementParser.RevertContext revert()
-
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
-
-