getMainKeyCount
int getMainKeyCount(const MainKeyReq &req)
功能: 获取主键下数据记录总数
参数:
struct MainKeyReq
{
1 require string moduleName; //模块名
2 require string mainKey; //主键
3 require string idcSpecified = ""; //idc区域
};
返回值:
返回值 | 含义 |
---|---|
ET_MODULE_NAME_INVALID | 模块名错误 |
ET_KEY_AREA_ERR | 当前key不属于本机服务,需要更新路由表重新访问 |
ET_KEY_INVALID | mainKey无效 |
ET_INPUT_PARAM_ERROR | mainKey为空 |
ET_SYS_ERR | 系统异常 |
其他值(大于等于0) | 主键下的记录总数 |