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

SELECT criteria type.

See also:
ml_select_e

Referenced by ml_DeleteSimple(), and ml_FreeElement().

Referenced by ml_DeleteSimple().

union { ... } ml_element_t::lvalue

Refer to.

See also:
ml_ftree_t lvalue docs

Referenced by ml_FreeElement().

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:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines