pub unsafe extern "C" fn cass_user_type_set_string_by_name(
    user_type: *mut CassUserType,
    name: *const c_char,
    value: *const c_char
) -> CassError
Expand description

Sets an “ascii”, “text” or “varchar” in a user defined type at the specified name.

@cassandra{2.1+}

@public @memberof CassUserType

@param[in] user_type @param[in] name @param[in] value @return CASS_OK if successful, otherwise an error occurred.