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.
Output
metadata schemas
Lists all schemas in the connection, optionally filtered by catalog.
Output
metadata tables
Lists all tables available in the connection, optionally filtered by catalog and schema.
Output
metadata columns
Lists all columns for a table, optionally filtered by catalog and schema.
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.
Output
metadata parameters
Lists all parameters for a stored procedure.
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.