logo

SQLite C Interface: Flags for the xAccess VFS method

日期:2008-01-11 02:05 , 点击:397 , 分类:PHP教程
相关标签:c_access_exists,



SQLite C Interface

Flags for the xAccess VFS method

#define SQLITE_ACCESS_EXISTS    0
#define SQLITE_ACCESS_READWRITE 1
#define SQLITE_ACCESS_READ      2

These integer constants can be used as the third parameter to the xAccess method of an sqlite3_vfs object. They determine the kind of what kind of permissions the xAccess method is looking for. With SQLITE_ACCESS_EXISTS, the xAccess method simply checks to see if the file exists. With SQLITE_ACCESS_READWRITE, the xAccess method checks to see if the file is both readable and writable. With SQLITE_ACCESS_READ the xAccess method checks to see if the file is readable.

See also lists of Objects, Constants, and Functions.



SQLite C Interface: Flags for the xAccess VFS method 评论

# 昵称:

# 邮箱:

# 标题:

* 请勿发布任何违反国家互联网相关法律法规的内容

    



站内搜索




* 匹配全部


热门排行


最新内容



Copyright © 2008 Sqlite中文实验室 版权所有
蜀ICP备08000081号 -

Powered By xydw.com Page Loaded in:0.974751s