list_="tables"
<do action_="sql" list_="tables"
schema_="[SCHEMA]" value_="@r"/>
populates @r
with a list of the names of all available tables in the specified schema.
Syntax
<dynamic> <do action_="sql" list_="tables" schema_="[SCHEMA]" value_="@r"/> <widget class_="list" initlist_="{@r}"/> </dynamic>
Attributes for list_="tables"
schema_
- The specified schema in which to find the tables.
value_
@r
is a list of the names of all available tables in the specified schema.