Public Member Functions | |
toBoolean (Form $form) | |
union (SelectQuery $query) | |
| |
unionAll (SelectQuery $query) | |
| |
intersect (SelectQuery $query) | |
| |
intersectAll (SelectQuery $query) | |
| |
except (SelectQuery $query) | |
| |
exceptAll (SelectQuery $query) | |
| |
Static Public Member Functions | |
static | block ($args, $logic) |
|
Definition at line 16 of file QueryChain.class.php.
QueryChain::toBoolean | ( | Form $ | form | ) |
static QueryChain::block | ( | $ | args, | |
$ | logic | |||
) | [static] |
Definition at line 26 of file QueryChain.class.php.
References $args, and SQLChain::$logic.
Referenced by CombineQuery::exceptAllBlock(), CombineQuery::exceptBlock(), CombineQuery::intersectAllBlock(), CombineQuery::intersectBlock(), CombineQuery::unionAllBlock(), and CombineQuery::unionBlock().
QueryChain::union | ( | SelectQuery $ | query | ) |
Definition at line 45 of file QueryChain.class.php.
References SQLChain::exp(), and CombineQuery::UNION.
QueryChain::unionAll | ( | SelectQuery $ | query | ) |
Definition at line 53 of file QueryChain.class.php.
References SQLChain::exp(), and CombineQuery::UNION_ALL.
QueryChain::intersect | ( | SelectQuery $ | query | ) |
Definition at line 61 of file QueryChain.class.php.
References SQLChain::exp(), and CombineQuery::INTERSECT.
QueryChain::intersectAll | ( | SelectQuery $ | query | ) |
Definition at line 69 of file QueryChain.class.php.
References SQLChain::exp(), and CombineQuery::INTERSECT_ALL.
QueryChain::except | ( | SelectQuery $ | query | ) |
Definition at line 77 of file QueryChain.class.php.
References CombineQuery::EXCEPT, and SQLChain::exp().
QueryChain::exceptAll | ( | SelectQuery $ | query | ) |
Definition at line 85 of file QueryChain.class.php.
References CombineQuery::EXCEPT_ALL, and SQLChain::exp().