MySQL NDB Cluster API 开发人员指南 / 第 1 章 NDB Cluster API:概述和概念 / 1.4 NDB交易和扫描API / 1.4.1 核心 NDB API 类 /
2.3.4 元素结构
本节提供有关
Element
结构的信息。
- 家长班
- 描述
该
Element
结构为列表的元素建模;它用于将对象存储在 由方法 、 和List
填充 的对象中。Dictionary
listObjects()
listIndexes()
listEvents()
- 属性
-
An
Element
具有下表所示的属性:表 2.12 元素结构属性的名称、类型、初始值和说明
属性 类型 初始值 描述 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
对象的名称