gda.repetitive_statement
Module for [RepetitiveStatement] class
Types 3
Methods
RepetitiveStatement self()Returns `this`, for use in `with` statements.RepetitiveStatementGidBuilder builder()Get builder for [gda.repetitive_statement.RepetitiveStatement] Returns: New builder objectgda.statement.Statement statement() @propertybool appendSet(gda.set.Set values, bool makeCopy)Specifies that rstmt be executed one time with the values contained in values.gda.set.Set[] getAllSets()Get all the values sets which will have been added using [gda.repetitive_statement.RepetitiveStatement.appendSet]. Returns: a new #GSList of #GdaSet objects (free with [glib.slist.SList.free]).bool getTemplateSet(gda.set.Set set)Gets a new #GdaSet object with the parameters used by the template statement in the rstmt object.Constructors
this(gda.statement.Statement stmt)Creates a new #GdaRepetitiveStatement object which, when executed, will execute stmt once for all the values set which will have been defined using [gda.repetitive_statement.RepetitiveStatement.app...Methods
T statement(gda.statement.Statement propval)classRepetitiveStatementGidBuilder : RepetitiveStatementGidBuilderImpl!RepetitiveStatementGidBuilder
Fluent builder for [gda.repetitive_statement.RepetitiveStatement]
Methods