|
NexusForce 1.0.0
A Modern C++ Library with extended functionality, web components, and utility libraries
|
数据库结果集抽象基类 更多...
#include <db_interface.hpp>
Public 类型 | |
| using | size_type = size_t |
| 大小类型 | |
| using | difference_type = ptrdiff_t |
| 差值类型 | |
Public 成员函数 | |
| virtual bool | empty () const =0 |
| 检查结果集是否为空 | |
| virtual bool | next ()=0 |
| 移动到下一行 | |
|
pure virtual |
检查结果集是否为空
在 mysql_prepared_result, mysql_result, pgsql_prepared_result, pgsql_tb_result, redis_result, sqlite_prepared_result , 以及 sqlite_result 内被实现.
|
pure virtual |
移动到下一行
在 mysql_prepared_result, mysql_result, pgsql_prepared_result, pgsql_tb_result, redis_result, sqlite_prepared_result , 以及 sqlite_result 内被实现.