38 int qof_query_get_max_results (
const QofQuery *q);
52 GList * qof_query_get_terms (
const QofQuery *q);
55 QofQueryParamList * qof_query_term_get_param_path (
const QofQueryTerm *queryterm);
57 QofQueryPredData *qof_query_term_get_pred_data (
const QofQueryTerm *queryterm);
58 gboolean qof_query_term_is_inverted (
const QofQueryTerm *queryterm);
66 void qof_query_get_sorts (
QofQuery *q, QofQuerySort **primary,
67 QofQuerySort **secondary, QofQuerySort **tertiary);
70 QofQueryParamList * qof_query_sort_get_param_path (
const QofQuerySort *querysort);
71 gint qof_query_sort_get_sort_options (
const QofQuerySort *querysort);
72 gboolean qof_query_sort_get_increasing (
const QofQuerySort *querysort);
GSList QofQueryParamList
A list of parameters (QofIdType) used to describe a parameter to use in a predicate or when sorting...
find objects that match a certain expression.