package pgx

  1. Overview
  2. Docs
type oid = int32
val compare_oid : oid -> oid -> int
val oid_of_sexp : Sexplib0.Sexp.t -> oid
val sexp_of_oid : oid -> Sexplib0.Sexp.t
type param = Pgx_value.t

None is NULL.

val compare_param : param -> param -> int
val sexp_of_param : param -> Sexplib0.Sexp.t
type result = Pgx_value.t

None is NULL.

val compare_result : result -> result -> int
val sexp_of_result : result -> Sexplib0.Sexp.t
type row = Pgx_value.t list

One row is a list of fields.

val compare_row : row -> row -> int
val sexp_of_row : row -> Sexplib0.Sexp.t
type params_description = oid list
val compare_params_description : params_description -> params_description -> int
val params_description_of_sexp : Sexplib0.Sexp.t -> params_description
val sexp_of_params_description : params_description -> Sexplib0.Sexp.t
exception PostgreSQL_Error of string * Error_response.t
OCaml

Innovation. Community. Security.