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.
Computes execution times for each statement executed.
This property, if set to %TRUE, specifies that the connection is not a real connection, but rather a #GdaConnection object which "proxies" all the calls to another connection which executes in a sub thread.
Note: this property is used internally by Libgda and should not be directly used by any programs. Setting this property has no effect, reading it is supported, though.
Useful only when there is a mainloop and when the connection acts as a thread wrapper around another connection, it sets up a timeout to handle signals coming from the wrapped connection.
If the connection is not a thread wrapper, then this property has no effect.
Defines the number of #GdaConnectionEvent objects kept in memory which can be fetched using gda_connection_get_events().