MySQL utility functions and DDL helpers.
MySQL utility functions and DDL helpers.
(analyze-table datasource table-name)Update MySQL table statistics for better query planning.
Update MySQL table statistics for better query planning.
(auto-increment-primary-key)Get MySQL auto-increment primary key definition.
Get MySQL auto-increment primary key definition.
(boolean-column-type)Get MySQL boolean column type definition.
Get MySQL boolean column type definition.
(datetime-column-type)Get MySQL datetime column type definition.
Get MySQL datetime column type definition.
(explain-query datasource query-map)(explain-query datasource query-map format-type)Get MySQL query execution plan.
Get MySQL query execution plan.
(optimize-table datasource table-name)Optimize MySQL table to reclaim space and update indexes.
Optimize MySQL table to reclaim space and update indexes.
(server-info datasource)Get MySQL server information.
Get MySQL server information.
(show-engines datasource)List available MySQL storage engines.
List available MySQL storage engines.
(show-processlist datasource)Show active MySQL connections and queries.
Show active MySQL connections and queries.
(show-table-status datasource)(show-table-status datasource table-name)Show MySQL table status and statistics.
Show MySQL table status and statistics.
(show-variables datasource)(show-variables datasource pattern)Show MySQL system variables.
Show MySQL system variables.
(timestamp-column-type)Get MySQL timestamp column type definition.
Get MySQL timestamp column type definition.
(uuid-column-type)Get MySQL UUID column type definition.
Get MySQL UUID column type definition.
(varchar-uuid-column-type)Get MySQL varchar UUID column type definition.
Get MySQL varchar UUID column type definition.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |