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
values | a #GdaSet object with the values to be used |
makeCopy | true if values is copied, and false if values is only ref'ed |
Returns
a new #GdaRepetitiveStatement object