module Sqlite3_big: sig .. end
sig
end
type t = (char, Bigarray.int8_unsigned_elt, Bigarray.c_layout) Bigarray.Array1.t
(char, Bigarray.int8_unsigned_elt, Bigarray.c_layout) Bigarray.Array1.t
val bind : Sqlite3.stmt -> int -> t -> unit
Sqlite3.stmt -> int -> t -> unit
val column_blob : Sqlite3.stmt -> int -> t
Sqlite3.stmt -> int -> t