KI_BOUND_COL
Argument | Enumeration | Purpose |
---|---|---|
handle | Result set handle | |
col | Column number or name | |
bound_var | Variable that is bound | |
status | KDB_ERROR_ENUM | Return status |
KI_BOUND_COL
This function is used to find a variable in the program that is bound to a column in a rowset open on handle. The column is specified by its column ordinal col which is counted from 1 or by its column name.
CALL KI_BOUND_COL handle, "userid" TO sym, status
See also:
KI_BIND_COL