Class Row
Representation of a row in a result.
-
Neevo\Row
implements
ArrayAccess,
Countable,
IteratorAggregate
Methods summary
public
|
|
public
integer
|
#
update( )
Updates corresponding database row if available.
Updates corresponding database row if available.
Returns
integer Number of affected rows.
Throws
|
public
integer
|
#
delete( )
Deletes corresponding database row if available.
Deletes corresponding database row if available.
Returns
integer Number of affected rows.
Throws
|
public
array
|
#
toArray( )
Returns values as an array.
Returns values as an array.
Returns
array
|
public
boolean
|
#
isFrozen( )
Returns whether the row is not able to update it's state.
Returns whether the row is not able to update it's state.
Returns
boolean
|
public
|
|
public
ArrayIterator
|
|
public
|
|
public
|
#
__set( mixed $name, mixed $value )
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
Magic methods summary
Properties summary