]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/mathql_interpreter/mQIPostgres.mli
This commit was manufactured by cvs2svn to create tag
[helm.git] / helm / ocaml / mathql_interpreter / mQIPostgres.mli
index 8906a4985e1c04783b8f045d73441a166dddc583..d6b9d3f33f6eab69bfa54eeeda8d2bde2437bd4e 100644 (file)
  * http://cs.unibo.it/helm/.
  *)
 
-(******************************************************************************)
-(*                                                                            *)
-(*                               PROJECT HELM                                 *)
-(*                                                                            *)
-(*                     Ferruccio Guidi <fguidi@cs.unibo.it>                   *)
-(*                                 06/01/2003                                 *)
-(*                                                                            *)
-(*                                                                            *)
-(******************************************************************************)
+val init  : unit -> Postgres.connection option
 
+val close : Postgres.connection option -> unit
 
-val init  : unit -> unit
-
-val close : unit -> unit
-
-val check : unit -> bool
-
-val exec  : string -> string list list
+val exec  : Postgres.connection option -> string -> string list list
 
 val quote : string -> string