Returns the value for the specified column as an array of bytes.
public Array getBytes(UInt16 cid)
cid The 1-based column ID.
The column value as an array of bytes.
Only valid for columns of type SQLType.BINARY or SQLType.LONGBINARY.