Gets information about the currently bound parameters.
 Syntax
 Syntaxpublic typedef struct a_sqlany_bind_param_info Members
 Members| Member name | Type | Description | 
|---|---|---|
| direction | a_sqlany_data_direction | The direction of the parameter. | 
| input_value | a_sqlany_data_value | Information about the bound input value. | 
| name | char * | A pointer to the name of the parameter. | 
| output_value | a_sqlany_data_value | Information about the bound output value. | 
 Remarks
 Remarkssqlany_get_bind_param_info() can be used to populate this structure.
To view examples of the a_sqlany_bind_param_info structure in use, see any of the following sample files in the sdk\dbcapi\examples directory of your SQL Anywhere installation.
 See also
 See also|  | Discuss this page in DocCommentXchange.
                   | Copyright © 2012, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.1 |