ncloud_datacatalog_get_table_schema
Retrieve table schema including column names, types, and descriptions by specifying catalog, database, and table.
Instructions
Get table schema (column names, types, descriptions)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageNo | No | Page number (default: 1) | |
| pageSize | No | Page size 1~200 (default: 20) | |
| catalogId | Yes | Catalog ID | |
| tableName | Yes | Table name | |
| databaseName | Yes | Database name |