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 string &table_name, const vector< AttrInfoSqlNode > &attr_infos, const vector< string > &pks, StorageFormat storage_format) (定义于 CreateTableStmt) | CreateTableStmt | inline |
get_storage_format(const char *format_str) (定义于 CreateTableStmt) | CreateTableStmt | static |
primary_keys() const (定义于 CreateTableStmt) | CreateTableStmt | inline |
primary_keys_ (定义于 CreateTableStmt) | CreateTableStmt | private |
Stmt()=default (定义于 Stmt) | Stmt | |
storage_format() const (定义于 CreateTableStmt) | CreateTableStmt | inline |
storage_format_ (定义于 CreateTableStmt) | CreateTableStmt | private |
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 |