package ocamldbi

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
method close : unit -> unit
method closed : bool
method commit : unit -> unit
method database : string
method virtual database_type : string
method debug : bool
method ex : string -> sql_t list -> statement
method host : string option
method id : int
method password : string option
method ping : unit -> bool
method port : string option
method virtual prepare : string -> statement
method prepare_cached : string -> statement
method register_postrollback : (unit -> unit) -> postrollback_handle
method register_precommit : (unit -> unit) -> precommit_handle
method rollback : unit -> unit
method set_debug : bool -> unit
method unregister_postrollback : postrollback_handle -> unit
method unregister_precommit : precommit_handle -> unit
method user : string option