]> 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 36e8f18d904efb0aaff0f6e6142ebd709891ca40..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 close : HMysql.dbd -> unit
 
-val exec  : Mysql.dbd * (MQITypes.query -> unit) ->
+val exec  : HMysql.dbd * (MQITypes.query -> unit) ->
             MQITypes.table -> MQITypes.columns ->
             string MQITypes.con_true -> string MQITypes.con_false -> 
            MQITypes.result