Liking cljdoc? Tell your friends :D

wagoe.platform.shell.adapters.database.mysql.utils

MySQL utility functions and DDL helpers.

MySQL utility functions and DDL helpers.
raw docstring

analyze-tableclj

(analyze-table datasource table-name)

Update MySQL table statistics for better query planning.

Update MySQL table statistics for better query planning.
sourceraw docstring

auto-increment-primary-keyclj

(auto-increment-primary-key)

Get MySQL auto-increment primary key definition.

Get MySQL auto-increment primary key definition.
sourceraw docstring

boolean-column-typeclj

(boolean-column-type)

Get MySQL boolean column type definition.

Get MySQL boolean column type definition.
sourceraw docstring

datetime-column-typeclj

(datetime-column-type)

Get MySQL datetime column type definition.

Get MySQL datetime column type definition.
sourceraw docstring

explain-queryclj

(explain-query datasource query-map)
(explain-query datasource query-map format-type)

Get MySQL query execution plan.

Get MySQL query execution plan.
sourceraw docstring

optimize-tableclj

(optimize-table datasource table-name)

Optimize MySQL table to reclaim space and update indexes.

Optimize MySQL table to reclaim space and update indexes.
sourceraw docstring

server-infoclj

(server-info datasource)

Get MySQL server information.

Get MySQL server information.
sourceraw docstring

show-enginesclj

(show-engines datasource)

List available MySQL storage engines.

List available MySQL storage engines.
sourceraw docstring

show-processlistclj

(show-processlist datasource)

Show active MySQL connections and queries.

Show active MySQL connections and queries.
sourceraw docstring

show-table-statusclj

(show-table-status datasource)
(show-table-status datasource table-name)

Show MySQL table status and statistics.

Show MySQL table status and statistics.
sourceraw docstring

show-variablesclj

(show-variables datasource)
(show-variables datasource pattern)

Show MySQL system variables.

Show MySQL system variables.
sourceraw docstring

timestamp-column-typeclj

(timestamp-column-type)

Get MySQL timestamp column type definition.

Get MySQL timestamp column type definition.
sourceraw docstring

uuid-column-typeclj

(uuid-column-type)

Get MySQL UUID column type definition.

Get MySQL UUID column type definition.
sourceraw docstring

varchar-uuid-column-typeclj

(varchar-uuid-column-type)

Get MySQL varchar UUID column type definition.

Get MySQL varchar UUID column type definition.
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