RepetitiveStatement.appendSet

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.

class RepetitiveStatement
bool
appendSet

Parameters

values gda.set.Set

a #GdaSet object with the values to be used

makeCopy bool

true if values is copied, and false if values is only ref'ed

Return Value

Type: bool

a new #GdaRepetitiveStatement object