RepetitiveStatement


Description:

[ CCode ( has_construct_function = false ) ]
[ Version ( since = "4.2" ) ]
public RepetitiveStatement (Statement stmt)

Creates a new RepetitiveStatement object which, when executed, will execute stmt once for all the values set which will have been defined using append_set.

Use repetitive_statement_execute to actually execute it.

Parameters:

stmt

a Statement object

Returns:

a new RepetitiveStatement object