Static Public Member Functions | |
static | union ($left, $right) |
| |
static | unionBlock () |
| |
static | unionAll ($left, $right) |
| |
static | unionAllBlock () |
| |
static | intersect ($left, $right) |
| |
static | intersectBlock () |
| |
static | intersectAll ($left, $right) |
| |
static | intersectAllBlock () |
| |
static | except ($left, $right) |
| |
static | exceptBlock () |
| |
static | exceptAll ($left, $right) |
| |
static | exceptAllBlock () |
| |
Public Attributes | |
const | UNION = 'UNION' |
const | UNION_ALL = 'UNION ALL' |
const | INTERSECT = 'INTERSECT' |
const | INTERSECT_ALL = 'INTERSECT ALL' |
const | EXCEPT = 'EXCEPT' |
const | EXCEPT_ALL = 'EXCEPT ALL' |
query1 UNION [ALL] query2 .... query1 INTERSECT [ALL] query2 .... query1 EXCEPT [ALL] query2 ....
Definition at line 25 of file CombineQuery.class.php.
static CombineQuery::union | ( | $ | left, | |
$ | right | |||
) | [static] |
static CombineQuery::unionBlock | ( | ) | [static] |
Definition at line 47 of file CombineQuery.class.php.
References $args, and QueryChain::block().
static CombineQuery::unionAll | ( | $ | left, | |
$ | right | |||
) | [static] |
static CombineQuery::unionAllBlock | ( | ) | [static] |
Definition at line 65 of file CombineQuery.class.php.
References $args, and QueryChain::block().
static CombineQuery::intersect | ( | $ | left, | |
$ | right | |||
) | [static] |
static CombineQuery::intersectBlock | ( | ) | [static] |
Definition at line 83 of file CombineQuery.class.php.
References $args, and QueryChain::block().
static CombineQuery::intersectAll | ( | $ | left, | |
$ | right | |||
) | [static] |
static CombineQuery::intersectAllBlock | ( | ) | [static] |
Definition at line 101 of file CombineQuery.class.php.
References $args, and QueryChain::block().
static CombineQuery::except | ( | $ | left, | |
$ | right | |||
) | [static] |
static CombineQuery::exceptBlock | ( | ) | [static] |
Definition at line 119 of file CombineQuery.class.php.
References $args, and QueryChain::block().
static CombineQuery::exceptAll | ( | $ | left, | |
$ | right | |||
) | [static] |
static CombineQuery::exceptAllBlock | ( | ) | [static] |
Definition at line 137 of file CombineQuery.class.php.
References $args, and QueryChain::block().
const CombineQuery::UNION = 'UNION' |
const CombineQuery::UNION_ALL = 'UNION ALL' |
const CombineQuery::INTERSECT = 'INTERSECT' |
const CombineQuery::INTERSECT_ALL = 'INTERSECT ALL' |
const CombineQuery::EXCEPT = 'EXCEPT' |
const CombineQuery::EXCEPT_ALL = 'EXCEPT ALL' |