Class Accessor_Insert
Insertion query to insert new rows.
- Core\Object implements Core\Chainable
-
Core\Set
implements
Core\Accessor
-
Core\Storage\Accessor_Node
-
Core\Storage\Accessor_Insert
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
|
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
array
|
$_v_nodes
List of insertion column names. |
|
protected
|
$_v_update
Update node used on duplicate key. |
|
protected
|
$_v_values
List of values to insert. |
Magic properties
public read-only
array
|
$nodes
Key nodes to columns provided. |
public read-only
|
$update
Update columns list on duplicate key. |
public read-only
|
$values
Collection of values to insert. |