blob_read method

int blob_read(
  1. PtrBlob arg1,
  2. PtrVoid Z,
  3. int N,
  4. int iOffset,
)
inherited

Implementation

int blob_read(PtrBlob arg1, PtrVoid Z, int N, int iOffset) {
  return _h_sqlite3_blob_read(arg1, Z, N, iOffset);
}