X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fmathql_interpreter%2FmQIMySql.mli;h=8afaf401ddde2d0f9762fe5fee7d7b4de7ca91da;hb=4167cea65ca58897d1a3dbb81ff95de5074700cc;hp=c0102090ae14c0d026b979c16347332753c1e8e4;hpb=36aa72077bd8753ccbb2a047d65a2886e984e853;p=helm.git diff --git a/helm/ocaml/mathql_interpreter/mQIMySql.mli b/helm/ocaml/mathql_interpreter/mQIMySql.mli index c0102090a..8afaf401d 100644 --- a/helm/ocaml/mathql_interpreter/mQIMySql.mli +++ b/helm/ocaml/mathql_interpreter/mQIMySql.mli @@ -26,11 +26,11 @@ (* AUTOR: Ferruccio Guidi *) -val init : unit -> Mysql.dbd +val init : unit -> HMysql.dbd -val close : Mysql.dbd -> unit +val close : HMysql.dbd -> unit -val exec : Mysql.dbd -> +val exec : HMysql.dbd * (MQITypes.query -> unit) -> MQITypes.table -> MQITypes.columns -> string MQITypes.con_true -> string MQITypes.con_false -> - MQITypes.result * MQITypes.query + MQITypes.result