[ 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.
stmt |
a Statement object |
a new RepetitiveStatement object |