public static class OpenGaussStatementParser.ExecuteContext
extends org.antlr.v4.runtime.ParserRuleContext
| 构造器和说明 |
|---|
ExecuteContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState) |
addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, enterRule, exitRule, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoStringpublic ExecuteContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState)
public org.antlr.v4.runtime.tree.TerminalNode EOF()
public OpenGaussStatementParser.SelectContext select()
public OpenGaussStatementParser.InsertContext insert()
public OpenGaussStatementParser.UpdateContext update()
public OpenGaussStatementParser.DeleteContext delete()
public OpenGaussStatementParser.CreateIndexContext createIndex()
public OpenGaussStatementParser.AlterIndexContext alterIndex()
public OpenGaussStatementParser.DropIndexContext dropIndex()
public OpenGaussStatementParser.CreateTableContext createTable()
public OpenGaussStatementParser.AlterTableContext alterTable()
public OpenGaussStatementParser.DropTableContext dropTable()
public OpenGaussStatementParser.TruncateTableContext truncateTable()
public OpenGaussStatementParser.SetTransactionContext setTransaction()
public OpenGaussStatementParser.BeginTransactionContext beginTransaction()
public OpenGaussStatementParser.StartTransactionContext startTransaction()
public OpenGaussStatementParser.EndContext end()
public OpenGaussStatementParser.CommitContext commit()
public OpenGaussStatementParser.CommitPreparedContext commitPrepared()
public OpenGaussStatementParser.RollbackContext rollback()
public OpenGaussStatementParser.RollbackPreparedContext rollbackPrepared()
public OpenGaussStatementParser.AbortContext abort()
public OpenGaussStatementParser.SavepointContext savepoint()
public OpenGaussStatementParser.ReleaseSavepointContext releaseSavepoint()
public OpenGaussStatementParser.RollbackToSavepointContext rollbackToSavepoint()
public OpenGaussStatementParser.GrantContext grant()
public OpenGaussStatementParser.RevokeContext revoke()
public OpenGaussStatementParser.CreateUserContext createUser()
public OpenGaussStatementParser.DropUserContext dropUser()
public OpenGaussStatementParser.AlterUserContext alterUser()
public OpenGaussStatementParser.CreateRoleContext createRole()
public OpenGaussStatementParser.DropRoleContext dropRole()
public OpenGaussStatementParser.AlterRoleContext alterRole()
public OpenGaussStatementParser.ShowContext show()
public OpenGaussStatementParser.SetContext set()
public OpenGaussStatementParser.ResetParameterContext resetParameter()
public OpenGaussStatementParser.CallContext call()
public OpenGaussStatementParser.AlterAggregateContext alterAggregate()
public OpenGaussStatementParser.AlterFunctionContext alterFunction()
public OpenGaussStatementParser.AlterDatabaseContext alterDatabase()
public OpenGaussStatementParser.AlterDomainContext alterDomain()
public OpenGaussStatementParser.AlterDefaultPrivilegesContext alterDefaultPrivileges()
public OpenGaussStatementParser.AlterForeignTableContext alterForeignTable()
public OpenGaussStatementParser.AlterGroupContext alterGroup()
public OpenGaussStatementParser.AlterMaterializedViewContext alterMaterializedView()
public OpenGaussStatementParser.AlterProcedureContext alterProcedure()
public OpenGaussStatementParser.AlterServerContext alterServer()
public OpenGaussStatementParser.AlterSequenceContext alterSequence()
public OpenGaussStatementParser.AlterViewContext alterView()
public OpenGaussStatementParser.CommentContext comment()
public OpenGaussStatementParser.CreateDatabaseContext createDatabase()
public OpenGaussStatementParser.CreateFunctionContext createFunction()
public OpenGaussStatementParser.CreateProcedureContext createProcedure()
public OpenGaussStatementParser.CreateServerContext createServer()
public OpenGaussStatementParser.CreateTriggerContext createTrigger()
public OpenGaussStatementParser.CreateViewContext createView()
public OpenGaussStatementParser.CreateSequenceContext createSequence()
public OpenGaussStatementParser.CreateDomainContext createDomain()
public OpenGaussStatementParser.CreateRuleContext createRule()
public OpenGaussStatementParser.CreateSchemaContext createSchema()
public OpenGaussStatementParser.AlterSchemaContext alterSchema()
public OpenGaussStatementParser.DropSchemaContext dropSchema()
public OpenGaussStatementParser.CreateTypeContext createType()
public OpenGaussStatementParser.DropTypeContext dropType()
public OpenGaussStatementParser.CreateTextSearchContext createTextSearch()
public OpenGaussStatementParser.DropDatabaseContext dropDatabase()
public OpenGaussStatementParser.DropFunctionContext dropFunction()
public OpenGaussStatementParser.DropProcedureContext dropProcedure()
public OpenGaussStatementParser.DropRuleContext dropRule()
public OpenGaussStatementParser.DropServerContext dropServer()
public OpenGaussStatementParser.DropTriggerContext dropTrigger()
public OpenGaussStatementParser.DropViewContext dropView()
public OpenGaussStatementParser.DropSequenceContext dropSequence()
public OpenGaussStatementParser.DropDomainContext dropDomain()
public OpenGaussStatementParser.VacuumContext vacuum()
public OpenGaussStatementParser.PrepareContext prepare()
public OpenGaussStatementParser.ExecuteStmtContext executeStmt()
public OpenGaussStatementParser.DeallocateContext deallocate()
public OpenGaussStatementParser.ExplainContext explain()
public OpenGaussStatementParser.AnalyzeTableContext analyzeTable()
public OpenGaussStatementParser.LoadContext load()
public OpenGaussStatementParser.CreateTablespaceContext createTablespace()
public OpenGaussStatementParser.AlterTablespaceContext alterTablespace()
public OpenGaussStatementParser.DropTablespaceContext dropTablespace()
public OpenGaussStatementParser.SetConstraintsContext setConstraints()
public OpenGaussStatementParser.CopyContext copy()
public OpenGaussStatementParser.CreateLanguageContext createLanguage()
public OpenGaussStatementParser.AlterLanguageContext alterLanguage()
public OpenGaussStatementParser.DropLanguageContext dropLanguage()
public OpenGaussStatementParser.CreateConversionContext createConversion()
public OpenGaussStatementParser.AlterConversionContext alterConversion()
public OpenGaussStatementParser.DropConversionContext dropConversion()
public OpenGaussStatementParser.AlterTextSearchDictionaryContext alterTextSearchDictionary()
public OpenGaussStatementParser.AlterTextSearchTemplateContext alterTextSearchTemplate()
public OpenGaussStatementParser.AlterTextSearchParserContext alterTextSearchParser()
public OpenGaussStatementParser.CreateExtensionContext createExtension()
public OpenGaussStatementParser.AlterExtensionContext alterExtension()
public OpenGaussStatementParser.DropExtensionContext dropExtension()
public OpenGaussStatementParser.DropTextSearchContext dropTextSearch()
public OpenGaussStatementParser.CreateSynonymContext createSynonym()
public OpenGaussStatementParser.AlterSynonymContext alterSynonym()
public OpenGaussStatementParser.DropSynonymContext dropSynonym()
public OpenGaussStatementParser.DeclareContext declare()
public OpenGaussStatementParser.CursorContext cursor()
public OpenGaussStatementParser.CloseContext close()
public OpenGaussStatementParser.MoveContext move()
public OpenGaussStatementParser.FetchContext fetch()
public OpenGaussStatementParser.CreateDirectoryContext createDirectory()
public OpenGaussStatementParser.AlterDirectoryContext alterDirectory()
public OpenGaussStatementParser.DropDirectoryContext dropDirectory()
public OpenGaussStatementParser.CreateCastContext createCast()
public OpenGaussStatementParser.DropCastContext dropCast()
public OpenGaussStatementParser.AlterRuleContext alterRule()
public OpenGaussStatementParser.CheckpointContext checkpoint()
public OpenGaussStatementParser.AlterTypeContext alterType()
public OpenGaussStatementParser.CreatePublicationContext createPublication()
public OpenGaussStatementParser.DropPublicationContext dropPublication()
public OpenGaussStatementParser.CreateAggregateContext createAggregate()
public org.antlr.v4.runtime.tree.TerminalNode SEMI_()
public int getRuleIndex()
getRuleIndex 在类中 org.antlr.v4.runtime.RuleContextpublic <T> T accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor)
accept 在接口中 org.antlr.v4.runtime.tree.ParseTreeaccept 在类中 org.antlr.v4.runtime.RuleContextCopyright © 2022 The Apache Software Foundation. All rights reserved.