RepetitiveStatement.this
this
(void * ptr, Flag!"Take" take)No documentation available for this declaration.
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.appendSet. Use gda.connection.Connection.repetitiveStatementExecute to actually execute it.
Parameters
stmt | a #GdaStatement object |
Returns
a new #GdaRepetitiveStatement object