Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
module Types : sig ... end
type st = Types.st
exception Sqlite_error of string * Sqlite3.Rc.t
module type S = sig ... end
module Make
(M : Sqlexpr_concurrency.THREAD with type 'a key = 'a Lwt.key) :
sig ... end
module type POOL = sig ... end
val string_of_param : Sqlite3.Data.t -> string
val string_of_params : Sqlite3.Data.t list -> string
module Stmt : sig ... end
module Stmt_cache : sig ... end
module Profile (M : Sqlexpr_concurrency.THREAD) : sig ... end