RepetitiveStatement.this

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.

  1. this(void* ptr, Flag!"Take" take)
  2. this(gda.statement.Statement stmt)
    class RepetitiveStatement

Parameters

stmt gda.statement.Statement

a #GdaStatement object

Return Value

a new #GdaRepetitiveStatement object