company logo

Binary :: assign - Assign binary data block

The method assigns the binary data block passed in cBinary to the calling binary data block handle (by reference). If cBinary is null ( isNull() ), the calling string will be set to null, too.

Return value:  Binary data block handle ( odaba::Binary & )

Constant reference to a binary data block handle, which may contain binary data up to 2 GB.

Implementation details

odaba::Binary & Binary  :: assign ( odaba::Binary &cBinary )


  • cBinary - Binary data block handle

    Constant reference to a binary data block handle, which may contain binary data up to 2 GB.