a #GdaConnection object which "proxies" all the calls to another connection which executes in a sub thread.
Connection.isWrapper
bool isWrapper() @propertyGet isWrapper property.
Returns
This property, if set to true, specifies that the connection is not a real connection, but rather
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.
void isWrapper(bool propval) @propertySet isWrapper property.
Parameters
propval | 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.