Sqlite3函数调用返回值列表(3)
来源:未知 责任编辑:责任编辑 发表时间:2014-01-06 18:19 点击:次
Conflict resolution modes
#define SQLITE_ROLLBACK 1
/* #define SQLITE_IGNORE 2 // Also used by sqlite3_authorizer() callback */
#define SQLITE_FAIL 3
/* #define SQLITE_ABORT 4 // Also an error code */
#define SQLITE_REPLACE 5
These constants are returned by sqlite3_vtab_on_conflict() to inform a virtual table implementation what the ON CONFLICT mode is for the SQL statement being evaluated.
作者 stephen830
相关新闻>>
最新推荐更多>>>
- 发表评论
-
- 最新评论 更多>>