Gets information about the currently bound parameters.
public typedef struct a_sqlany_bind_param_info
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. |
sqlany_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.
Discuss this page in DocCommentXchange.
|
Copyright © 2012, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.1 |