Appends bytes to a column.
public virtual bool AppendByteChunk( const char * cname, const ul_byte * value, size_t valueSize )
cname The name of the column.
value The byte chunk to append.
valueSize The size of the byte chunk in bytes.
True on success; otherwise, returns false.
The given bytes are appended to the end of the column written so far by AppendBinaryChunk method calls.