value_take_binary


Description:


public void value_take_binary (Value value, owned Binary binary)

Stores val into value, but on the contrary to value_set_binary, the binary argument is not copied, but used as-is and it should be considered owned by value.

Parameters:

value

a Value that will store val.

binary

a Binary structure with the data and its size to be stored in value.


Namespace: Gda
Package: libgda-6.0