Module Mysql.Prepared


module Prepared: sig .. end
Prepared statements with parameters

type stmt 
type result 
val create : Mysql.dbd -> string -> stmt
val execute : stmt -> string array -> result
val affected : stmt -> int64
val insert_id : stmt -> int64
val real_status : stmt -> int
val fetch : result -> string option array option
val close : stmt -> unit