Interface IMultiple
- MvcCore\Ext\Models\Db\Readers\IMultiple implements MvcCore\Ext\Models\Db\IReader
Direct known implementers
MvcCore\Ext\Models\Db\Readers\Multiple
Namespace: MvcCore\Ext\Models\Db\Readers
Located at ext-model-db/src/MvcCore/Ext/Models/Db/Readers/IMultiple.php
Located at ext-model-db/src/MvcCore/Ext/Models/Db/Readers/IMultiple.php
public
object[]
|
#
ToInstances( string $fullClassName, integer $readingFlags = 0, string $keyColumnName = NULL, string $keyType = NULL )
Read all fetched rows into instances by given full class name and reading flags. |
public
array[]
|
|
public
stdClass[]
|
|
public
int[]|float[]|string[]|bool[]|null
|
|
public
mixed[]
|
#
ToAny( callable $valueCompleter, string $keyColumnName = NULL, string $keyType = NULL )
Read all fetched rows into array with custom items created by given callable completer called for each row. Callable has to accept two arguments, first as raw row result and second is raw result key. Callable completer has to return created result item instance. |
GetExecResult(),
GetRawData(),
GetStatement()
|