getViewDefinition
getViewDefinitionRetrieve the SQL definition of a specified view or materialized view from a JDBC database. Provide connection and view name to get the underlying CREATE statement.
Instructions
Return the SQL text that defines one known view or materialized view. For its exposed fields, keys and other object metadata, use describeTable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| schema | No | ||
| connection | Yes | Database to run against. Call listConnections for valid names; do not guess. |