pub unsafe extern "C" fn cass_result_column_name(
    result: *const CassResult,
    index: usize,
    name: *mut *const c_char,
    name_length: *mut usize
) -> CassError
Expand description

Gets the column name at index for the specified result.

@public @memberof CassResult

@param[in] result @param[in] index @param[out] name The column name at the specified index. @param[out] name_length @return CASS_OK if successful, otherwise error occurred