background image
<< Statement Handling Functions | Understanding Database Vuser Scripts >>
<< Statement Handling Functions | Understanding Database Vuser Scripts >>

Variable Handling Functions

Creating Vuser Scripts
Chapter 9, page 146
Database Vuser Scripts · Developing Database Vuser Scripts
In
Variable Handling Functions
lrd_assign
Assigns a null-terminated string to a variable.
lrd_assign_ext
Assigns a storage area to a variable.
lrd_assign_literal
Assigns a literal string (containing null-
characters) to a variable.
lrd_assign_bind
Assigns a null-terminated string to a variable and
binds it to a place holder.
lrd_assign_bind_ext
Assigns a storage area value to a variable and
binds it to a place holder.
lrd_assign_bind_literal
Assigns a literal string (containing null-
characters) to a variable and binds it to a place
holder.
lrd_to_printable
Converts a variable to a printable string.