X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fmathql_interpreter%2FmQIMySql.mli;h=36e8f18d904efb0aaff0f6e6142ebd709891ca40;hb=fdd8107cc53f5e862004aa5fcd48593ee5634234;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..36e8f18d9 100644 --- a/helm/ocaml/mathql_interpreter/mQIMySql.mli +++ b/helm/ocaml/mathql_interpreter/mQIMySql.mli @@ -30,9 +30,7 @@ val init : unit -> Mysql.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 exec : Mysql.dbd * (MQITypes.query -> unit) -> + MQITypes.table -> MQITypes.columns -> + string MQITypes.con_true -> string MQITypes.con_false -> + MQITypes.result