|
deprecated hash | omq_read_option_file () |
| backwards-compatible option parsing - parses everything into a single hash More...
|
|
deprecated | parse_dbparams () |
| backwards-compatible function More...
|
|
deprecated | process_datasource (string line) |
| backwards-compatible function More...
|
|
deprecated Datasource | get_datasource (string name) |
| backwards-compatible function More...
|
|
| open_datasources () |
| opens all system datasource and any optional list of datasources given to the function
|
|
string | getWarningString (hash ex) |
| returns a string representing a warning from an exception hash More...
|
|
string | get_next_sequence_value (string name) |
| returns the next value of the given sequence from the system "omq" datasource as a string More...
|
|
int | get_next_sequence_value_int (string name) |
| returns the next value of the given sequence from the system "omq" datasource as an int More...
|
|
list | insert_in_list (list l, any val, int pos) |
| inserts an element in a list More...
|
|
list | insert_in_list (reference l, any val, int pos) |
| inserts an element in a list More...
|
|
hash | remove_key (hash h, string key) |
| removes a key from a hash More...
|
|
int | get_index (list l, any val) |
| returns the index of the first element in the list that matches the 2nd argument with soft comparisons
|
|
bool | lists_equal_ignore_order (list list1, list list2) |
| returns True if the two list arguments are equal ignoring the order of the elements with soft comparisons
|
|
bool | lists_equal_ignore_order_hard (list list1, list list2) |
| returns True if the two list arguments are equal ignoring the order of the elements with hard comparisons
|
|
bool | list_subset (list small, list big) |
| returns True if small only has elements that are present in big (small <= big) with soft comparisons More...
|
|
bool | list_subset (any small, list big) |
| returns True if small is in big (or big is empty and small is NOTHING) otherwise returns False; uses soft comparisons More...
|
|
bool | list_subset_hard (list small, list big) |
| returns True if small only has elements that are present in big (small <= big) with hard comparisons More...
|
|
bool | list_subset_hard (any small, list big) |
| returns True if small is in big (or big is empty and small is NOTHING) otherwise returns False; uses hard comparisons More...
|
|
deprecated *string | get_program_name () |
| returns the current script name More...
|
|
bool | unique_elements (list l, any dup) |
| returns True if the list has all unique elements; uses soft comparisons
|
|
bool | unique_elements_hard (list l, any dup) |
| returns True if the list has all unique elements; uses hard comparisons
|
|
this is the main include file for the Qorus client library