Module Caqti_template.Field_type
Source
Database field types.
Sourcetype 'a t =
| Bool : bool t
| Int : int t
| Int16 : int t
| Int32 : int32 t
| Int64 : int64 t
| Float : float t
| String : string t
| Octets : string t
| Pdate : Ptime.t t
| Ptime : Ptime.t t
| Ptime_span : Ptime.span t
| Enum : string -> string t
Sourceval equal_value : 'a t -> 'a -> 'a -> bool
Sourceval to_string : 'a t -> string