Xlight API用户手册 v1.6.0.23
Xlight极速柜台接口文档
载入中...
搜索中...
未找到
x1::xlt_page_query_reference_t结构体 参考

查询定位结构体 用于记录每个分表的查询位置,用于分页查询 更多...

#include <xlt_struct.h>

静态 Public 成员函数

static xlt_page_query_reference_t create ()
 

Public 属性

uint32_t sub_table_num
 分表数量
 
uint32_t sub_table_end_points [16]
 每个分表的数据终点,即当前的数据量
 
uint32_t positions [16]
 查询位置数组,每个分表对应一个位置,用于分页查询
 

详细描述

查询定位结构体 用于记录每个分表的查询位置,用于分页查询

成员函数说明

◆ create()

static xlt_page_query_reference_t x1::xlt_page_query_reference_t::create ( )
inlinestatic

类成员变量说明

◆ positions

uint32_t x1::xlt_page_query_reference_t::positions[16]

查询位置数组,每个分表对应一个位置,用于分页查询

◆ sub_table_end_points

uint32_t x1::xlt_page_query_reference_t::sub_table_end_points[16]

每个分表的数据终点,即当前的数据量

◆ sub_table_num

uint32_t x1::xlt_page_query_reference_t::sub_table_num

分表数量


该结构体的文档由以下文件生成: