Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
A bind parameter structure used to bind parameter and prepared statements.
public struct a_sqlany_bind_param
a_sqlany_data_direction
The direction of the data. (input, output, input_output).
char *
Name of the bind parameter. This is only used by sqlany_describe_bind_param().
a_sqlany_data_value
The actual value of the data.
To view examples of the a_sqlany_bind_param structure in use, see the following topics: