Mssql.ParamA wrapper for Mssql data types. Use this instead of format strings to protect yourself from SQL injection
type t = | Bignum of Bignum.t| Bool of bool| Float of float| Int of int| Int32 of int32| Int64 of int64| String of string| Date of Core.Time.tval of_data : month_offset:int -> Freetds.Dblib.data -> t optionval to_string : t option -> stringval to_string_escaped : t option -> stringval float : ?column:string -> t -> floatval int : ?column:string -> t -> intval int32 : ?column:string -> t -> int32val int64 : ?column:string -> t -> int64val bool : ?column:string -> t -> boolval str : ?column:string -> t -> stringval date : ?column:string -> t -> Core.Date.tval datetime : ?column:string -> t -> Core.Time.t