Skip to main content

Module list_views_tool

Module list_views_tool 

Source
Expand description

The list_views tool: returns the names and defining SQL of all views in the database. Useful for discovery before issuing queries against views.

Structs§

ListViewsInput
The input parameters for the list_views tool.
ListViewsOutput
The result of listing views in the database.
ListViewsTool
List all views in the database with their names and defining SQL statements.
ViewInfo
Metadata for a single view in the database.

Enums§

ListViewsError
Errors specific to the list_views tool.