Liking cljdoc? Tell your friends :D

com.eldrix.iort.core

iort: interoperable outcomes research tools

iort: interoperable outcomes research tools
raw docstring

add-constraints-sqlclj

(add-constraints-sql config)

Return a sequence of SQL DDL statements to add foreign key constraints. Parameters: options map with:

  • :cdm-version - e.g. "5.4".
Return a sequence of SQL DDL statements to add foreign key constraints. 
Parameters: options map with:
- :cdm-version - e.g. "5.4".
sourceraw docstring

add-indices-sqlclj

(add-indices-sql config)

Return a sequence of SQL DDL statements to add indices. As per the CDM advice, fields ending in '_id' are indexed. It is usually faster to defer creation of indices until AFTER large imports of data iff there is confidence in the integrity of that source information, such as the OMOP CDM vocabularies dataset. Parameters: a configuration map with:

  • :cmd-version - e.g. "5.4".
Return a sequence of SQL DDL statements to add indices. As per the CDM 
advice, fields ending in '_id' are indexed. It is usually faster to defer 
creation of indices until AFTER large imports of data iff there is confidence
in the integrity of that source information, such as the OMOP CDM 
vocabularies dataset.
Parameters: a configuration map with:
- :cmd-version - e.g. "5.4".
sourceraw docstring

cdm-versionsclj

(cdm-versions)

Return a set of supported versions. e.g.

(cdm-versions)
=>
#{" 5.4 "}
Return a set of supported versions.
e.g. 
```
(cdm-versions)
=>
#{" 5.4 "}
```
sourceraw docstring

create-database-sqlclj

(create-database-sql config)
source

create-tables-sqlclj

(create-tables-sql config)

Return SQL DDL statements to create the OMOP CDM database tables. Parameters: an options map with:

  • :cdm-version - e.g. "5.4".
Return SQL DDL statements to create the OMOP CDM database tables. 
Parameters: an options map with:
- :cdm-version - e.g. "5.4".
sourceraw docstring

dialectsclj

Return a set of supported dialects.

Return a set of supported dialects.
sourceraw docstring

drop-constraints-sqlclj

(drop-constraints-sql config)

Return a sequence of SQL DDL statements to drop OMOP CDM constraints. Parameters: an options map with:

  • :cdm-version - e.g. "5.4".
Return a sequence of SQL DDL statements to drop OMOP CDM constraints. 
Parameters: an options map with:
- :cdm-version - e.g. "5.4".
sourceraw docstring

drop-database-sqlclj

(drop-database-sql config)
source

drop-indices-sqlclj

(drop-indices-sql config)

Return a sequence of SQL DDL statements to drop OMOP CDM indices. Parameters: a configuration map with:

  • :cmd-version - e.g. "5.4".
Return a sequence of SQL DDL statements to drop OMOP CDM indices.
Parameters: a configuration map with:
- :cmd-version - e.g. "5.4".
sourceraw docstring

drop-tables-sqlclj

(drop-tables-sql config)

Return a sequence of SQL DDL statements to drop OMOP CDM database tables. Parameters: a configuration map with:

  • :cmd-version - e.g. "5.4".
Return a sequence of SQL DDL statements to drop OMOP CDM database tables.
Parameters: a configuration map with:
- :cmd-version - e.g. "5.4".
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close