MiniOB 1
MiniOB is one mini database, helping developers to learn how database works.
载入中...
搜索中...
未找到
Public 成员函数 | 静态 Public 成员函数 | Private 属性 | 所有成员列表
AnalyzeTableStmt类 参考

分析表的语句 更多...

#include <analyze_table_stmt.h>

类 AnalyzeTableStmt 继承关系图:
Stmt

Public 成员函数

 AnalyzeTableStmt (const string &table_name)
 
StmtType type () const override
 
const string & table_name () const
 
virtual StmtType type () const =0
 

静态 Public 成员函数

static RC create (Db *db, const AnalyzeTableSqlNode &analyze_table, Stmt *&stmt)
 
- 静态 Public 成员函数 继承自 Stmt
static RC create_stmt (Db *db, ParsedSqlNode &sql_node, Stmt *&stmt)
 

Private 属性

string table_name_
 

详细描述

分析表的语句

成员函数说明

◆ type()

StmtType AnalyzeTableStmt::type ( ) const
inlineoverridevirtual

实现了 Stmt.


该类的文档由以下文件生成: