Method
RBRhythmDBdo_full_query_parsed
Declaration [src]
void
rhythmdb_do_full_query_parsed (
RhythmDB* db,
RhythmDBQueryResults* results,
RhythmDBQuery* query
)
Description [src]
Synchronously evaluates the parsed query query, feeding results
to results in chunks. Does not return until the query is complete.
Parameters
results-
Type:
RhythmDBQueryResultsA
RhythmDBQueryResultsinstance to feed results to.The data is owned by the caller of the method. query-
Type:
RhythmDBQueryA parsed query.
The data is owned by the caller of the method.