PeServer

LocalSequenceIterator extends DatabaseResultBase
in package
implements Iterator

問い合わせ結果格納データ基底。

Tags
template

TFieldArray of FieldArrayAlias

template

TObject of object

implements

Iterator<TObject>

Table of Contents

Interfaces

Iterator

Properties

$columns  : array<string|int, mixed>
$className  : string
$mapper  : IMapper
$resultCount  : int
$sequence  : DatabaseSequenceResult

Methods

__construct()  : mixed
生成。
current()  : mixed
getResultCount()  : int
実行影響件数を取得。
key()  : int
next()  : void
rewind()  : void
valid()  : bool
mappingImpl()  : object
行データに対してオブジェクトマッピング処理。

Properties

Methods

getResultCount()

実行影響件数を取得。

public getResultCount() : int
Tags
phpstan-return

non-negative-int

Return values
int

mappingImpl()

行データに対してオブジェクトマッピング処理。

protected mappingImpl(array<string|int, mixed> $fields, string|object $classNameOrObject, IMapper $mapper) : object

上位でとりあえずいい感じにしとく感じで。

Parameters
$fields : array<string|int, mixed>
$classNameOrObject : string|object
$mapper : IMapper

マッピング処理。

Tags
template

TFieldArray of FieldArrayAlias

template

TObject of object

phpstan-param

TFieldArray $fields

phpstan-param

class-string<TObject>|TObject $classNameOrObject

phpstan-return

TObject

Return values
object

        
On this page

Search results