Qore ConnectionProvider Module Reference
1.5
|
connection information hash as returned by AbstractConnection::getInfo() More...
Public Attributes | |
bool | debug_data |
a boolean value indicating whether the connection should be subject to data debugging. This flag does not affect anything by default, it is for user re-implementations | |
string | desc |
the connection description | |
bool | enabled |
a boolean value indicating if the connection should be enabled or not. This flag does not affect anything by default, it is for user re-implementations | |
bool | has_provider = False |
if the connection supports the data provider API | |
*date | last_check |
the date/time value of the last connection check (or NOTHING if not checked) | |
bool | locked |
a boolean value indicating whether the connection is locked or not. This flag does not affect anything by default, it is for user re-implementations | |
bool | loopback |
a boolean vaue indicating if the connection is a loopback connection | |
bool | monitor |
a boolean vaue indicating if the connection should be monitored or not | |
string | name |
the connection name | |
*hash | opts |
the original options used to create the object | |
string | status |
a string giving the connection's status | |
hash< auto > | tags |
user-defined key-value pairs associated with the connection | |
string | type |
the connection type | |
bool | up = False |
a boolean vaue indicating the connection is known to be up (will be False if not checked) | |
*date | updated |
the date/time value of the update (or NOTHING if not updated) | |
string | url |
the URL for the connection including the password (if any present and the with_password argument is True) | |
hash | url_hash |
a hash of URL information as returned by parse_url() | |
connection information hash as returned by AbstractConnection::getInfo()