#include <set.h>
List of all members.
Detailed Description
template<class T>
class dbSet< T >
Small set implementation. Number of elements in the set should not be greater than 64. Template class is used to allow static type checking for different sets. Template parameter is intended to be enum.
Member Function Documentation
Generate query expression to check if field is in set
- Parameters:
-
| field | name of the field of integer type |
- Returns:
- query expression checing if table field is in this set
Generate query expression to compare two sets
- Parameters:
-
| field | name of the field of dbSet type |
- Returns:
- query expression comparing the table field with this set
template<class T>
dbSet<T> dbSet< T >::operator, |
( |
T |
elem |
) |
[inline] |
Generate query expression to compare two sets
- Parameters:
-
| field | name of the field of dbSet type |
- Returns:
- query expression comparing the table field with this set
Generate query expression to compare two sets
- Parameters:
-
| field | name of the field of dbSet type |
- Returns:
- query expression comparing the table field with this set
Generate query expression to compare two sets
- Parameters:
-
| field | name of the field of dbSet type |
- Returns:
- query expression comparing the table field with this set
Generate query expression to compare two sets
- Parameters:
-
| field | name of the field of dbSet type |
- Returns:
- query expression comparing the table field with this set
Generate query expression to compare two sets
- Parameters:
-
| field | name of the field of dbSet type |
- Returns:
- query expression comparing the table field with this set
The documentation for this class was generated from the following file: