PaintingliteExec

Author:
CreaterOS
Version:
1.00 2020/5/28 Creation (此文档的版本信息)
Includes:
<Foundation/Foundation.h>
"PaintingliteDataBaseOptions.h"
<Sqlite3.h>

Introduction

PaintingliteExec 提供SDK框架中所有的基本操作,通过Exec执行对Sqlite3数据库和表的操作



Classes

PaintingliteExec

PaintingliteExec 提供SDK框架中所有的基本操作,通过Exec执行对Sqlite3数据库和表的操作



Typedefs

NS_ENUM

PaintingliteExecStatus 执行状态


NS_ENUM


PaintingliteExecStatus 执行状态

Constants
PaintingliteExecCreate

创建表

PaintingliteExecDrop

删除表

PaintingliteExecAlterRename

修改表名称

PaintingliteExecAlterAddColumn

修改表结构[增加列]

PaintingliteExecAlterObj

对象修改表结构

Discussion

标识Sqlite3操作的执行状态