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
Result s. |
Batch add(String sql)
sql
- the statement to addBatch
IllegalArgumentException
- if sql
is null
Copyright © 2021. All rights reserved.