51 constructor(
string name,
string description,
string url, hash<auto> attributes = {}, hash<auto> options = {})
abstract base class for connections
Definition: AbstractConnectionWithInfo.qc.dox.h:30
string name
connection name
Definition: AbstractConnection.qc.dox.h:36
abstract base class for connections
Definition: AbstractConnection.qc.dox.h:32
*hash< auto > getOptions()
returns static / initialization options
constructor(string name, string description, string url, hash< auto > attributes={}, hash< auto > options={})
creates the AbstractConnection object
abstract hash< ConnectionSchemeInfo > getConnectionSchemeInfoImpl()
Returns the ConnectionSchemeInfo hash for this object.
*hash< auto > getDefaultOptions()
returns default options
string url
connection URL (potentially with password info)
Definition: AbstractConnection.qc.dox.h:42
hash< ConnectionSchemeInfo > getConnectionSchemeInfo()
Returns the ConnectionSchemeInfo hash for this object.
the ConnectionProvider namespace. All classes used in the ConnectionProvider module should be inside ...
Definition: AbstractConnection.qc.dox.h:26