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