Trait BufferResultsTrait
Contains a setter for marking a Statement as buffered
        
    Namespace: Cake\Database\Statement
    
    
    
      
  
      Property Summary
- 
        $_bufferResults protected
boolWhether or not to buffer results in php
 
Method Summary
- 
          
bufferResults() public
Whether or not to buffer results in php
 
Method Detail
bufferResults() ¶ public
bufferResults(bool $buffer): $this
      Whether or not to buffer results in php
Parameters
- 
                
bool$buffer Toggle buffering
Returns
$this