Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
カラムのメタデータ情報を取得し、a_sqlany_column_info 構造体にカラムに関する情報を格納します。
public sacapi_bool sqlany_get_column_info( a_sqlany_stmt * sqlany_stmt, sacapi_u32 col_index, a_sqlany_column_info * buffer )
sqlany_stmt sqlany_prepare() または sqlany_execute_direct() によって作成された文オブジェクト。
col_index カラムの数は、0 ~ sqlany_num_cols() - 1 の間です。
buffer カラム情報を格納するカラム info 構造体。
成功した場合は 1。カラムのインデックスが範囲外の場合、または文が結果セットを返さない場合は 0。