X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fmathql_interpreter%2FmQIPostgres.mli;h=cbbf3929dbdddde9d77ac522a1db6fd1b5d86b14;hb=97c2d258a5c524eb5c4b85208899d80751a2c82f;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..cbbf3929d 100644 --- a/helm/ocaml/mathql_interpreter/mQIPostgres.mli +++ b/helm/ocaml/mathql_interpreter/mQIPostgres.mli @@ -23,23 +23,14 @@ * http://cs.unibo.it/helm/. *) -(******************************************************************************) -(* *) -(* PROJECT HELM *) -(* *) -(* Ferruccio Guidi *) -(* 06/01/2003 *) -(* *) -(* *) -(******************************************************************************) - - -val init : unit -> unit - -val close : unit -> unit +(* AUTOR: Ferruccio Guidi + *) -val check : unit -> bool +val init : unit -> Postgres.connection -val exec : string -> string list list +val close : Postgres.connection -> unit -val quote : string -> string +val exec : Postgres.connection * (MQITypes.query -> unit) -> + MQITypes.table -> MQITypes.columns -> + string MQITypes.con_true -> string MQITypes.con_false -> + MQITypes.result