首页 > 数据库 > SQLite > 正文

SQLITE3 使用总结(5)

2024-09-07 00:10:03
字体:
来源:转载
供稿:网友

int sqlite3_key(sqlite3 *db, const void *pKey, int nKey)

{

return sqlite3_key_interop(db, pKey, nKey);

}

int sqlite3_rekey(sqlite3 *db, const void *pKey, int nKey)

{

return sqlite3_rekey_interop(db, pKey, nKey);

}

/*sqlite sqlite3_key_interop 调用, 附加密钥到数据库.*/

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表