Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
最後のフェッチ操作によってフェッチされたデータに関する情報を取り出します。
public sacapi_bool sqlany_get_data_info( a_sqlany_stmt * sqlany_stmt, sacapi_u32 col_index, a_sqlany_data_info * buffer )
sqlany_stmt sqlany_execute() または sqlany_execute_direct() によって実行された文オブジェクト。
col_index カラムの数は、0 ~ sqlany_num_cols() - 1 の間です。
buffer フェッチされたデータのメタデータを格納するデータ info バッファー。
成功した場合は 1、失敗した場合は 0。指定したパラメーターのいずれかが無効であった場合、失敗が返されます。