| Package | Description |
|---|---|
| be.bendem.sqlstreams |
This package contains the public API for the
sql-streams package. |
| be.bendem.sqlstreams.impl |
| Modifier and Type | Method and Description |
|---|---|
BatchUpdate |
SqlStream.batchUpdate(String sql)
Prepares a DML statement to provide it multiple batches of parameters.
|
BatchUpdate |
BatchUpdate.next()
Ends the current batch of parameters.
|
BatchUpdate |
BatchUpdate.next(String sql)
Ends the current batch of parameters.
|
| Modifier and Type | Method and Description |
|---|---|
BatchUpdate |
SqlImpl.batchUpdate(String sql) |
Copyright © 2019. All rights reserved.