pub unsafe extern "C" fn cass_collection_append_string(
    collection: *mut CassCollection,
    value: *const c_char
) -> CassError
Expand description

Appends an “ascii”, “text” or “varchar” to the collection.

@public @memberof CassCollection

@param[in] collection @param[in] value The value is copied into the collection object; the memory pointed to by this parameter can be freed after this call. @return CASS_OK if successful, otherwise an error occurred.