|  | Qore ConnectionProvider Module Reference 2.1
    | 
| Variables | |
| const | ConnectionProvider::PF_AUTOMATIC_PING = (1 << 1) | 
| Ping flag: automatic / scheduled ping. | |
| const | ConnectionProvider::PF_THROW_EXCEPTION = (1 << 0) | 
| const ConnectionProvider::PF_AUTOMATIC_PING = (1 << 1) | 
Ping flag: automatic / scheduled ping.
This should be set internally when calling ping() and can be used by connection classes to selectively disable automatic pings, for example, for metered or rate-limited connections
| const ConnectionProvider::PF_THROW_EXCEPTION = (1 << 0) | 
Ping flag: throw exception on error