|
NexusForce 1.0.0
A Modern C++ Library with extended functionality, web components, and utility libraries
|
SELECT语句的数据结构 更多...
#include <sql_builder.hpp>
Public 属性 | |
| vector< string > | fields |
| 查询字段列表 | |
| vector< string > | join_clauses |
| JOIN子句列表 | |
| vector< string > | group_by_fields |
| GROUP BY字段列表 | |
| vector< string > | having_conditions |
| HAVING条件列表 | |
| vector< string > | order_by_clauses |
| ORDER BY子句列表 | |
| int | limit_count = -1 |
| LIMIT数量 | |
| int | offset_count = -1 |
| OFFSET数量 | |
| bool | distinct = false |
| 是否DISTINCT | |
SELECT语句的数据结构
在文件 sql_builder.hpp 第 100 行定义.