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 cBinaryis 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 overview

Implementation details

  1. - internal feature (not documented)
    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.

  2. to list
  3. Assign string data to data block
    odaba::Binary & Binary  :: assign ( odaba::String &sValue )

    The function allows converting string sata into a binary data block.

    • sValue - String value
  4. to list