VLC  2.1.0-git
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
ml_element_t Struct Reference

Element of a query: criteria type/value pair Used for update and delete queries. More...

Data Fields

ml_select_e criteria
 SELECT criteria type.
union {
   int   i
   char *   str
value
 SELECT criteria value (string or int)
union {
   int   i
   char *   str
lvalue
 Refer to.

Detailed Description

Element of a query: criteria type/value pair Used for update and delete queries.

Field Documentation

ml_select_e ml_element_t::criteria

SELECT criteria type.

See Also
ml_select_e

Referenced by ml_DeleteSimple(), and ml_FreeElement().

int ml_element_t::i

Referenced by ml_DeleteSimple().

union { ... } ml_element_t::lvalue

Refer to.

See Also
ml_ftree_t lvalue docs

Referenced by ml_FreeElement().

char* ml_element_t::str

Referenced by ml_FreeElement().

union { ... } ml_element_t::value

SELECT criteria value (string or int)

Referenced by ml_DeleteSimple(), and ml_FreeElement().


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