NexusForce 1.0.0
A Modern C++ Library with extended functionality, web components, and utility libraries
载入中...
搜索中...
未找到
sql_builder::select_data结构体 参考

SELECT语句的数据结构 更多...

#include <sql_builder.hpp>

Public 属性

vector< stringfields
 查询字段列表
vector< stringjoin_clauses
 JOIN子句列表
vector< stringgroup_by_fields
 GROUP BY字段列表
vector< stringhaving_conditions
 HAVING条件列表
vector< stringorder_by_clauses
 ORDER BY子句列表
int limit_count = -1
 LIMIT数量
int offset_count = -1
 OFFSET数量
bool distinct = false
 是否DISTINCT

详细描述

SELECT语句的数据结构

在文件 sql_builder.hpp100 行定义.


该结构体的文档由以下文件生成: