You can search for identifiers within the package.
in-package search v0.2.0
type s
val sexp_of_s : s -> Sexplib0.Sexp.t
val prepare : ?name:string -> ?types:Pgx__.Types.oid list -> t -> query:string -> s Io.t
val close : s -> unit Io.t
val with_prepare : ?name:string -> ?types:Pgx__.Types.oid list -> t -> query:string -> f:(s -> 'a Io.t) -> 'a Io.t
val execute : ?portal:string -> s -> params:Pgx__.Types.param list -> Pgx__.Types.row list Io.t
val execute_unit : ?portal:string -> s -> params:Pgx__.Types.param list -> unit Io.t
val execute_fold : ?portal:string -> s -> params:Pgx__.Types.param list -> init:'accum -> f:('accum -> Pgx__.Types.row -> 'accum Io.t) -> 'accum Io.t
val execute_iter : ?portal:string -> s -> params:Pgx__.Types.param list -> f:(Pgx__.Types.row -> unit Io.t) -> unit Io.t
val execute_map : ?portal:string -> s -> params:Pgx__.Types.param list -> f:(Pgx__.Types.row -> 'a Io.t) -> 'a list Io.t
val execute_many : s -> params:Pgx__.Types.param list list -> Pgx__.Types.row list list Io.t
val describe : s -> (Pgx__.Types.params_description * Pgx__.Result_desc.t list option) Io.t
val close_portal : ?portal:string -> s -> unit Io.t
val describe_portal : ?portal:string -> s -> Pgx__.Result_desc.t list option Io.t