|
|
A comparison relation.
- See also:
- Table::begin_seek
- Enumerator:
-
| DB_SEEK_LESS |
Less than. |
| DB_SEEK_LESS_OR_EQUAL |
Less than or equal to. |
| DB_SEEK_FIRST_EQUAL |
First exact match. |
| DB_SEEK_LAST_EQUAL |
Last exact match. |
| DB_SEEK_GREATER |
Greater than. |
| DB_SEEK_GREATER_OR_EQUAL |
Greater than or equal to. |
| DB_SEEK_EQUAL |
Equivalent to DB_SEEK_FIRST_EQUAL. |
|