a_sqlany_bind_param_info struct

Used to bind prepared statement parameters for execution.

Syntax
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;
Properties
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.
See also
Examples

To view examples of the a_sqlany_bind_param_info struct reference syntax, see: