MiniOB 1
MiniOB is one mini database, helping developers to learn how database works.
载入中...
搜索中...
未找到
Executor

一些SQL语句不会生成对应的执行计划,直接使用Executor来执行,比如DDL语句 更多...

class  CommandExecutor
 执行器 更多...
 
class  CreateIndexExecutor
 创建索引的执行器 更多...
 
class  CreateTableExecutor
 创建表的执行器 更多...
 
class  DescTableExecutor
 描述表的执行器 更多...
 
class  HelpExecutor
 Help语句执行器 更多...
 
class  LoadDataExecutor
 导入数据的执行器 更多...
 
class  SetVariableExecutor
 SetVariable语句执行器 更多...
 
class  ShowTablesExecutor
 显示所有表的执行器 更多...
 
class  TrxBeginExecutor
 事务开始语句的执行器 更多...
 
class  TrxEndExecutor
 事务结束的执行器,可以是提交或回滚 更多...
 

详细描述

一些SQL语句不会生成对应的执行计划,直接使用Executor来执行,比如DDL语句