Class OracleStatementParser.ExecuteContext
- java.lang.Object
-
- org.antlr.v4.runtime.RuleContext
-
- org.antlr.v4.runtime.ParserRuleContext
-
- org.apache.shardingsphere.sql.parser.autogen.OracleStatementParser.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:
- OracleStatementParser
public static class OracleStatementParser.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 OracleStatementParser.SelectContext select()
-
insert
public OracleStatementParser.InsertContext insert()
-
update
public OracleStatementParser.UpdateContext update()
-
delete
public OracleStatementParser.DeleteContext delete()
-
createTable
public OracleStatementParser.CreateTableContext createTable()
-
alterTable
public OracleStatementParser.AlterTableContext alterTable()
-
dropTable
public OracleStatementParser.DropTableContext dropTable()
-
truncateTable
public OracleStatementParser.TruncateTableContext truncateTable()
-
lockTable
public OracleStatementParser.LockTableContext lockTable()
-
createIndex
public OracleStatementParser.CreateIndexContext createIndex()
-
dropIndex
public OracleStatementParser.DropIndexContext dropIndex()
-
alterIndex
public OracleStatementParser.AlterIndexContext alterIndex()
-
commit
public OracleStatementParser.CommitContext commit()
-
rollback
public OracleStatementParser.RollbackContext rollback()
-
setTransaction
public OracleStatementParser.SetTransactionContext setTransaction()
-
savepoint
public OracleStatementParser.SavepointContext savepoint()
-
grant
public OracleStatementParser.GrantContext grant()
-
revoke
public OracleStatementParser.RevokeContext revoke()
-
createUser
public OracleStatementParser.CreateUserContext createUser()
-
dropUser
public OracleStatementParser.DropUserContext dropUser()
-
alterUser
public OracleStatementParser.AlterUserContext alterUser()
-
createRole
public OracleStatementParser.CreateRoleContext createRole()
-
dropRole
public OracleStatementParser.DropRoleContext dropRole()
-
alterRole
public OracleStatementParser.AlterRoleContext alterRole()
-
setRole
public OracleStatementParser.SetRoleContext setRole()
-
call
public OracleStatementParser.CallContext call()
-
merge
public OracleStatementParser.MergeContext merge()
-
alterSynonym
public OracleStatementParser.AlterSynonymContext alterSynonym()
-
alterSession
public OracleStatementParser.AlterSessionContext alterSession()
-
alterDatabase
public OracleStatementParser.AlterDatabaseContext alterDatabase()
-
alterSystem
public OracleStatementParser.AlterSystemContext alterSystem()
-
setConstraints
public OracleStatementParser.SetConstraintsContext setConstraints()
-
analyze
public OracleStatementParser.AnalyzeContext analyze()
-
associateStatistics
public OracleStatementParser.AssociateStatisticsContext associateStatistics()
-
disassociateStatistics
public OracleStatementParser.DisassociateStatisticsContext disassociateStatistics()
-
audit
public OracleStatementParser.AuditContext audit()
-
noAudit
public OracleStatementParser.NoAuditContext noAudit()
-
comment
public OracleStatementParser.CommentContext comment()
-
flashbackDatabase
public OracleStatementParser.FlashbackDatabaseContext flashbackDatabase()
-
flashbackTable
public OracleStatementParser.FlashbackTableContext flashbackTable()
-
purge
public OracleStatementParser.PurgeContext purge()
-
rename
public OracleStatementParser.RenameContext rename()
-
createDatabase
public OracleStatementParser.CreateDatabaseContext createDatabase()
-
createDatabaseLink
public OracleStatementParser.CreateDatabaseLinkContext createDatabaseLink()
-
createDimension
public OracleStatementParser.CreateDimensionContext createDimension()
-
alterDimension
public OracleStatementParser.AlterDimensionContext alterDimension()
-
dropDimension
public OracleStatementParser.DropDimensionContext dropDimension()
-
createFunction
public OracleStatementParser.CreateFunctionContext createFunction()
-
dropDatabaseLink
public OracleStatementParser.DropDatabaseLinkContext dropDatabaseLink()
-
dropDirectory
public OracleStatementParser.DropDirectoryContext dropDirectory()
-
dropView
public OracleStatementParser.DropViewContext dropView()
-
dropTrigger
public OracleStatementParser.DropTriggerContext dropTrigger()
-
alterView
public OracleStatementParser.AlterViewContext alterView()
-
alterTrigger
public OracleStatementParser.AlterTriggerContext alterTrigger()
-
createEdition
public OracleStatementParser.CreateEditionContext createEdition()
-
alterDatabaseLink
public OracleStatementParser.AlterDatabaseLinkContext alterDatabaseLink()
-
alterDatabaseDictionary
public OracleStatementParser.AlterDatabaseDictionaryContext alterDatabaseDictionary()
-
createSynonym
public OracleStatementParser.CreateSynonymContext createSynonym()
-
createDirectory
public OracleStatementParser.CreateDirectoryContext createDirectory()
-
dropSynonym
public OracleStatementParser.DropSynonymContext dropSynonym()
-
dropPackage
public OracleStatementParser.DropPackageContext dropPackage()
-
dropEdition
public OracleStatementParser.DropEditionContext dropEdition()
-
dropOutline
public OracleStatementParser.DropOutlineContext dropOutline()
-
alterOutline
public OracleStatementParser.AlterOutlineContext alterOutline()
-
alterAnalyticView
public OracleStatementParser.AlterAnalyticViewContext alterAnalyticView()
-
alterAttributeDimension
public OracleStatementParser.AlterAttributeDimensionContext alterAttributeDimension()
-
createSequence
public OracleStatementParser.CreateSequenceContext createSequence()
-
alterSequence
public OracleStatementParser.AlterSequenceContext alterSequence()
-
alterPackage
public OracleStatementParser.AlterPackageContext alterPackage()
-
createContext
public OracleStatementParser.CreateContextContext createContext()
-
createSPFile
public OracleStatementParser.CreateSPFileContext createSPFile()
-
createPFile
public OracleStatementParser.CreatePFileContext createPFile()
-
createControlFile
public OracleStatementParser.CreateControlFileContext createControlFile()
-
createFlashbackArchive
public OracleStatementParser.CreateFlashbackArchiveContext createFlashbackArchive()
-
alterFlashbackArchive
public OracleStatementParser.AlterFlashbackArchiveContext alterFlashbackArchive()
-
dropFlashbackArchive
public OracleStatementParser.DropFlashbackArchiveContext dropFlashbackArchive()
-
createDiskgroup
public OracleStatementParser.CreateDiskgroupContext createDiskgroup()
-
dropDiskgroup
public OracleStatementParser.DropDiskgroupContext dropDiskgroup()
-
createRollbackSegment
public OracleStatementParser.CreateRollbackSegmentContext createRollbackSegment()
-
dropRollbackSegment
public OracleStatementParser.DropRollbackSegmentContext dropRollbackSegment()
-
createLockdownProfile
public OracleStatementParser.CreateLockdownProfileContext createLockdownProfile()
-
dropLockdownProfile
public OracleStatementParser.DropLockdownProfileContext dropLockdownProfile()
-
createInmemoryJoinGroup
public OracleStatementParser.CreateInmemoryJoinGroupContext createInmemoryJoinGroup()
-
alterInmemoryJoinGroup
public OracleStatementParser.AlterInmemoryJoinGroupContext alterInmemoryJoinGroup()
-
dropInmemoryJoinGroup
public OracleStatementParser.DropInmemoryJoinGroupContext dropInmemoryJoinGroup()
-
createRestorePoint
public OracleStatementParser.CreateRestorePointContext createRestorePoint()
-
dropRestorePoint
public OracleStatementParser.DropRestorePointContext dropRestorePoint()
-
dropOperator
public OracleStatementParser.DropOperatorContext dropOperator()
-
alterLibrary
public OracleStatementParser.AlterLibraryContext alterLibrary()
-
alterMaterializedZonemap
public OracleStatementParser.AlterMaterializedZonemapContext alterMaterializedZonemap()
-
alterJava
public OracleStatementParser.AlterJavaContext alterJava()
-
alterAuditPolicy
public OracleStatementParser.AlterAuditPolicyContext alterAuditPolicy()
-
alterCluster
public OracleStatementParser.AlterClusterContext alterCluster()
-
alterOperator
public OracleStatementParser.AlterOperatorContext alterOperator()
-
alterDiskgroup
public OracleStatementParser.AlterDiskgroupContext alterDiskgroup()
-
alterIndexType
public OracleStatementParser.AlterIndexTypeContext alterIndexType()
-
alterMaterializedView
public OracleStatementParser.AlterMaterializedViewContext alterMaterializedView()
-
alterMaterializedViewLog
public OracleStatementParser.AlterMaterializedViewLogContext alterMaterializedViewLog()
-
alterFunction
public OracleStatementParser.AlterFunctionContext alterFunction()
-
alterHierarchy
public OracleStatementParser.AlterHierarchyContext alterHierarchy()
-
alterLockdownProfile
public OracleStatementParser.AlterLockdownProfileContext alterLockdownProfile()
-
alterPluggableDatabase
public OracleStatementParser.AlterPluggableDatabaseContext alterPluggableDatabase()
-
createProcedure
public OracleStatementParser.CreateProcedureContext createProcedure()
-
dropProcedure
public OracleStatementParser.DropProcedureContext dropProcedure()
-
alterProcedure
public OracleStatementParser.AlterProcedureContext alterProcedure()
-
dropIndexType
public OracleStatementParser.DropIndexTypeContext dropIndexType()
-
dropPluggableDatabase
public OracleStatementParser.DropPluggableDatabaseContext dropPluggableDatabase()
-
dropJava
public OracleStatementParser.DropJavaContext dropJava()
-
dropLibrary
public OracleStatementParser.DropLibraryContext dropLibrary()
-
dropMaterializedView
public OracleStatementParser.DropMaterializedViewContext dropMaterializedView()
-
dropMaterializedViewLog
public OracleStatementParser.DropMaterializedViewLogContext dropMaterializedViewLog()
-
dropMaterializedZonemap
public OracleStatementParser.DropMaterializedZonemapContext dropMaterializedZonemap()
-
alterResourceCost
public OracleStatementParser.AlterResourceCostContext alterResourceCost()
-
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
-
-