sqlany_get_column_info( a_sqlany_stmt *, sacapi_u32 , a_sqlany_column_info *) method

Retrieves column metadata information and fills the a_sqlany_column_info structure with information about the column.

Syntax

public sacapi_bool sqlany_get_column_info ( a_sqlany_stmt * sqlany_stmt, sacapi_u32 col_index, a_sqlany_column_info * buffer)

Parameters

Returns

1 on success or 0 if the column index is out of range, or if the statement does not return a result set.