package macaque

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