Liking cljdoc? Tell your friends :D

datumbazo.meta


best-row-identifiersclj

(best-row-identifiers db & [{:keys [catalog schema table scope nullable]}])

Retrieves a description of a table's optimal set of columns that uniquely identifies a row.

Retrieves a description of a table's optimal set of columns that uniquely identifies a row.
sourceraw docstring

catalogsclj

(catalogs db)

Retrieves the catalog names available in this database.

Retrieves the catalog names available in this database.
sourceraw docstring

columnclj

(column db column)

Returns the information schema for column in db.

Returns the information schema for `column` in `db`.
sourceraw docstring

columnsclj

(columns db & [{:keys [catalog schema table name]}])

Retrieves a description of the database columns matching catalog, schema, table and name.

Retrieves a description of the database columns matching `catalog`,
`schema`, `table` and `name`.
sourceraw docstring

current-schemaclj

(current-schema db)

Returns the current schema from db.

Returns the current schema from `db`.
sourceraw docstring

indexesclj

(indexes db & [{:keys [catalog schema table unique approximate]}])

Retrieves a description of the given table's primary key columns.

Retrieves a description of the given table's primary key columns.
sourceraw docstring

primary-keysclj

(primary-keys db & [{:keys [catalog schema table]}])

Retrieves a description of the given table's primary key columns.

Retrieves a description of the given table's primary key columns.
sourceraw docstring

schemasclj

(schemas db)

Retrieves the catalog names available in this database.

Retrieves the catalog names available in this database.
sourceraw docstring

tableclj

(table db table)

Returns the information schema for table in db.

Returns the information schema for `table` in `db`.
sourceraw docstring

tablesclj

(tables db & [{:keys [catalog schema name types]}])

Retrieves a description of the database tables matching catalog, schema, name and types.

Retrieves a description of the database tables matching `catalog`,
`schema`, `name` and `types`.
sourceraw docstring

unique-columnsclj

(unique-columns db & [{:keys [catalog schema table name]}])

Retrieves the unique columns of a table.

Retrieves the unique columns of a table.
sourceraw docstring

viewsclj

(views db & [{:keys [catalog schema name types]}])

Retrieves a description of the database views matching catalog, schema and name.

Retrieves a description of the database views matching `catalog`,
`schema` and `name`.
sourceraw docstring

with-metadatacljmacro

(with-metadata [metadata-sym db] & body)

Get the metadata from the db connection, bind it to metadata-sym and evaluate body.

Get the metadata from the `db` connection, bind it to
`metadata-sym` and evaluate `body`.
sourceraw docstring

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

× close