Appends bytes to a column.
public virtual bool AppendByteChunk( ul_column_num cid, const ul_byte * value, size_t valueSize )
cid The 1-based ordinal column number.
value The byte chunk to append.
valueSize The size of the byte chunk in bytes.
True on success, otherwise false.
The given bytes are appended to the end of the column written so far by AppendBinaryChunk calls.