Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
現在のバインドパラメータに関する情報を取得します。
public typedef struct a_sqlany_bind_param_info
a_sqlany_data_direction
パラメータの方向。
a_sqlany_data_value
バインドされる入力値に関する情報。
char *
パラメータの名前へのポインタ。
バインドされる出力値に関する情報。
sqlany_get_bind_param_info() を使用して、この構造体にデータを移植できます。
a_sqlany_bind_param_info 構造体の使用例については、インストールされている SQL Anywhere の sdk\dbcapi\examples ディレクトリにあるサンプルファイルを参照してください。