Class mysql_Result
MySQL storage result.
- Core\Object implements Core\Chainable
- Core\Set implements Core\Accessor
- Core\Set\Mutable implements Core\Mutator
- Core\Field implements Core\Inquiry
- Core\Storage_Result implements Countable, Iterator
- Core\Storage\SQL_Result
- Core\Storage\Driver\mysql_Result
Package: Core\Storage
Since: 3.0
Requires: PHP 5.3, MySQLi
Version: 1.0
Located at Storage/Driver/mysql.inc.php
Methods summary
public
|
#
__construct(
|
public
|
|
public
|
|
public
|
#
rewind( )
Resets the result set to the first entry (used by iterators). When MySQL was configured to use data fetch mode, this method does nothing; rewinding is not possible. |
Methods inherited from Core\Storage\SQL_Result
Methods inherited from Core\Field
getDataForKey()
,
getDataForKeys()
,
getDataForUndefinedKey()
,
issetDataForKey()
,
offsetExists()
,
offsetGet()
,
offsetSet()
,
offsetUnset()
Methods inherited from Core\Set\Mutable
Methods inherited from Core\Object
__autocreateFactory()
,
__call()
,
__processParameters()
,
__toString()
,
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
integer
|
$_indexMode
MySQL index mode used when the result set was created. |
|
protected
|
$_result
MySQLi query result. |
Properties inherited from Core\Storage_Result
$_v_affectedRows
,
$_v_contextArgument
,
$_v_driver
,
$_v_insertID
,
$_v_position
,
$_v_rowClass
,
$_v_rows
Properties inherited from Core\Field
Magic properties inherited from Core\Storage_Result
$affectedRows
,
$contextArgument
,
$driver
,
$insertID
,
$position
,
$row
,
$rowClass
,
$rows