RepetitiveStatement.appendSet

bool appendSet(gda.set.Set values, bool makeCopy)

Specifies that rstmt be executed one time with the values contained in values.

A new #GdaSet to be used as the values argument can be obtained using [gda.repetitive_statement.RepetitiveStatement.getTemplateSet].

Parameters

valuesa #GdaSet object with the values to be used
makeCopytrue if values is copied, and false if values is only ref'ed

Returns

a new #GdaRepetitiveStatement object