30 typedef struct _QofQueryTerm QofQueryTerm;
31 typedef struct _QofQuerySort QofQuerySort;
35 qof_query_get_max_results (
QofQuery * q);
47 GList *qof_query_get_terms (
QofQuery * q);
50 qof_query_term_get_param_path (QofQueryTerm * queryterm);
52 qof_query_term_get_pred_data (QofQueryTerm * queryterm);
54 qof_query_term_is_inverted (QofQueryTerm * queryterm);
62 qof_query_get_sorts (
QofQuery * q, QofQuerySort ** primary,
63 QofQuerySort ** secondary,
64 QofQuerySort ** tertiary);
67 qof_query_sort_get_param_path (QofQuerySort * querysort);
69 qof_query_sort_get_sort_options (QofQuerySort * querysort);
71 qof_query_sort_get_increasing (QofQuerySort * querysort);
73 #ifdef QOF_DISABLE_DEPRECATED