getBytes method

Returns the value for the specified column as an array of bytes.

Syntax
Array getBytes( UInt16 index )
Parameters
  • index   The ID number of the column. The first column in the result set has an ID of one.

Remarks

Only valid for columns of type SQLType.BINARY or SQLType.LONGBINARY.