Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (Français) » UltraLite - M-Business Anywhere Programming » UltraLite for M-Business Anywhere API reference » ResultSet class

 

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.