Used to bind prepared statement parameters for execution.
typedef struct a_sqlany_bind_param_info
{
char * name;
a_sqlany_data_direction direction;
a_sqlany_data_value input_value;
a_sqlany_data_value output_value;
} a_sqlany_bind_param_info;
Name | Type | Description |
---|---|---|
direction | a_sqlany_data_direction | Parameter direction. |
input_value | a_sqlany_data_value | Information about the bound input value. |
name | char * | Pointer to name of the parameter. |
output_value | a_sqlany_data_value | Information about the bound output value. |
To view examples of the a_sqlany_bind_param_info struct reference syntax, see:
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |