52 constructor(
string name,
string description,
string url, hash<auto> attributes = {}, hash<auto> options = {})
abstract base class for connections
Definition: AbstractConnection.qc.dox.h:34
string url
connection URL (potentially with password info)
Definition: AbstractConnection.qc.dox.h:44
string name
connection name
Definition: AbstractConnection.qc.dox.h:38
abstract base class for connections
Definition: AbstractConnectionWithInfo.qc.dox.h:32
hash< ConnectionSchemeInfo > getConnectionSchemeInfo()
Returns the ConnectionSchemeInfo hash for this object.
abstract hash< ConnectionSchemeInfo > getConnectionSchemeInfoImpl()
Returns the ConnectionSchemeInfo hash for this object.
constructor(string name, string description, string url, hash< auto > attributes={}, hash< auto > options={})
creates the AbstractConnection object
*hash< auto > getDefaultOptions()
returns default options
*hash< auto > getOptions()
returns static / initialization options
The ConnectionProvider namespace.
Definition: AbstractConnection.qc.dox.h:28