]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/mathql_interpreter/mQIMySql.mli
ocaml 3.09 transition
[helm.git] / helm / ocaml / mathql_interpreter / mQIMySql.mli
index 3cbae4dc55b74a9a7ba3e2c69d99180171676e61..8afaf401ddde2d0f9762fe5fee7d7b4de7ca91da 100644 (file)
 (*  AUTOR: Ferruccio Guidi <fguidi@cs.unibo.it>
  *)
 
-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