38int qof_query_get_max_results (
const QofQuery *q);
52GList * qof_query_get_terms (
const QofQuery *q);
57QofQueryPredData *qof_query_term_get_pred_data (
const QofQueryTerm *queryterm);
58gboolean qof_query_term_is_inverted (
const QofQueryTerm *queryterm);
66void qof_query_get_sorts (
QofQuery *q, QofQuerySort **primary,
67 QofQuerySort **secondary, QofQuerySort **tertiary);
71gint qof_query_sort_get_sort_options (
const QofQuerySort *querysort);
72gboolean 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.