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