Class Accessor_Selector
Selector query to fetch data from back-end.
- Core\Object implements Core\Chainable
-
Core\Set
implements
Core\Accessor
-
Core\Storage\Accessor_Node
-
Core\Storage\Accessor_Selector
Package: Core\Storage\Accessor
Since: 3.0
Requires: PHP 5.3
Version: 1.0
Located at Storage/Accessor.inc.php
Methods summary
public
|
|
public
|
|
public
|
|
public
|
#
having( mixed $val1 )
Sets a post-conditional applied after initial selection. Allows filtering based on computed selection results. |
public
|
|
public
|
|
public
|
Methods inherited from Core\Storage\Accessor_Node
Methods inherited from Core\Object
__autocreateFactory(),
__call(),
__processParameters(),
attachMethod(),
chain(),
getValueForKey(),
getValueForKeyPath(),
getValueForUndefinedKey(),
hash(),
issetValueForKey(),
setValueForKey(),
setValueForKeyPath(),
setValueForUndefinedKey(),
uuid()
Constants summary
Constants inherited from Core\Object
AnyParameterType,
AutochainParameterType,
AutocreateParameterType,
BooleanParameterType,
CharParameterType,
EnumParameterType,
IntegerParameterType,
RealParameterType,
StringParameterType,
UserParameterType
Properties summary
protected
|
$_v_conditional
List of conditional nodes. |
|
protected
boolean
|
$_v_distinct
DISTINCT selector mode. |
|
protected
|
$_v_group
Group node. |
|
protected
|
$_v_limit
Limit node. |
|
protected
array
|
$_v_nodes
Selection list nodes. |
|
protected
|
$_v_order
Ordering node. |
|
protected
|
$_v_postConditional
List of post-conditional nodes. |
Magic properties
public read-only
|
$conditional
Selector conditional. |
public read-only
boolean
|
$distinct
Duplicate filter control flag. |
public read-only
|
$group
Selector grouping. |
public read-only
|
$limit
Selector limits. |
public read-only
array
|
$nodes
Selection nodes. |
public read-only
|
$order
Result ordering. |
public read-only
|
$postConditional
Conditional applied after initial selection. |