| 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 |
|---|---|
Update |
SqlStream.update(SqlFunction<Connection,PreparedStatement> preparer)
Manually prepares a DML query from a
Connection. |
default Update |
SqlStream.update(String sql)
Prepares a DML sql statement.
|
| Modifier and Type | Method and Description |
|---|---|
Update |
SqlImpl.update(SqlFunction<Connection,PreparedStatement> preparer) |
Copyright © 2019. All rights reserved.