Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
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, or SQLType.UUID when value is of length 16.