Connection.executionSlowdown

Set executionSlowdown property.

  1. uint executionSlowdown [@property getter]
  2. uint executionSlowdown [@property setter]
    class Connection
    @property
    void
    executionSlowdown
    (
    uint propval
    )

Parameters

propval uint

Artificially slows down the execution of queries. This property can be used to debug some problems. If non zero, this value is the number of microseconds waited before actually executing each query.