Class PDOCursor
PDO Database Cursor Implementation of PDO Database Cursor. Used by the BeanCollection to fetch one bean at a time.
- RedBeanPHP\Cursor\PDOCursor implements RedBeanPHP\Cursor
Namespace: RedBeanPHP\Cursor
Copyright:
License: BSD/GPLv2
Author: Gabor de Mooij and the RedBeanPHP Community
File: RedBeanPHP/Cursor/PDOCursor.php
Located at Cursor/PDOCursor.php
Copyright:
(c) G.J.G.T. (Gabor) de Mooij and the RedBeanPHP Community. This source file is subject to the BSD/GPLv2 License that is bundled with this source code in the file license.txt.
License: BSD/GPLv2
Author: Gabor de Mooij and the RedBeanPHP Community
File: RedBeanPHP/Cursor/PDOCursor.php
Located at Cursor/PDOCursor.php
public
|
#
__construct( PDOStatement $res, string $fetchStyle )
Constructor, creates a new instance of a PDO Database Cursor. |
public
array
|
|
public
|
protected
PDOStatement
|
$res
|
|
protected
string
|
$fetchStyle
|