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

 

setUUID method

Sets the value for the specified column using a UUID.

Syntax
setUUID( UInt16 columnID, UUID value )
Parameters
  • columnID   The ID number of the column. The first column in the table has an ID value of one.

  • value   The new value for the column.

Remarks

The data in the row is not actually changed until you execute an update, and that change is not permanent until it is committed. Only valid for columns of type SQLType.BINARY and length 16.

See also