MiniOB 1
MiniOB is one mini database, helping developers to learn how database works.
|
描述一个create table语句 更多...
#include <parse_defs.h>
Public 属性 | |
std::string | relation_name |
Relation name | |
std::vector< AttrInfoSqlNode > | attr_infos |
attributes | |
描述一个create table语句
这里也做了很多简化。