ngl_server 1.0
基于 Actor 模型的 C++ 服务器框架
ngl::np_actordb_delete< DBTYPE, T > Struct Template Reference

批量删除一个DB表中的行。 More...

#include <nprotocol_template.h>

Public Attributes

std::vector< int64_t > m_data
 待删除的行ID列表

Detailed Description

template<pbdb::ENUM_DB DBTYPE, typename T>
struct ngl::np_actordb_delete< DBTYPE, T >

批量删除一个DB表中的行。

Template Parameters
DBTYPE数据库表类型枚举。
T数据类型。

The documentation for this struct was generated from the following file: