X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fmathql_interpreter%2FmQIMySql.mli;h=8afaf401ddde2d0f9762fe5fee7d7b4de7ca91da;hb=07151480b04db0ef4e77d09a5b7559ae5ab25ab4;hp=36e8f18d904efb0aaff0f6e6142ebd709891ca40;hpb=52f0f77f24e6a1dfd2a1b277d6ade218039ba574;p=helm.git diff --git a/helm/ocaml/mathql_interpreter/mQIMySql.mli b/helm/ocaml/mathql_interpreter/mQIMySql.mli index 36e8f18d9..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 * (MQITypes.query -> unit) -> +val exec : HMysql.dbd * (MQITypes.query -> unit) -> MQITypes.table -> MQITypes.columns -> string MQITypes.con_true -> string MQITypes.con_false -> MQITypes.result