Liking cljdoc? Tell your friends :D

datumbazo.information-schema


columnclj

(column db identifier)

Returns the columns for identifier.

Returns the columns for `identifier`.
sourceraw docstring

column-nameclj

(column-name db identifier)

Returns the column name of identifier.

Returns the column name of `identifier`.
sourceraw docstring

columnsclj

(columns db identifier)

Returns the columns for identifier.

Returns the columns for `identifier`.
sourceraw docstring

foreign-keysclj

(foreign-keys db identifier)

Returns the foreign key columns for identifier.

Returns the foreign key columns for `identifier`.
sourceraw docstring

primary-keysclj

(primary-keys db identifier)

Returns the primary key columns for identifier.

Returns the primary key columns for `identifier`.
sourceraw docstring

tableclj

(table db identifier)

Returns the identifier.

Returns the `identifier`.
sourceraw docstring

table-catalogclj

(table-catalog db)

Returns the table catalog of db.

Returns the table catalog of `db`.
sourceraw docstring

table-nameclj

(table-name db k)

Returns the table name of identifier.

Returns the table name of `identifier`.
sourceraw docstring

table-schemaclj

(table-schema db k)

Returns the table schema of identifier.

Returns the table schema of `identifier`.
sourceraw docstring

unique-keysclj

(unique-keys db identifier)

Returns the unique key columns for identifier.

Returns the unique key columns for `identifier`.
sourceraw docstring

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

× close