X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Focaml%2Fmathql_interpreter%2FmQIPostgres.mli;h=342c91eaa551e9c50a54e25ea774e6f1922aa85f;hb=fc35fbb35a01c110f221c52661f1193ea5664aa6;hp=8906a4985e1c04783b8f045d73441a166dddc583;hpb=48b9bb5e9504aba97cff28a9d7e2797feb42972e;p=helm.git diff --git a/helm/ocaml/mathql_interpreter/mQIPostgres.mli b/helm/ocaml/mathql_interpreter/mQIPostgres.mli index 8906a4985..342c91eaa 100644 --- a/helm/ocaml/mathql_interpreter/mQIPostgres.mli +++ b/helm/ocaml/mathql_interpreter/mQIPostgres.mli @@ -23,23 +23,13 @@ * http://cs.unibo.it/helm/. *) -(******************************************************************************) -(* *) -(* PROJECT HELM *) -(* *) -(* Ferruccio Guidi *) -(* 06/01/2003 *) -(* *) -(* *) -(******************************************************************************) - - -val init : unit -> unit +(* AUTOR: Ferruccio Guidi + *) -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