blob_write method

int blob_write(
  1. PtrBlob arg1,
  2. PtrVoid z,
  3. int n,
  4. int iOffset,
)
inherited

Implementation

int blob_write(PtrBlob arg1, PtrVoid z, int n, int iOffset) {
  return _h_sqlite3_blob_write(arg1, z, n, iOffset);
}