]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/mathql_interpreter/mQIPostgres.mli
- the mathql interpreter is not helm-dependent any more
[helm.git] / helm / ocaml / mathql_interpreter / mQIPostgres.mli
index 8906a4985e1c04783b8f045d73441a166dddc583..342c91eaa551e9c50a54e25ea774e6f1922aa85f 100644 (file)
  * http://cs.unibo.it/helm/.
  *)
 
-(******************************************************************************)
-(*                                                                            *)
-(*                               PROJECT HELM                                 *)
-(*                                                                            *)
-(*                     Ferruccio Guidi <fguidi@cs.unibo.it>                   *)
-(*                                 06/01/2003                                 *)
-(*                                                                            *)
-(*                                                                            *)
-(******************************************************************************)
-
-
-val init  : unit -> unit
+(*  AUTOR: Ferruccio Guidi <fguidi@cs.unibo.it>
+ *)
 
-val close : unit -> unit
+val init  : string -> Postgres.connection option
 
-val check : unit -> bool
+val close : Postgres.connection option -> unit
 
-val exec  : string -> string list list
+val exec  : Postgres.connection option -> string -> string list list
 
 val quote : string -> string