get_="column"
<do action_="sql" get_="column"
schema_="[SCHEMA]" table_="[TABLE]"
objname_="[COLUMN]" value_="@r"/>
populates
@r
with metadata for the specified column from the specified table in the
specified schema.
Description
<do action_="sql" get="column"/>
is equivalent to looking up the column
by name in the table returned by <do action_=”sql” get_=”table”/>
, but
is more convenient.
Syntax
<dynamic> <do action_="sql" get_="column" schema_="[SCHEMA]" table_="[TABLE]" objname_="[COLUMN]" value_="@r"/> </dynamic>
Attributes for get_="column"
schema_
- The specified schema from which to retrieve information.
table_
- The specified table from which to retrieve information.
objname_
- The name of the column from which to retrieve information.
value_
- The information returned by
get_="column"
is saved as a package to the dynamic variable@r
.@r
contains 11 entries.