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

描述表的语句 更多...

#include <desc_table_stmt.h>

类 DescTableStmt 继承关系图:
Stmt

Public 成员函数

 DescTableStmt (const std::string &table_name)
 
StmtType type () const override
 
const std::string & table_name () const
 
virtual StmtType type () const =0
 

静态 Public 成员函数

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

Private 属性

std::string table_name_
 

详细描述

描述表的语句

虽然解析成了stmt,但是与原始的SQL解析后的数据也差不多

成员函数说明

◆ type()

StmtType DescTableStmt::type ( ) const
inlineoverridevirtual

实现了 Stmt.


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