 |
Qore ConnectionProvider Module Reference
1.3
|
51 constructor(
string name,
string desc,
string url, hash<auto> attributes, hash<auto> options)
the ConnectionProvider namespace. All classes used in the ConnectionProvider module should be inside ...
Definition: AbstractConnection.qc.dox.h:27
abstract base class for connections
Definition: AbstractConnection.qc.dox.h:31
string name
connection name
Definition: AbstractConnection.qc.dox.h:35
string desc
connection description
Definition: AbstractConnection.qc.dox.h:38
string real_url
A string containing real url. With http(s) internal schema.
Definition: HttpBasedConnection.qc.dox.h:35
base class for HTTP-based connections that need their URLs rewritten to create the real connection ob...
Definition: HttpBasedConnection.qc.dox.h:31
*hash< auto > opts
connection options
Definition: AbstractConnection.qc.dox.h:50
hash< auto > urlh
broken down URL hash (as returned by Qore::parse_url())
Definition: AbstractConnection.qc.dox.h:53
string url
connection URL (potentially with password info)
Definition: AbstractConnection.qc.dox.h:41
bool monitor
monitoring flag
Definition: AbstractConnection.qc.dox.h:65