list_="tvfs"

<do action_="sql" list_="tvfs" schema_="[SCHEMA]" value_="@r"/> populates @r with a list of the names of all table-valued functions in the specified schema.

Syntax

<dynamic>
    <do action_="sql" 
     list_="tvfs"
     schema_="[SCHEMA]"
     value_="@r"/>
     <widget class_="list" initlist_="{@r}"/>
</dynamic>

Attributes for list_="tvfs"

schema_
The specified schema in which to find the table-valued functions.
value_
@r is a list of the names of all available table-valued functions in the specified schema.