Package org.apache.iotdb.db.qp.sql
Class IoTDBSqlParser.DdlStatementContext
- java.lang.Object
-
- org.antlr.v4.runtime.RuleContext
-
- org.antlr.v4.runtime.ParserRuleContext
-
- org.apache.iotdb.db.qp.sql.IoTDBSqlParser.DdlStatementContext
-
- 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:
- IoTDBSqlParser
public static class IoTDBSqlParser.DdlStatementContext extends org.antlr.v4.runtime.ParserRuleContext
-
-
Constructor Summary
Constructors Constructor Description DdlStatementContext(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
-
createDatabase
public IoTDBSqlParser.CreateDatabaseContext createDatabase()
-
dropDatabase
public IoTDBSqlParser.DropDatabaseContext dropDatabase()
-
dropPartition
public IoTDBSqlParser.DropPartitionContext dropPartition()
-
alterDatabase
public IoTDBSqlParser.AlterDatabaseContext alterDatabase()
-
showDatabases
public IoTDBSqlParser.ShowDatabasesContext showDatabases()
-
countDatabases
public IoTDBSqlParser.CountDatabasesContext countDatabases()
-
createTimeseries
public IoTDBSqlParser.CreateTimeseriesContext createTimeseries()
-
dropTimeseries
public IoTDBSqlParser.DropTimeseriesContext dropTimeseries()
-
alterTimeseries
public IoTDBSqlParser.AlterTimeseriesContext alterTimeseries()
-
showDevices
public IoTDBSqlParser.ShowDevicesContext showDevices()
-
showTimeseries
public IoTDBSqlParser.ShowTimeseriesContext showTimeseries()
-
showChildPaths
public IoTDBSqlParser.ShowChildPathsContext showChildPaths()
-
showChildNodes
public IoTDBSqlParser.ShowChildNodesContext showChildNodes()
-
countDevices
public IoTDBSqlParser.CountDevicesContext countDevices()
-
countTimeseries
public IoTDBSqlParser.CountTimeseriesContext countTimeseries()
-
countNodes
public IoTDBSqlParser.CountNodesContext countNodes()
-
createSchemaTemplate
public IoTDBSqlParser.CreateSchemaTemplateContext createSchemaTemplate()
-
createTimeseriesUsingSchemaTemplate
public IoTDBSqlParser.CreateTimeseriesUsingSchemaTemplateContext createTimeseriesUsingSchemaTemplate()
-
dropSchemaTemplate
public IoTDBSqlParser.DropSchemaTemplateContext dropSchemaTemplate()
-
dropTimeseriesOfSchemaTemplate
public IoTDBSqlParser.DropTimeseriesOfSchemaTemplateContext dropTimeseriesOfSchemaTemplate()
-
showSchemaTemplates
public IoTDBSqlParser.ShowSchemaTemplatesContext showSchemaTemplates()
-
showNodesInSchemaTemplate
public IoTDBSqlParser.ShowNodesInSchemaTemplateContext showNodesInSchemaTemplate()
-
showPathsUsingSchemaTemplate
public IoTDBSqlParser.ShowPathsUsingSchemaTemplateContext showPathsUsingSchemaTemplate()
-
showPathsSetSchemaTemplate
public IoTDBSqlParser.ShowPathsSetSchemaTemplateContext showPathsSetSchemaTemplate()
-
setSchemaTemplate
public IoTDBSqlParser.SetSchemaTemplateContext setSchemaTemplate()
-
unsetSchemaTemplate
public IoTDBSqlParser.UnsetSchemaTemplateContext unsetSchemaTemplate()
-
alterSchemaTemplate
public IoTDBSqlParser.AlterSchemaTemplateContext alterSchemaTemplate()
-
setTTL
public IoTDBSqlParser.SetTTLContext setTTL()
-
unsetTTL
public IoTDBSqlParser.UnsetTTLContext unsetTTL()
-
showTTL
public IoTDBSqlParser.ShowTTLContext showTTL()
-
showAllTTL
public IoTDBSqlParser.ShowAllTTLContext showAllTTL()
-
createFunction
public IoTDBSqlParser.CreateFunctionContext createFunction()
-
dropFunction
public IoTDBSqlParser.DropFunctionContext dropFunction()
-
showFunctions
public IoTDBSqlParser.ShowFunctionsContext showFunctions()
-
createTrigger
public IoTDBSqlParser.CreateTriggerContext createTrigger()
-
dropTrigger
public IoTDBSqlParser.DropTriggerContext dropTrigger()
-
showTriggers
public IoTDBSqlParser.ShowTriggersContext showTriggers()
-
startTrigger
public IoTDBSqlParser.StartTriggerContext startTrigger()
-
stopTrigger
public IoTDBSqlParser.StopTriggerContext stopTrigger()
-
createPipe
public IoTDBSqlParser.CreatePipeContext createPipe()
-
dropPipe
public IoTDBSqlParser.DropPipeContext dropPipe()
-
startPipe
public IoTDBSqlParser.StartPipeContext startPipe()
-
stopPipe
public IoTDBSqlParser.StopPipeContext stopPipe()
-
showPipes
public IoTDBSqlParser.ShowPipesContext showPipes()
-
createPipePlugin
public IoTDBSqlParser.CreatePipePluginContext createPipePlugin()
-
dropPipePlugin
public IoTDBSqlParser.DropPipePluginContext dropPipePlugin()
-
showPipePlugins
public IoTDBSqlParser.ShowPipePluginsContext showPipePlugins()
-
createContinuousQuery
public IoTDBSqlParser.CreateContinuousQueryContext createContinuousQuery()
-
dropContinuousQuery
public IoTDBSqlParser.DropContinuousQueryContext dropContinuousQuery()
-
showContinuousQueries
public IoTDBSqlParser.ShowContinuousQueriesContext showContinuousQueries()
-
showVariables
public IoTDBSqlParser.ShowVariablesContext showVariables()
-
showCluster
public IoTDBSqlParser.ShowClusterContext showCluster()
-
showRegions
public IoTDBSqlParser.ShowRegionsContext showRegions()
-
showDataNodes
public IoTDBSqlParser.ShowDataNodesContext showDataNodes()
-
showConfigNodes
public IoTDBSqlParser.ShowConfigNodesContext showConfigNodes()
-
getRegionId
public IoTDBSqlParser.GetRegionIdContext getRegionId()
-
getTimeSlotList
public IoTDBSqlParser.GetTimeSlotListContext getTimeSlotList()
-
countTimeSlotList
public IoTDBSqlParser.CountTimeSlotListContext countTimeSlotList()
-
getSeriesSlotList
public IoTDBSqlParser.GetSeriesSlotListContext getSeriesSlotList()
-
migrateRegion
public IoTDBSqlParser.MigrateRegionContext migrateRegion()
-
createModel
public IoTDBSqlParser.CreateModelContext createModel()
-
dropModel
public IoTDBSqlParser.DropModelContext dropModel()
-
showModels
public IoTDBSqlParser.ShowModelsContext showModels()
-
showTrails
public IoTDBSqlParser.ShowTrailsContext showTrails()
-
setSpaceQuota
public IoTDBSqlParser.SetSpaceQuotaContext setSpaceQuota()
-
showSpaceQuota
public IoTDBSqlParser.ShowSpaceQuotaContext showSpaceQuota()
-
setThrottleQuota
public IoTDBSqlParser.SetThrottleQuotaContext setThrottleQuota()
-
showThrottleQuota
public IoTDBSqlParser.ShowThrottleQuotaContext showThrottleQuota()
-
createLogicalView
public IoTDBSqlParser.CreateLogicalViewContext createLogicalView()
-
dropLogicalView
public IoTDBSqlParser.DropLogicalViewContext dropLogicalView()
-
showLogicalView
public IoTDBSqlParser.ShowLogicalViewContext showLogicalView()
-
renameLogicalView
public IoTDBSqlParser.RenameLogicalViewContext renameLogicalView()
-
alterLogicalView
public IoTDBSqlParser.AlterLogicalViewContext alterLogicalView()
-
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
-
-