日期:2008-02-22 04:19 , 点击:541 , 分类:SEO研究
相关标签:blob_read,
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.
站内搜索
热门排行
最新内容