Holds the current fetch style (which will be used by the next fetch).

Type: int

See also

PDOStatement::fetch()

File

includes/database/prefetch.inc, line 93
Database interface code for engines that need complete control over their result sets.

Class

DatabaseStatementPrefetch
An implementation of DatabaseStatementInterface that prefetches all data.

Code

protected $fetchStyle = PDO::FETCH_OBJ;