API Data Provider - Online Help

Schema Discovery

Lists the available tables.

The following query retrieves the available tables:

          SELECT * FROM sys_tables
          

Columns

Name Type Description
CatalogName String The database containing the table.
SchemaName String The schema containing the table.
TableName String The name of the table.
TableType String The table type.
Description String A description of the table.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839.0