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