package sqlgg

  1. Overview
  2. Docs
SQL Guided (code) Generator

Install

Dune Dependency

Authors

Maintainers

Sources

sqlgg-20231201.tar.gz
md5=0841965b140612b9b1fb066cc21f88cb
sha256=7fbee5972b8fa0488bf31bb482101c93c328f67ceef3e95af165d554736d78fe
sha512=5d14e03e02f62c72c57cc574fd9f637e99118556a739af16d71e8813a8cbd8c330e48d69b9577ef2e9d0227aee9d85664cb4907f479927b7431e0475d954fa1a

doc/sqlgg.lib/Sqlgg/Sql/Type/index.html

Module Sql.TypeSource

Sourcetype t =
  1. | Unit of [ `Interval ]
  2. | Int
  3. | Text
  4. | Blob
  5. | Float
  6. | Bool
  7. | Datetime
  8. | Decimal
  9. | Any
Sourceval matches : t -> t -> bool
Sourceval is_unit : t -> bool
Sourceval order : t -> t -> [> `Equal | `No | `Order of t * t ]
Sourceval common_supertype : t -> t -> t option
Sourceval common_subtype : t -> t -> t option
Sourceval common_type : t -> t -> bool
Sourcetype tyvar =
  1. | Typ of t
  2. | Var of int
Sourceval string_of_tyvar : tyvar -> Ppx_deriving_runtime.string
Sourcetype func =
  1. | Group of t
  2. | Agg
  3. | Multi of tyvar * tyvar
  4. | Ret of t
  5. | F of tyvar * tyvar list
Sourceval monomorphic : t -> t list -> func
Sourceval fixed : t -> t list -> func
Sourceval identity : func
Sourceval pp_func : Format.formatter -> func -> unit
Sourceval string_of_func : func -> string
Sourceval is_grouping : func -> bool
OCaml

Innovation. Community. Security.