
TX/MAM Database Protocol Manual - document version: 2.2 – Page 4
4. Defines
The following defines are used within the library:
The maximum number of rows that
can be retrieved from the database in
one call.
The size for a small text blob
database field.
This criterion will use the
'AND' operator with the next
criterion.
This criterion will use the 'OR'
operator with the next
criterion.
Get all records from a table.
Get all records where the
provided value equals the field
value.
Get all records where the
provided value is part of the
field value. Can only be used
with string or text blob fields.
Get all records where the field
value is greater than the
provided value; usually
applied for integer or int64
fields.
Get all records where the field
value is smaller than the
provided value; usually
applied for integer or int64
fields.
COP_GREATER_THAN_OR
_EQUALS
Get all records where the field
value is greater than or equals
the provided value; usually
applied for integer or int64
fields.
COP_SMALLER_THAN_OR
_EQUALS
Get all records where the field
value is smaller than or equals
the provided value; usually
applied for integer or int64
fields.
Order the results by the
indicated field.
Use the ascending sort order.
Comentarios a estos manuales