Function cassandra_cpp_sys::cass_result_column_type [] [src]

pub unsafe extern "C" fn cass_result_column_type(
    result: *const CassResult,
    index: usize
) -> CassValueType

Gets the column type at index for the specified result.

@public @memberof CassResult

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