CMGDK r49-rc2
公有成员 | 保护属性
hgl::sql::mysql::MySQLStoreResult类参考

#include <MySQLStoreResult.h>

继承图,类hgl::sql::mysql::MySQLStoreResult
hgl::sql::SQLStoreResult

所有成员的列表。

公有成员

 MySQLStoreResult (MYSQL_RES *mr)
virtual ~MySQLStoreResult ()
int GetRows ()
 取得记录行数
int GetFieldNumber ()
 取得记录字段数
const char * GetFieldName (int)
 取得字段名称
SQLRowGetRow (int)

保护属性

ObjectList< MySQLField > fields
ObjectList< MySQLRowrows

构造及析构函数文档

hgl::sql::mysql::MySQLStoreResult::MySQLStoreResult ( MYSQL_RES mr)
hgl::sql::mysql::MySQLStoreResult::~MySQLStoreResult ( ) [virtual]

成员函数文档

const char * hgl::sql::mysql::MySQLStoreResult::GetFieldName ( int  ) [virtual]

取得字段名称

实现了hgl::sql::SQLStoreResult

int hgl::sql::mysql::MySQLStoreResult::GetFieldNumber ( ) [virtual]

取得记录字段数

实现了hgl::sql::SQLStoreResult

SQLRow * hgl::sql::mysql::MySQLStoreResult::GetRow ( int  row_index)
int hgl::sql::mysql::MySQLStoreResult::GetRows ( ) [virtual]

取得记录行数

实现了hgl::sql::SQLStoreResult


成员数据文档


该类的文档由以下文件生成:
 全部  名字空间 文件 函数 变量 类型定义 枚举 枚举值 友元 宏定义