ARB
|
Go to the source code of this file.
Classes | |
class | QUERY::DbQuery |
Namespaces | |
QUERY | |
Macros | |
#define | dbq_assert(cond) arb_assert(cond) |
#define | QUERY_EXPRESSIONS 3 |
#define | QUERY_SORT_CRITERIA_BITS 7 |
#define | QUERY_SORT_CRITERIA_MASK ((1<<QUERY_SORT_CRITERIA_BITS)-1) |
#define dbq_assert | ( | cond | ) | arb_assert(cond) |
Definition at line 21 of file db_query_local.h.
Referenced by TargetItem::aimTo(), QUERY::copy_selection_list_2_query_box(), create_colorize_window(), create_colorset_representation(), create_loadsave_colored_window(), create_modify_fields_window(), QUERY::create_query_box(), QUERY::DbQuery::DbQuery(), QUERY::DbQuery_update_list(), TargetItem::get_item(), FINAL_TYPE< SEQTYPE >::get_name(), is_pseudo_key(), FINAL_TYPE< SEQTYPE >::iterate(), loadsave_colorset_cb(), mark_colored_cb(), modify_fields_of_queried_cb(), perform_query_cb(), QUERY::query_spec::query_spec(), QUERY::search_duplicated_field_content(), set_field_of_queried_cb(), SET_QUERIED(), setup_modify_fields_config(), and split_sort_mask().
#define QUERY_EXPRESSIONS 3 |
Definition at line 40 of file db_query_local.h.
Referenced by QUERY::DbQuery::buildQueryExpr(), QUERY::create_query_box(), query_box_setup_config(), and QUERY::DbQuery::~DbQuery().
#define QUERY_SORT_CRITERIA_BITS 7 |
Definition at line 42 of file db_query_local.h.
Referenced by result_sort_order_changed_cb(), and split_sort_mask().
#define QUERY_SORT_CRITERIA_MASK ((1<<QUERY_SORT_CRITERIA_BITS)-1) |
Definition at line 43 of file db_query_local.h.
Referenced by split_sort_mask().