 |
Qore ConnectionProvider Module Reference
1.4
|
the ConnectionProvider namespace. All classes used in the ConnectionProvider module should be inside ...
Definition: AbstractConnection.qc.dox.h:26
string name
connection name
Definition: AbstractConnection.qc.dox.h:36
constructor(string name, string description, string url, hash attributes={}, hash options={})
creates the FilesystemConnection object
hash< ConnectionSchemeInfo > getConnectionSchemeInfoImpl()
Returns the ConnectionSchemeInfo hash for this object.
abstract base class for connections
Definition: AbstractConnectionWithInfo.qc.dox.h:30
const ConnectionScheme
Connection entry info.
Definition: FilesystemConnection.qc.dox.h:39
class for filesystem connections; returns an object of type Qore::Dir
Definition: FilesystemConnection.qc.dox.h:35
hash< auto > hash(object obj)
string url
connection URL (potentially with password info)
Definition: AbstractConnection.qc.dox.h:42
string getType()
returns "dir"
Dir getImpl(bool connect=True, *hash rtopts)
returns a Qore::Dir object