Class ORMQuery
Represent an object-relationship-aware SQL query
-
Alchemy\core\Element
implements
Alchemy\core\IElement
-
Alchemy\core\query\Query
implements
Alchemy\core\query\IQuery
-
Alchemy\orm\ORMQuery
Methods summary
public
|
|
public
|
#
__set( mixed $name, mixed $value )
|
public
|
|
public
|
#
joins( mixed $args = false )
|
public
|
#
where( Alchemy\core\query\Expression $expr = false )
Set the Query's WHERE expression. Calling this multiple times will overwrite
the previous expressions. You should instead call this once with a
CompoundExpression.
Set the Query's WHERE expression. Calling this multiple times will overwrite
the previous expressions. You should instead call this once with a
CompoundExpression.
Parameters
Overrides
|
public
|
|
public
|
|
Methods inherited from Alchemy\core\Element
__callStatic(),
__clone(),
addTag(),
addTags(),
copy(),
define(),
define_alias(),
getDescription(),
getID(),
getTag(),
getType(),
get_definition(),
listTags(),
normalize_arg()
|