Skip to main content
The metadata command group lets you browse the schema structure of a connected data source — catalogs, schemas, tables, columns, stored procedures, and parameters. All metadata commands require an active connection. See connection create to set one up.

metadata catalogs

Lists all catalogs available in the connection.
Options Output

metadata schemas

Lists all schemas in the connection, optionally filtered by catalog.
Options Output

metadata tables

Lists all tables available in the connection, optionally filtered by catalog and schema.
Options Output

metadata columns

Lists all columns for a table, optionally filtered by catalog and schema.
Options Output Each column is described using JDBC metadata fields. Only the first column is shown in full below; the remaining columns follow the same structure.

metadata procedures

Lists all stored procedures available in the connection.
Options Output

metadata parameters

Lists all parameters for a stored procedure.
Options Output Each parameter is described using JDBC metadata fields. Only the first parameter is shown in full below; the remaining parameters follow the same structure.