public static class PostgreSQLStatementParser.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 PostgreSQLStatementParser.SelectContext select()
public PostgreSQLStatementParser.InsertContext insert()
public PostgreSQLStatementParser.UpdateContext update()
public PostgreSQLStatementParser.DeleteContext delete()
public PostgreSQLStatementParser.CreateIndexContext createIndex()
public PostgreSQLStatementParser.AlterIndexContext alterIndex()
public PostgreSQLStatementParser.DropIndexContext dropIndex()
public PostgreSQLStatementParser.CreateTableContext createTable()
public PostgreSQLStatementParser.AlterTableContext alterTable()
public PostgreSQLStatementParser.DropTableContext dropTable()
public PostgreSQLStatementParser.TruncateTableContext truncateTable()
public PostgreSQLStatementParser.SetTransactionContext setTransaction()
public PostgreSQLStatementParser.BeginTransactionContext beginTransaction()
public PostgreSQLStatementParser.StartTransactionContext startTransaction()
public PostgreSQLStatementParser.EndContext end()
public PostgreSQLStatementParser.CommitContext commit()
public PostgreSQLStatementParser.CommitPreparedContext commitPrepared()
public PostgreSQLStatementParser.RollbackContext rollback()
public PostgreSQLStatementParser.RollbackPreparedContext rollbackPrepared()
public PostgreSQLStatementParser.AbortContext abort()
public PostgreSQLStatementParser.SavepointContext savepoint()
public PostgreSQLStatementParser.ReleaseSavepointContext releaseSavepoint()
public PostgreSQLStatementParser.RollbackToSavepointContext rollbackToSavepoint()
public PostgreSQLStatementParser.GrantContext grant()
public PostgreSQLStatementParser.RevokeContext revoke()
public PostgreSQLStatementParser.CreateUserContext createUser()
public PostgreSQLStatementParser.DropUserContext dropUser()
public PostgreSQLStatementParser.AlterUserContext alterUser()
public PostgreSQLStatementParser.CreateRoleContext createRole()
public PostgreSQLStatementParser.DropRoleContext dropRole()
public PostgreSQLStatementParser.AlterRoleContext alterRole()
public PostgreSQLStatementParser.ShowContext show()
public PostgreSQLStatementParser.SetContext set()
public PostgreSQLStatementParser.ResetParameterContext resetParameter()
public PostgreSQLStatementParser.CallContext call()
public PostgreSQLStatementParser.AlterAggregateContext alterAggregate()
public PostgreSQLStatementParser.AlterCollationContext alterCollation()
public PostgreSQLStatementParser.AlterFunctionContext alterFunction()
public PostgreSQLStatementParser.AlterDatabaseContext alterDatabase()
public PostgreSQLStatementParser.AlterDomainContext alterDomain()
public PostgreSQLStatementParser.AlterDefaultPrivilegesContext alterDefaultPrivileges()
public PostgreSQLStatementParser.AlterForeignDataWrapperContext alterForeignDataWrapper()
public PostgreSQLStatementParser.AlterForeignTableContext alterForeignTable()
public PostgreSQLStatementParser.AlterGroupContext alterGroup()
public PostgreSQLStatementParser.AlterMaterializedViewContext alterMaterializedView()
public PostgreSQLStatementParser.AlterProcedureContext alterProcedure()
public PostgreSQLStatementParser.AlterServerContext alterServer()
public PostgreSQLStatementParser.AlterSequenceContext alterSequence()
public PostgreSQLStatementParser.AlterViewContext alterView()
public PostgreSQLStatementParser.CommentContext comment()
public PostgreSQLStatementParser.CreateDatabaseContext createDatabase()
public PostgreSQLStatementParser.CreateFunctionContext createFunction()
public PostgreSQLStatementParser.CreateProcedureContext createProcedure()
public PostgreSQLStatementParser.CreateServerContext createServer()
public PostgreSQLStatementParser.CreateTriggerContext createTrigger()
public PostgreSQLStatementParser.CreateViewContext createView()
public PostgreSQLStatementParser.CreateSequenceContext createSequence()
public PostgreSQLStatementParser.CreateDomainContext createDomain()
public PostgreSQLStatementParser.CreateRuleContext createRule()
public PostgreSQLStatementParser.CreateSchemaContext createSchema()
public PostgreSQLStatementParser.AlterSchemaContext alterSchema()
public PostgreSQLStatementParser.DropSchemaContext dropSchema()
public PostgreSQLStatementParser.CreateTypeContext createType()
public PostgreSQLStatementParser.CreateTextSearchContext createTextSearch()
public PostgreSQLStatementParser.DeclareContext declare()
public PostgreSQLStatementParser.DiscardContext discard()
public PostgreSQLStatementParser.DropDatabaseContext dropDatabase()
public PostgreSQLStatementParser.DropFunctionContext dropFunction()
public PostgreSQLStatementParser.DropProcedureContext dropProcedure()
public PostgreSQLStatementParser.DropServerContext dropServer()
public PostgreSQLStatementParser.DropTriggerContext dropTrigger()
public PostgreSQLStatementParser.DropViewContext dropView()
public PostgreSQLStatementParser.DropSequenceContext dropSequence()
public PostgreSQLStatementParser.DropDomainContext dropDomain()
public PostgreSQLStatementParser.VacuumContext vacuum()
public PostgreSQLStatementParser.PrepareContext prepare()
public PostgreSQLStatementParser.ExecuteStmtContext executeStmt()
public PostgreSQLStatementParser.DeallocateContext deallocate()
public PostgreSQLStatementParser.ExplainContext explain()
public PostgreSQLStatementParser.AnalyzeTableContext analyzeTable()
public PostgreSQLStatementParser.ListenContext listen()
public PostgreSQLStatementParser.NotifyStmtContext notifyStmt()
public PostgreSQLStatementParser.UnlistenContext unlisten()
public PostgreSQLStatementParser.LoadContext load()
public PostgreSQLStatementParser.LockContext lock()
public PostgreSQLStatementParser.CreateTablespaceContext createTablespace()
public PostgreSQLStatementParser.AlterTablespaceContext alterTablespace()
public PostgreSQLStatementParser.DropTablespaceContext dropTablespace()
public PostgreSQLStatementParser.SetConstraintsContext setConstraints()
public PostgreSQLStatementParser.CopyContext copy()
public PostgreSQLStatementParser.CreateLanguageContext createLanguage()
public PostgreSQLStatementParser.AlterLanguageContext alterLanguage()
public PostgreSQLStatementParser.DropLanguageContext dropLanguage()
public PostgreSQLStatementParser.CreateConversionContext createConversion()
public PostgreSQLStatementParser.AlterConversionContext alterConversion()
public PostgreSQLStatementParser.DropConversionContext dropConversion()
public PostgreSQLStatementParser.AlterTextSearchDictionaryContext alterTextSearchDictionary()
public PostgreSQLStatementParser.AlterTextSearchTemplateContext alterTextSearchTemplate()
public PostgreSQLStatementParser.AlterTextSearchParserContext alterTextSearchParser()
public PostgreSQLStatementParser.CreateExtensionContext createExtension()
public PostgreSQLStatementParser.AlterExtensionContext alterExtension()
public PostgreSQLStatementParser.DropExtensionContext dropExtension()
public PostgreSQLStatementParser.DropPolicyContext dropPolicy()
public PostgreSQLStatementParser.DropOwnedContext dropOwned()
public PostgreSQLStatementParser.DropForeignTableContext dropForeignTable()
public PostgreSQLStatementParser.DropOperatorContext dropOperator()
public PostgreSQLStatementParser.DropMaterializedViewContext dropMaterializedView()
public PostgreSQLStatementParser.DropGroupContext dropGroup()
public PostgreSQLStatementParser.DropCastContext dropCast()
public PostgreSQLStatementParser.DropEventTriggerContext dropEventTrigger()
public PostgreSQLStatementParser.DropAggregateContext dropAggregate()
public PostgreSQLStatementParser.DropCollationContext dropCollation()
public PostgreSQLStatementParser.DropForeignDataWrapperContext dropForeignDataWrapper()
public PostgreSQLStatementParser.DropRuleContext dropRule()
public PostgreSQLStatementParser.DropTypeContext dropType()
public PostgreSQLStatementParser.DropRoutineContext dropRoutine()
public PostgreSQLStatementParser.DropStatisticsContext dropStatistics()
public PostgreSQLStatementParser.DropPublicationContext dropPublication()
public PostgreSQLStatementParser.DropOperatorClassContext dropOperatorClass()
public PostgreSQLStatementParser.DropSubscriptionContext dropSubscription()
public PostgreSQLStatementParser.DropTextSearchContext dropTextSearch()
public PostgreSQLStatementParser.DropOperatorFamilyContext dropOperatorFamily()
public PostgreSQLStatementParser.DropAccessMethodContext dropAccessMethod()
public PostgreSQLStatementParser.AlterPolicyContext alterPolicy()
public PostgreSQLStatementParser.CheckpointContext checkpoint()
public PostgreSQLStatementParser.FetchContext fetch()
public PostgreSQLStatementParser.MoveContext move()
public PostgreSQLStatementParser.CloseContext close()
public PostgreSQLStatementParser.ClusterContext cluster()
public PostgreSQLStatementParser.AlterOperatorContext alterOperator()
public PostgreSQLStatementParser.CreateAccessMethodContext createAccessMethod()
public PostgreSQLStatementParser.AlterPublicationContext alterPublication()
public PostgreSQLStatementParser.CreateAggregateContext createAggregate()
public PostgreSQLStatementParser.CreateCastContext createCast()
public PostgreSQLStatementParser.AlterRoutineContext alterRoutine()
public PostgreSQLStatementParser.AlterRuleContext alterRule()
public PostgreSQLStatementParser.CreateCollationContext createCollation()
public PostgreSQLStatementParser.PrepareTransactionContext prepareTransaction()
public PostgreSQLStatementParser.ReassignOwnedContext reassignOwned()
public PostgreSQLStatementParser.RefreshMatViewStmtContext refreshMatViewStmt()
public PostgreSQLStatementParser.ReindexContext reindex()
public PostgreSQLStatementParser.SecurityLabelStmtContext securityLabelStmt()
public PostgreSQLStatementParser.CreateEventTriggerContext createEventTrigger()
public PostgreSQLStatementParser.CreateForeignDataWrapperContext createForeignDataWrapper()
public PostgreSQLStatementParser.CreateForeignTableContext createForeignTable()
public PostgreSQLStatementParser.AlterStatisticsContext alterStatistics()
public PostgreSQLStatementParser.CreateGroupContext createGroup()
public PostgreSQLStatementParser.AlterSubscriptionContext alterSubscription()
public PostgreSQLStatementParser.CreateMaterializedViewContext createMaterializedView()
public PostgreSQLStatementParser.CreateOperatorContext createOperator()
public PostgreSQLStatementParser.AlterTextSearchConfigurationContext alterTextSearchConfiguration()
public PostgreSQLStatementParser.CreatePolicyContext createPolicy()
public PostgreSQLStatementParser.AlterTypeContext alterType()
public PostgreSQLStatementParser.AlterTriggerContext alterTrigger()
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.