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
a_sqlany_data_direction
データの方向 (入力、出力、入出力)。
char *
バインドパラメーターの名前。sqlany_describe_bind_param() によってのみ使用されます。
a_sqlany_data_value
データの実際の値。
a_sqlany_bind_param 構造体の使用例については、インストールされている SQL Anywhere の sdk\dbcapi\examples ディレクトリにあるサンプルファイルを参照してください。