logo

SQLite C Interface: Read Data From A BLOB Incrementally

日期:2008-02-22 04:19 , 点击:541 , 分类:SEO研究
相关标签:blob_read,



SQLite C Interface

Read Data From A BLOB Incrementally

int sqlite3_blob_read(sqlite3_blob *, void *z, int n, int iOffset);

This function is used to read data from an open blob-handle into a caller supplied buffer. n bytes of data are copied into buffer z from the open blob, starting at offset iOffset.

If offset iOffset is less than n bytes from the end of the blob, SQLITE_ERROR is returned and no data is read. If n is less than zero SQLITE_ERROR is returned and no data is read.

On success, SQLITE_OK is returned. Otherwise, an SQLite error code or an extended error code is returned.

See also lists of Objects, Constants, and Functions.



SQLite C Interface: Read Data From A BLOB Incrementally 评论

# 昵称:

# 邮箱:

# 标题:

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

    



站内搜索




* 匹配全部


热门排行


最新内容



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

Powered By xydw.com Page Loaded in:0.389041s