Appends a string chunk to a column.
public virtual bool AppendStringChunk( ul_column_num cid, const char * value, size_t len )
cid The 1-based ordinal column number.
value The string chunk to append.
len The length of the string chunk in bytes or UL_NULL_TERMINATED_STRING if the string is null-terminated.
True on success, otherwise false.
Appends the given string to the end of the string written so far by AppendStringChunk calls.