list_="schemas"
  
  <do action_="sql" list_="schemas"
          catalog_="[CATALOG]" value_"@r"/> populates
        @r with a list of the names of all available schemas to which the user has
      access in the specified catalog.
Syntax
<dynamic>
    <do action_="sql" list_="schemas"
     catalog_="[CATALOG]"
     value_="@r"/>
     <widget class_="list" initlist_="{@r}"/>
</dynamic>
    Attributes for list_="schemas"
      
      - catalog_
- The default catalog is "tenten", which does not need to be specified in this or any other SQL metadata actions.
- value_
- @ris a list of the names of all available schemas to which the user has access in the specified catalog.
