Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val ctx_create : unit -> context
val con_alloc : context -> connection
val con_setstring : connection -> string_property -> string -> unit
val connect : connection -> string -> unit
val close : ?force:bool -> connection -> unit
val cmd_alloc : connection -> command
val command : command -> cmd_type -> ?option:cmd_option -> string -> unit
val send : command -> unit
val results : command -> result_type
val res_info : command -> resinfo_type -> int
val fetch : command -> int
val buffer_contents : binding_buffer -> sql_t
val get_messages : connection -> location list -> (severity * string) list