blob_bytes method

int blob_bytes(
  1. PtrBlob arg1
)
inherited

Implementation

int blob_bytes(PtrBlob arg1) {
  return _h_sqlite3_blob_bytes(arg1);
}