kmediad 0.5.0a
A cross-platform Web-based audio player
Data Fields
_kmediad_SearchConstraints Struct Reference

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_Listops
 List of search operations.
BOOL disjunctive

Detailed Description

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.


Field Documentation

Constrain the search to search at this row.

Maximum number of rows to match.

List of search operations.


The documentation for this struct was generated from the following file: