Schema Discovery
Schema information is available in the form of system tables which can be queried to display schema information and available data source functionality. The included system tables are listed here.
Schema Tables
The following tables return database metadata for API:
- sys_tables: Lists the available tables.
- sys_tablecolumns: Describes the columns of the available tables.
- sys_procedures: Describes the available stored procedures.