Module Sql_publicSource

Sourceval sql_of_query : Sql_internals.query -> string
Sourceval sql_of_view : Sql_internals.view -> string
Sourceval parse : Sql_internals.sql_type -> (string array * int ref) -> 'a
Sourcemodule Value : sig ... end
Sourcetype 'a sequence = string * Sql_internals.atom_type
Sourcemodule Sequence : sig ... end
Sourcemodule Op : sig ... end
Sourcemodule Table_type : sig ... end
Sourcemodule View : sig ... end
Sourcemodule ViewOp : sig ... end
Sourcetype 'a nullable_data = < get : unit ; t : 'a ; nul : Sql_types.nullable > Sql_types.t
Sourcetype 'a non_nullable_data = < get : unit ; t : 'a ; nul : Sql_types.non_nullable > Sql_types.t