background image
<< Access Management Functions | Variable Handling Functions >>
<< Access Management Functions | Variable Handling Functions >>

Statement Handling Functions

Database Vuser Scripts · Developing Database Vuser Scripts
Creating Vuser Scripts
Chapter 9, page 145
Statement Handling Functions
lrd_bind_col
Binds a host variable to an output column.
lrd_bind_cols
Binds a host variable array to columns.
lrd_bind_cursor
Binds a cursor to a place holder.
lrd_bind_placeholder
Binds a host variable or array to a place holder.
lrd_cancel
Cancels the previous statement.
lrd_data_info
Gets I/O information. (CtLib only)
lrd_dynamic
Specifies a dynamic SQL statement to be
processed (CtLib only).
lrd_exec
Executes the previously specified SQL
statement.
lrd_send_data
Sends data to the server.
lrd_stmt
Specifies an SQL statement to be processed.
Statement Correlating Functions
lrd_save_col
Saves the value of a table cell to a parameter.
lrd_save_value
Saves a place holder descriptor value to a
parameter.
lrd_save_ret_param
Saves the value of a return-parameter to a
parameter (CtLib only).