Sql_publicval parse : Sql_internals.sql_type -> (string array * int ref) -> 'amodule Value : sig ... endmodule Sequence : sig ... endmodule Op : sig ... endmodule Table_type : sig ... endmodule View : sig ... endmodule ViewOp : sig ... endtype 'a nullable_data =
< get : unit ; t : 'a ; nul : Sql_types.nullable > Sql_types.ttype 'a non_nullable_data =
< get : unit ; t : 'a ; nul : Sql_types.non_nullable > Sql_types.t