Edit
↰
Home
↑
pq
↑
Result
↻
Result::fetchBound
↲
★ Changelog
↲
★ Fetching Results
↲
Result::bind
↲
Result::count
↲
Result::desc
↲
Result::fetchAll
↲
Result::fetchAllCols
↲
Result::fetchCol
↲
Result::fetchRow
↲
Result::map
#
array
pq\Result::fetchBound
()
Iteratively fetch a row into bound variables. See
pq\Result::bind
().
Params:
#
None.
Returns:
#
array
, the fetched row as numerically indexed
array
.
NULL
, when iteration ends.
Throws:
#
pq\Exception\InvalidArgumentException
pq\Exception\BadMethodCallException
pq\Exception\RuntimeException
Show Comments from Github Discussions