|
NexusForce 1.0.0
A rigorously engineered full-stack C++ backend library.
|
CREATE TABLE语句的数据结构 更多...
#include <sql_builder.hpp>
Public 属性 | |
| vector< column_definition > | columns |
| 列定义列表 | |
| vector< string > | table_constraints |
| 表级约束(预组装的SQL子句) | |
| bool | if_not_exists = false |
| 是否使用IF NOT EXISTS | |
| bool | temporary = false |
| 是否创建临时表(TEMP TABLE) | |
CREATE TABLE语句的数据结构
在文件 sql_builder.hpp 第 233 行定义.