Value.setFromValue

Sets the value of a GdaValue from another GdaValue. This is different from gda_value_copy, which creates a new GdaValue. gda_value_set_from_value, on the other hand, copies the contents of copy into value, which must already be allocated.

class Value
int
setFromValue

Parameters

from Value

the value to copy from.

Return Value

Type: int

TRUE if successful, FALSE otherwise.

Meta