package caqti

  1. Overview
  2. Docs

(internal) Library for Drivers

val linear_param_length : Caqti_request.query -> int

linear_param_length templ is the number of linear parameters expected by a query represented by templ.

val linear_param_order : Caqti_request.query -> int list list

linear_param_order templ is a list where item number i is a list of positions of the linearized query which refer to the ith incoming parameter. Positions are zero-based.

val linear_query_string : Caqti_request.query -> string

linear_query_string templ is templ where "?" is substituted for parameters.