![]()  | 
  
    MySQL 8.0.44
    
   Source Code Documentation 
   | 
 
A RAII class to handle turning on batch mode in front of scanning a row iterator, and then turn it back off afterwards (on destruction). More...
#include <pfs_batch_mode.h>
Public Member Functions | |
| PFSBatchMode (RowIterator *iterator) | |
| ~PFSBatchMode () | |
Private Attributes | |
| RowIterator * | m_iterator | 
A RAII class to handle turning on batch mode in front of scanning a row iterator, and then turn it back off afterwards (on destruction).
Use this when scanning an iterator, e.g. using a for loop. See the comments on RowIterator::StartPSIBatchMode for more details.
      
  | 
  inlineexplicit | 
      
  | 
  inline | 
      
  | 
  private |