11 #ifndef DB_QUERY_LOCAL_H
12 #define DB_QUERY_LOCAL_H
21 #define dbq_assert(cond) arb_assert(cond)
40 #define QUERY_EXPRESSIONS 3 // no of search-lines in search tool
42 #define QUERY_SORT_CRITERIA_BITS 7 // number of "real" sort criteria
43 #define QUERY_SORT_CRITERIA_MASK ((1<<QUERY_SORT_CRITERIA_BITS)-1)
107 : selector(selector_)
119 awar_tree_name = tree_awar_name;
127 #error db_query_local.h included twice
128 #endif // DB_QUERY_LOCAL_H
void set_tree_awar_name(const char *tree_awar_name)
#define QUERY_EXPRESSIONS
char * awar_acceptConvError
char * awar_keys[QUERY_EXPRESSIONS]
const char * get_tree_name() const
bool GB_user_flag(GBDATA *gbd, unsigned char user_bit)
char * awar_setprotection
GB_HASH * hit_description
bool expect_hit_in_ref_list
AW_selection_list * hitlist
char * awar_operator[QUERY_EXPRESSIONS]
char * awar_parspredefined
char * awar_not[QUERY_EXPRESSIONS]
SmartPtr< QueryExpr > buildQueryExpr()
DbQuery(ItemSelector &selector_)
bool is_queried(GBDATA *gb_item) const
char * awar_queries[QUERY_EXPRESSIONS]