]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/mathql_interpreter/mQIMySql.mli
first moogle template checkin
[helm.git] / helm / ocaml / mathql_interpreter / mQIMySql.mli
index 3cbae4dc55b74a9a7ba3e2c69d99180171676e61..36e8f18d904efb0aaff0f6e6142ebd709891ca40 100644 (file)
@@ -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