package ezsqlite

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type blob
val open_blob : t -> ?dbname:string -> ?rw:bool -> string -> string -> int64 -> blob
val close : blob -> unit
val reopen : blob -> int64 -> unit
val length : blob -> int
val read : blob -> ?offs:int -> Stdlib.Bytes.t -> int -> unit
val write : blob -> ?offs:int -> Stdlib.Bytes.t -> unit