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