H2 metadata and table introspection utilities.
H2 metadata and table introspection utilities.
(get-table-info datasource table-name)Get H2 table column information.
Args: datasource: H2 datasource table-name: Table name (string or keyword)
Returns: Vector of column information maps
Get H2 table column information. Args: datasource: H2 datasource table-name: Table name (string or keyword) Returns: Vector of column information maps
(table-exists? datasource table-name)Check if a table exists in H2.
Args: datasource: H2 datasource table-name: Table name (string or keyword)
Returns: Boolean - true if table exists
Check if a table exists in H2. Args: datasource: H2 datasource table-name: Table name (string or keyword) Returns: Boolean - true if table exists
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 |