Class Accessor_Eraser
Eraser queries remove matching rows from the storage.
- Core\Object implements Core\Chainable
- Core\Set implements Core\Accessor
- Core\Storage\Accessor_Node
- Core\Storage\Accessor_Eraser
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
|
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
|
$_v_limit
List of limiter nodes. |
|
protected
|
$_v_nodes
List of nodes to erase. |
Magic properties
public read-only
|
$conditional
Condition to select matching rows for deletion. |
public read-only
|
$limit
Limit. |
public read-only
|
$nodes
References to erase rows from. |