Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val connect :
?host:string ->
?port:int ->
?user:string ->
?password:string ->
?unix_domain_socket_dir:string ->
string ->
'a PGOCaml.t
val close : 'a PGOCaml.t -> unit
val exec :
?verbose:bool ->
'a PGOCaml.t ->
?callback:(string list list option -> unit) ->
string ->
unit
val execs : ?verbose:bool -> 'a PGOCaml.t -> string list -> unit
val init :
?verbose:bool ->
?witness:string ->
?searchpath:string ->
'a PGOCaml.t ->
unit
val begin_tr : 'a PGOCaml.t -> unit
val end_tr : 'a PGOCaml.t -> unit
val abort_tr : 'a PGOCaml.t -> unit
val upgrade :
?verbose:bool ->
version:int ->
?downgrade:string list ->
dbh:'c PGOCaml.t ->
string list ->
unit
val printf :
?verbose:bool ->
?callback:(string list list option -> unit) ->
'a PGOCaml.t ->
('b, unit, string, unit) Stdlib.format4 ->
'b
val may_upgrade_old_info : ?verbose:bool -> 'a PGOCaml.t -> unit
module Mtimes : sig ... end