首页
学习
活动
专区
工具
TVP
发布
精选内容/技术社群/优惠产品,尽在小程序
立即前往

Authorizer Return Codes

代码语言:javascript
复制
#define SQLITE_DENY   1   /* Abort the SQL statement with an error */
#define SQLITE_IGNORE 2   /* Don't allow access, but don't generate an error */

授权方回调函数必须返回SQLITE_OK,以便向SQLite发出是否允许该操作的信号。有关更多信息,请参阅授权者文档。

SQLITE_IGNORE可以被用作从sqlite3_vtab_on_conflict()接口返,回的冲突解决方法。

See also lists of Objects, Constants, and Functions.

代码语言:txt
复制
 SQLite is in the Public Domain.

扫码关注腾讯云开发者

领取腾讯云代金券