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-20200521.tar.gz
md5=b9e861726ce73364e303f0cc1d5ec049
sha256=b9bfd29dc5c880c324ed77ec333053317fd0806f5a64b573b5031ee7fc227deb
sha512=5f73a65b5cf5c17788a75f64b3def21a9d8e53b32a876a4fee4570317a20b48ca69879e9dadaa399d7e57f2e9d262850650bcb031fd90f6bf21abdf8d99ce1a6
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| 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)"
>