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