gda.repetitive_statement

Module for [RepetitiveStatement] class

Types 3

Methods
GType _gType() @property
RepetitiveStatement self()Returns `this`, for use in `with` statements.
RepetitiveStatementGidBuilder builder()Get builder for [gda.repetitive_statement.RepetitiveStatement] Returns: New builder object
bool 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(void * ptr, Flag!"Take" take)
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...

Fluent builder for [gda.repetitive_statement.RepetitiveStatement]