Liking cljdoc? Tell your friends :D

wagoe.platform.shell.adapters.database.mysql.metadata

MySQL metadata and table introspection utilities.

MySQL metadata and table introspection utilities.
raw docstring

get-table-infoclj

(get-table-info datasource table-name)

Get MySQL table column information.

Args: datasource: MySQL datasource table-name: Table name (string or keyword)

Returns: Vector of column information maps

Get MySQL table column information.

Args:
  datasource: MySQL datasource
  table-name: Table name (string or keyword)

Returns:
  Vector of column information maps
sourceraw docstring

table-exists?clj

(table-exists? datasource table-name)

Check if a table exists in MySQL.

Args: datasource: MySQL datasource table-name: Table name (string or keyword)

Returns: Boolean - true if table exists

Check if a table exists in MySQL.

Args:
  datasource: MySQL datasource
  table-name: Table name (string or keyword)

Returns:
  Boolean - true if table exists
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