|
NexusForce 1.0.0
A Modern C++ Library with extended functionality, web components, and utility libraries
|
MySQL连接工厂类 更多...
#include <mysql_connect.hpp>
Public 成员函数 | |
| mysql_factory (db_config config) noexcept | |
| 构造函数 | |
| idb_connect * | create_connect () override |
| 创建MySQL连接对象 | |
| idb_result * | create_result (void *native_result) override |
| 创建MySQL结果集对象 | |
| Public 成员函数 继承自 idb_factory | |
| idb_factory (db_config config) noexcept | |
| 构造函数 | |
额外继承的成员函数 | |
| Protected 属性 继承自 idb_factory | |
| db_config | config_ |
| 数据库配置 | |
|
inlineexplicitnoexcept |
|
overridevirtual |
|
overridevirtual |
创建MySQL结果集对象
| native_result | 原生MYSQL_RES句柄 |
实现了 idb_factory.
引用了 create_result().
被这些函数引用 create_result().