MiniOB 1
MiniOB is one mini database, helping developers to learn how database works.
|
成员的完整列表,这些成员属于 CreateTableStmt,包括所有继承而来的类成员
attr_infos() const (定义于 CreateTableStmt) | CreateTableStmt | inline |
attr_infos_ (定义于 CreateTableStmt) | CreateTableStmt | private |
create(Db *db, const CreateTableSqlNode &create_table, Stmt *&stmt) (定义于 CreateTableStmt) | CreateTableStmt | static |
create_stmt(Db *db, ParsedSqlNode &sql_node, Stmt *&stmt) (定义于 Stmt) | Stmt | static |
CreateTableStmt(const std::string &table_name, const std::vector< AttrInfoSqlNode > &attr_infos) (定义于 CreateTableStmt) | CreateTableStmt | inline |
Stmt()=default (定义于 Stmt) | Stmt | |
table_name() const (定义于 CreateTableStmt) | CreateTableStmt | inline |
table_name_ (定义于 CreateTableStmt) | CreateTableStmt | private |
type() const override (定义于 CreateTableStmt) | CreateTableStmt | inlinevirtual |
~CreateTableStmt()=default (定义于 CreateTableStmt) | CreateTableStmt | virtual |
~Stmt()=default (定义于 Stmt) | Stmt | virtual |