DatabaseStatement (namespace)
Namespace Cake\Database\Statement
Class summary
-
BufferedStatement
A statement decorator that implements buffered results.
-
CallbackStatement
Wraps a statement in a callback that allows row results to be modified when being fetched.
-
PDOStatement
Decorator for \PDOStatement class mainly used for converting human readable fetch modes into PDO constants.
-
StatementDecorator
Represents