get_="catalog"

<do action_="sql" get_="catalog" catalog_="[CATALOG]" value_="@r"/> populates @r with a specified database catalog.

Syntax

<dynamic>
    <do action_="sql" get_="catalog"
     catalog_="[CATALOG]"
     value_="@r"/>
</dynamic>

Attributes for get_="catalog"

catalog_
The specifed database catalog. The default catalog is tenten.
value_
The information returned by get_="catalog" is saved as a package to the dynamic variable @r. The package contains three equal-length list values. The length is the number of schemas in the catalog.
name
The name of each schema. @r.name is the same list value as returned by <do action_=”sql” list_=”schemas”/>
users
For each schema, a list of users with read access to the schema. These users can query the schema and objects in the schema.
admins
For each schema, a list of users with admin access to the schema. These users can add, change, or drop objects in the schema.