package sqlgg
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
SQL Guided (code) Generator
Install
dune-project
Dependency
Authors
Maintainers
Sources
sqlgg-20231201.tar.gz
md5=0841965b140612b9b1fb066cc21f88cb
sha256=7fbee5972b8fa0488bf31bb482101c93c328f67ceef3e95af165d554736d78fe
sha512=5d14e03e02f62c72c57cc574fd9f637e99118556a739af16d71e8813a8cbd8c330e48d69b9577ef2e9d0227aee9d85664cb4907f479927b7431e0475d954fa1a
doc/sqlgg.lib/Sqlgg/Stmt/index.html
Module Sqlgg.StmtSource
Statement
Source
val pp_insert_kind :
Ppx_deriving_runtime.Format.formatter ->
insert_kind ->
Ppx_deriving_runtime.unitinferred inserted values to complete sql statement
Source
val pp_inferred :
Ppx_deriving_runtime.Format.formatter ->
inferred ->
Ppx_deriving_runtime.unitpossible number of rows in query result
Source
val pp_cardinality :
Ppx_deriving_runtime.Format.formatter ->
cardinality ->
Ppx_deriving_runtime.unitSource
type kind = | Select of cardinality| Insert of inferred * Sql.table_name| Create of Sql.table_name| CreateIndex of string| Update of Sql.table_name option(*name for single-table UPDATEs
*)| Delete of Sql.table_name list| Alter of Sql.table_name list| Drop of Sql.table_name| CreateRoutine of string| Other
Source
val pp_category :
Ppx_deriving_runtime.Format.formatter ->
category ->
Ppx_deriving_runtime.unit sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>