Liking cljdoc? Tell your friends :D

wagoe.platform.shell.adapters.database.postgresql.utils

PostgreSQL utility functions and DDL helpers.

PostgreSQL utility functions and DDL helpers.
raw docstring

active-connectionsclj

(active-connections datasource)

Get information about active PostgreSQL connections.

Get information about active PostgreSQL connections.
sourceraw docstring

analyze-tableclj

(analyze-table datasource)
(analyze-table datasource table-name)

Update PostgreSQL table statistics for better query planning.

Update PostgreSQL table statistics for better query planning.
sourceraw docstring

bigserial-primary-keyclj

(bigserial-primary-key)

Get PostgreSQL bigserial primary key definition.

Get PostgreSQL bigserial primary key definition.
sourceraw docstring

boolean-column-typeclj

(boolean-column-type)

Get PostgreSQL boolean column type definition.

Get PostgreSQL boolean column type definition.
sourceraw docstring

connection-infoclj

(connection-info datasource)

Get PostgreSQL connection and server information.

Get PostgreSQL connection and server information.
sourceraw docstring

create-database-urlclj

(create-database-url host port database & [options])

Create PostgreSQL JDBC URL from components.

Args: host: Database hostname port: Database port database: Database name options: Optional map of connection parameters

Returns: JDBC URL string

Create PostgreSQL JDBC URL from components.

Args:
  host: Database hostname
  port: Database port
  database: Database name
  options: Optional map of connection parameters

Returns:
  JDBC URL string
sourceraw docstring

enable-extensionclj

(enable-extension datasource extension-name)

Enable PostgreSQL extension.

Enable PostgreSQL extension.
sourceraw docstring

explain-queryclj

(explain-query datasource query-map)
(explain-query datasource query-map options)

Get PostgreSQL query execution plan.

Get PostgreSQL query execution plan.
sourceraw docstring

list-extensionsclj

(list-extensions datasource)

List installed PostgreSQL extensions.

List installed PostgreSQL extensions.
sourceraw docstring

serial-primary-keyclj

(serial-primary-key)

Get PostgreSQL serial primary key definition.

Get PostgreSQL serial primary key definition.
sourceraw docstring

timestamp-column-typeclj

(timestamp-column-type)

Get PostgreSQL timestamp column type definition.

Get PostgreSQL timestamp column type definition.
sourceraw docstring

uuid-column-typeclj

(uuid-column-type)

Get PostgreSQL UUID column type definition.

Get PostgreSQL UUID column type definition.
sourceraw docstring

vacuum-tableclj

(vacuum-table datasource table-name)
(vacuum-table datasource table-name options)

Vacuum PostgreSQL table to reclaim space and update statistics.

Vacuum PostgreSQL table to reclaim space and update statistics.
sourceraw docstring

varchar-uuid-column-typeclj

(varchar-uuid-column-type)

Get PostgreSQL varchar UUID column type definition for compatibility.

Get PostgreSQL varchar UUID column type definition for compatibility.
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close