public interface Batch
| Modifier and Type | Method and Description | 
|---|---|
| Batch | add(String sql)Add a statement to this batch. | 
| Publisher<? extends Result> | execute()Executes one or more SQL statements and returns the  Results. | 
Batch add(String sql)
sql - the statement to addBatchIllegalArgumentException - if sql is nullCopyright © 2020. All rights reserved.