ACPushTableOpType Constants Reference

Declared in ACPushTable.h

ACPushTableOpType

数据集操作类型

Definition

typedef NS_OPTIONS(NSUInteger, ACPushTableOpType ) {
   OPTYPE_CREATE = 1 < < 0,
   OPTYPE_REPLACE = 1 < < 1,
   OPTYPE_UPDATE = 1 < < 2,
   OPTYPE_DELETE = 1 < < 3,
};

Constants

OPTYPE_CREATE

数据集操作类型

Declared In ACPushTable.h.

OPTYPE_REPLACE

数据集操作类型

Declared In ACPushTable.h.

OPTYPE_UPDATE

数据集操作类型

Declared In ACPushTable.h.

OPTYPE_DELETE

数据集操作类型

Declared In ACPushTable.h.

Declared In

ACPushTable.h