41            "cls": Class::forName(
"FilesystemConnection"),
 
   45                    "desc": 
"does not mark the connection as down if the directory is read only; use for example " 
   46                        "if the connection should point to a read-only base directory; interface directories " 
   47                        "should normally be writable",
 
   48                    "default_value": False,
 
   64    constructor(
string name, 
string description, 
string url, hash<auto> attributes = {}, hash<auto> options = {})
 
   80     Dir 
getImpl(
bool connect = True, *hash rtopts);
 
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
 
class for filesystem connections; returns an object of type Qore::Dir
Definition: FilesystemConnection.qc.dox.h:36
 
constructor(string name, string description, string url, hash< auto > attributes={}, hash< auto > options={})
creates the FilesystemConnection object
 
const ConnectionScheme
Connection entry info.
Definition: FilesystemConnection.qc.dox.h:40
 
string getType()
returns "dir"
 
hash< ConnectionSchemeInfo > getConnectionSchemeInfoImpl()
Returns the ConnectionSchemeInfo hash for this object.
 
Dir getImpl(bool connect=True, *hash rtopts)
returns a Qore::Dir object
 
The ConnectionProvider namespace.
Definition: AbstractConnection.qc.dox.h:28
 
Connection option information.
Definition: ConnectionSchemeCache.qc.dox.h:38
 
Connection provider information.
Definition: ConnectionSchemeCache.qc.dox.h:62