RepetitiveStatement.this

this(void * ptr, Flag!"Take" take) nothrow
No documentation available for this declaration.
this(gda.statement.Statement stmt) nothrow

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

stmta #GdaStatement object

Returns

a new #GdaRepetitiveStatement object