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 15 of file QueryChain.class.php.
static QueryChain::block | ( | $ | args, | |
$ | logic | |||
) | [static] |
Definition at line 25 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::except | ( | SelectQuery $ | query | ) |
Definition at line 76 of file QueryChain.class.php.
References CombineQuery::EXCEPT, and SQLChain::exp().
QueryChain::exceptAll | ( | SelectQuery $ | query | ) |
Definition at line 84 of file QueryChain.class.php.
References CombineQuery::EXCEPT_ALL, and SQLChain::exp().
QueryChain::intersect | ( | SelectQuery $ | query | ) |
Definition at line 60 of file QueryChain.class.php.
References SQLChain::exp(), and CombineQuery::INTERSECT.
QueryChain::intersectAll | ( | SelectQuery $ | query | ) |
Definition at line 68 of file QueryChain.class.php.
References SQLChain::exp(), and CombineQuery::INTERSECT_ALL.
QueryChain::toBoolean | ( | Form $ | form | ) |
Definition at line 17 of file QueryChain.class.php.
QueryChain::union | ( | SelectQuery $ | query | ) |
Definition at line 44 of file QueryChain.class.php.
References SQLChain::exp(), and CombineQuery::UNION.
QueryChain::unionAll | ( | SelectQuery $ | query | ) |
Definition at line 52 of file QueryChain.class.php.
References SQLChain::exp(), and CombineQuery::UNION_ALL.