package caqti

  1. Overview
  2. Docs
Unified interface to relational database libraries

Install

dune-project
 Dependency

Authors

Maintainers

Sources

caqti-0.10.2.tbz
sha256=d688bd22f6fde5be5a755900545fade0d5fdce6dbcb0b85770d02dad87c41e7c
md5=d18745a703da336054c0d27e78f8be8a

doc/caqti/Caqti_driver_lib/index.html

Module Caqti_driver_libSource

(internal) Library for Drivers

Sourceval linear_param_length : Caqti_request.query -> int

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

Sourceval 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.

Sourceval linear_query_string : Caqti_request.query -> string

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