acl
3.5.3.0
|
#include <hsrow.hpp>
Public 成员函数 | |
hsrow (int ncolum) | |
~hsrow () | |
void | reset (int ncolum) |
void | push_back (const char *value, size_t dlen) |
const std::vector< const char * > & | get_row () const |
额外继承的成员函数 | |
Protected 成员函数 继承自 acl::acl::noncopyable | |
noncopyable () | |
~noncopyable () | |
acl::hsrow::hsrow | ( | int | ncolum | ) |
构造函数
ncolum | {int} 数据库查询时每条记录的列数 |
acl::hsrow::~hsrow | ( | ) |
const std::vector<const char*>& acl::hsrow::get_row | ( | ) | const |
取得查询记录
void acl::hsrow::push_back | ( | const char * | value, |
size_t | dlen | ||
) |
向该查询记录中添加列数值
value | {const char*} 列值 |
dlen | {size_t} 列值长度 |
void acl::hsrow::reset | ( | int | ncolum | ) |
重置数据查询时第条记录的列数
ncolum | {int} 数据库查询时每条记录的列数 |