pub unsafe extern "C" fn cass_result_column_data_type(
    result: *const CassResult,
    index: usize
) -> *const CassDataType
Expand description

Gets the column data type at index for the specified result.

@public @memberof CassResult

@param[in] result @param[in] index @return The column type at the specified index. NULL is returned if the index is out of bounds.