![]() |
Qorus Integration Engine® Community Edition 6.0.0_dev
|
defines functions used in the client library More...
Classes | |
class | OMQ::AbstractConnectionFileHelper |
this class is used to parse the connection files in the server and client More... | |
class | OMQ::CryptoKeyHelper |
manages Qorus encryption keys More... | |
Namespaces | |
namespace | OMQ |
main Qorus namespace | |
namespace | OMQ::UserApi |
user API namespace root | |
Functions | |
list< auto > | OMQ::UserApi::remove_from_list (list< auto > list, auto val) |
uses the select operator to remove all occurences of a value from a list More... | |
list< auto > | OMQ::UserApi::remove_from_list (reference list, auto val) |
uses the select operator to remove all occurences of a value from a list More... | |
string | OMQ::UserApi::xml_change_encoding (string xml, string enc) |
returns a string with the XML encoding name changed to that given as an argument More... | |
string | OMQ::UserApi::xml_get_encoding (string xml) |
returns the XML encoding name given in the string (not the actual string encoding, which may be different) More... | |
string | OMQ::UserApi::serialize_qorus_data (auto d) |
returns a string giving the default serialization of the given data structure for storage in Qorus More... | |
auto | OMQ::UserApi::deserialize_qorus_data (string data) |
parses serialized data in either XML-RPC or YAML format and returns the corresponding qore data More... | |
string | OMQ::UserApi::get_salted_string (string str, binary salt) |
returns a string that has been x-ored with binary "salt" data | |
softint | OMQ::UserApi::next_sequence_value (AbstractDatasource ds, string name) |
returns the next sequence value for the given sequence | |
string | OMQ::UserApi::get_ds_desc (hash< auto > h, *int dd_opts) |
returns a datasource description string from a datasource configuration hash More... | |
list< hash< CallStackInfo > > | OMQ::UserApi::get_thread_call_stack () |
allows Qore::get_thread_call_stack() to be called from Qorus interfaces More... | |
Variables | |
const | Priv::OLD_QORUS_LEVEL_TO_LEVEL |
Old qorus loging levels to currenct logger level. | |
public const | OMQ::UserApi::DD_WITH_PASSWORD = 1 << 0 |
includes the password in the return value More... | |
public const | OMQ::UserApi::DD_SHORT = 1 << 1 |
does not include character encoding and options in the return value | |
defines functions used in the client library