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