mariadb.bindings
Types.Time
mariadb
type time
type t = time Ctypes.structure
val t : t F.typ
val year : (Unsigned.uint, t) F.field
val month : (Unsigned.uint, t) F.field
val day : (Unsigned.uint, t) F.field
val hour : (Unsigned.uint, t) F.field
val minute : (Unsigned.uint, t) F.field
val second : (Unsigned.uint, t) F.field
val second_part : (Unsigned.ulong, t) F.field