- groovy.sql.BatchingPreparedStatementWrapper
 
    
        - 
    
 Class which delegates to a PreparedStatement but keeps track of
 a batch count size. If the batch count reaches the predefined number,
 this Statement does an executeBatch() automatically. If batchSize is
 zero, then no batching is performed.
 
           
    
 
    
        - 
        
        
        
        
        
        
            
        
        
        
        
        
        
        
        
        
        
        
        
            
            - 
                    
Methods Summary
                    
               
            
            - 
                    
Inherited Methods Summary
                    
                    
                        Inherited Methods 
                        
                            | Methods inherited from class | 
                            Name | 
                        
                        
                        
                            class BatchingStatementWrapper | 
                            addBatch, clearBatch, close, executeBatch, incrementBatchCount, invokeMethod, processResult, reset | 
                        
                        
                            class GroovyObjectSupport | 
                            getMetaClass, getProperty, invokeMethod, setMetaClass, setProperty | 
                        
                    
                   
               
                
        
        
     
    
 
    
        - 
           
            
            
            
            
            
            
            
            
            
            
                - 
                    
                
                    
Method Detail
                    
                        
                        
                            - 
                                
public void addBatch(Object[] parameters)
                                
                             
                        
                    
                        
                        
                    
                 
            
            
         
    
 
    
    
    Copyright © 2003-2021 The Apache Software Foundation. All rights reserved.