Class Join
Represent a JOIN clause
- Alchemy\core\Element implements Alchemy\core\IElement
- Alchemy\core\query\Join implements Alchemy\core\query\IQueryFragment
public
|
#
__construct( string $direction, string $type,
Object constructor |
public
string
|
|
public
|
|
public
array(Scalar,
|
#
parameters( )
Recursively get all scalar parameters used by this clause in the order which they are used in the expression |
public
Table
|
|
public
string
|
__callStatic(),
__clone(),
addTag(),
addTags(),
copy(),
define(),
define_alias(),
getDescription(),
getID(),
getTag(),
get_definition(),
listTags(),
normalize_arg()
|
string |
LEFT
|
'LEFT' |
|
string |
RIGHT
|
'RIGHT' |
|
string |
FULL
|
'FULL' |
|
string |
INNER
|
'INNER' |
|
string |
OUTER
|
'OUTER' |
protected
mixed
|
$direction |
|
|
protected
mixed
|
$type |
|
|
protected
mixed
|
$table |
|
|
protected
mixed
|
$on |
|
$id,
$tags
|