|
kmediad 0.5.0a
A cross-platform Web-based audio player
|
Models search constraints in a way that can be converted to and from a URI in a web browser or other client. Each constraint is represented by a kmediad_SearchOp object in the list 'ops'. The search contraints can be applied distjuncively (OR) or conjunctively (AND). Obviously this syntax is not as powerful as SQL, but it's safer and more elegant than passing SQL queries in HTTP requests. More...
#include <kmediad_searchconstraints.h>
Data Fields | |
| klib_Object | base |
| BOOL | disposing |
| int | first |
| Constrain the search to search at this row. | |
| int | limit |
| Maximum number of rows to match. | |
| klib_List * | ops |
| List of search operations. | |
| BOOL | disjunctive |
Models search constraints in a way that can be converted to and from a URI in a web browser or other client. Each constraint is represented by a kmediad_SearchOp object in the list 'ops'. The search contraints can be applied distjuncively (OR) or conjunctively (AND). Obviously this syntax is not as powerful as SQL, but it's safer and more elegant than passing SQL queries in HTTP requests.
Constrain the search to search at this row.
Maximum number of rows to match.
List of search operations.
1.7.4