Function cassandra_cpp_sys::cass_tuple_set_string [] [src]

pub unsafe extern "C" fn cass_tuple_set_string(
    tuple: *mut CassTuple,
    index: usize,
    value: *const c_char
) -> CassError

Sets an "ascii", "text" or "varchar" in a tuple at the specified index.

@cassandra{2.1+}

@public @memberof CassTuple

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