文档首页
MySQL NDB 集群 API 开发者指南
相关文档 下载本手册
PDF (US Ltr) - 3.6Mb
PDF (A4) - 3.6Mb


2.3.4 元素结构

本节提供有关 Element 结构的信息。

父类

列表

描述

Element 结构对列表中的元素进行建模;它用于在 List 中存储对象,该对象由 Dictionary 方法 listObjects()listIndexes()listEvents() 填充。

属性

一个 Element 具有下表中所示的属性

表 2.13 Element 结构属性的名称、类型、初始值和说明

属性 类型 初始值 描述
id unsigned int 0 对象的 ID
type Object::Type Object::TypeUndefined 对象的类型—有关可能的值,请参见 Object::Type
state Object::State Object::StateUndefined 对象的状态—有关可能的值,请参见 Object::State
store Object::Store Object::StoreUndefined 对象的存储方式—有关可能的值,请参见 Object::Store
database char* 0 找到对象的数据库
schema char* 0 找到对象的模式
name char* 0 对象的名称