|
XMMS2
|
Functions to build an SQL query from a collection. More...
#include <string.h>#include <glib.h>#include "xmmspriv/xmms_collquery.h"#include "xmms/xmms_log.h"Go to the source code of this file.
Enumerations | |
| enum | coll_query_alias_type_t { XMMS_QUERY_ALIAS_ID, XMMS_QUERY_ALIAS_PROP } |
| enum | coll_query_value_type_t { COLL_QUERY_VALUE_TYPE_STRING, COLL_QUERY_VALUE_TYPE_INT, COLL_QUERY_VALUE_TYPE_BOTH } |
Functions | |
| GString * | xmms_collection_get_query (xmms_coll_dag_t *dag, xmmsv_coll_t *coll, guint limit_start, guint limit_len, xmmsv_t *order, xmmsv_t *fetch, xmmsv_t *group) |
Functions to build an SQL query from a collection.
Definition in file collquery.c.
Definition at line 39 of file collquery.c.
Definition at line 58 of file collquery.c.
1.7.3