ECSTASY
All in the name
Loading...
Searching...
No Matches
include.hpp
Go to the documentation of this file.
1
11
12#ifndef ECSTASY_QUERY_CONDITIONS_HPP_
13#define ECSTASY_QUERY_CONDITIONS_HPP_
14
15#include "Condition.hpp"
16#include "EqualTo.hpp"
17#include "Greater.hpp"
18#include "GreaterEqual.hpp"
19#include "Less.hpp"
20#include "LessEqual.hpp"
21#include "NotEqualTo.hpp"
22
23#endif /* !ECSTASY_QUERY_CONDITIONS_HPP_ */
Equality condition.
Greater than condition.
Greater than or equal condition.
Less than condition.
Less than or equal condition.
Not equal condition.
Contains the condition resolution structures.