set_row


Description:

public abstract void set_row (ModelIter iter, Variant[] row_members)

Sets all columns in the row iter points to, to those found in row_members.

The variants in row_members must match the types defined in the model's schema.

Parameters:

this

a Model

iter

a ModelIter

row_members

And array of Variants with type signature matching those from the model schema. If any of the variants have floating references these will be consumed