24#ifndef QOF_QUERYCOREP_H
25#define QOF_QUERYCOREP_H
35void qof_query_core_init(
void);
36void qof_query_core_shutdown (
void);
44typedef gint (*QofQueryPredicateFunc) (gpointer object,
46 QofQueryPredData *pdata);
49QofQueryPredicateFunc qof_query_core_get_predicate (gchar
const *type);
50QofCompareFunc qof_query_core_get_compare (gchar
const *type);
53gboolean qof_query_core_predicate_equal (
const QofQueryPredData *p1,
const QofQueryPredData *p2);
gint64 time64
Most systems that are currently maintained, including Microsoft Windows, BSD-derived Unixes and Linux...
QofNumericMatch
Comparisons for QOF_TYPE_NUMERIC, QOF_TYPE_DEBCRED.
QofDateMatch
Comparisons for QOF_TYPE_DATE The QOF_DATE_MATCH_DAY comparison rounds the two time values to mid-day...
QofCharMatch
A CHAR type is for a RECNCell, Comparisons for QOF_TYPE_CHAR 'ANY' will match any character in the st...
QofStringMatch
List of known core query data-types... Each core query type defines it's set of optional "comparator ...
API for providing core Query data types.
The type used to store guids in C.