Appends a string chunk to a column.
public virtual bool AppendStringChunk( const char * cname, const char * value, size_t len )
cname The name of the column.
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.