PDOStatement extends Statement uses PDOStatementImplementation

Table of Contents

Methods

fetch()  : mixed
{@inheritdoc}
fetchAll()  : mixed
{@inheritdoc}
fetchColumn()  : mixed
{@inheritdoc}
fetchOne()  : mixed
{@inheritdoc}
mapResourceToString()  : mixed
Map resources to string like is done for e.g. in mysqli driver

Methods

fetch()

{@inheritdoc}

public fetch([mixed $fetchMode = null ][, mixed $cursorOrientation = PDO::FETCH_ORI_NEXT ][, mixed $cursorOffset = 0 ]) : mixed
Parameters
$fetchMode : mixed = null
$cursorOrientation : mixed = PDO::FETCH_ORI_NEXT
$cursorOffset : mixed = 0

fetchAll()

{@inheritdoc}

public fetchAll([mixed $fetchMode = null ][, mixed $fetchArgument = null ][, mixed $ctorArgs = null ]) : mixed
Parameters
$fetchMode : mixed = null
$fetchArgument : mixed = null
$ctorArgs : mixed = null

fetchColumn()

{@inheritdoc}

public fetchColumn([mixed $columnIndex = 0 ]) : mixed
Parameters
$columnIndex : mixed = 0

fetchOne()

{@inheritdoc}

public fetchOne([mixed $columnIndex = 0 ]) : mixed
Parameters
$columnIndex : mixed = 0

mapResourceToString()

Map resources to string like is done for e.g. in mysqli driver

protected mapResourceToString(mixed $record) : mixed
Parameters
$record : mixed

        
On this page

Search results