get_database_info
Retrieve physical metadata from a Firebird database including path, ODS version, page size, pages, SQL dialect, and sweep interval using a database key.
Instructions
Return physical metadata for a Firebird database: path, ODS version (On-Disk Structure — indicates the Firebird engine version that created the database), page_size, pages (total allocated pages), sql_dialect (1 = legacy, 3 = standard/recommended), sweep_interval. database: key from list_databases.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database | Yes |