A statement decorator that implements buffered results.
Wraps a statement in a callback that allows row results to be modified when being fetched.
Statement class meant to be used by a Mysql PDO driver
Decorator for \PDOStatement class mainly used for converting human readable fetch modes into PDO constants.
Statement class meant to be used by an Sqlite driver
Statement class meant to be used by an Sqlserver driver
Represents a database statement. Statements contains queries that can be executed multiple times by binding different values on each call. This class also helps convert values to their valid representation for the corresponding types.
Contains a setter for marking a Statement as buffered