pub unsafe extern "C" fn cass_data_type_type_name(
    data_type: *const CassDataType,
    type_name: *mut *const c_char,
    type_name_length: *mut usize
) -> CassError
Expand description

Gets the type name of a UDT data type.

Note: Only valid for UDT data types.

@param[in] data_type @param[out] type_name @param[out] type_name_length @return CASS_OK if successful, otherwise an error occurred.