| Package | Description |
|---|---|
| be.bendem.sqlstreams |
This package contains the public API for the
sql-streams package. |
| be.bendem.sqlstreams.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Transaction
Represents a transaction bound to a specific
Connection. |
| Modifier and Type | Method and Description |
|---|---|
static SqlStream |
SqlStream.connect(Connection connection)
Constructs a
SqlStream instance holding a single connection. |
static SqlStream |
SqlStream.connect(DataSource dataSource)
|
<T> SqlStream |
SqlStream.registerCustomBinding(Class<T> clazz,
PreparedStatementBinderByIndex<T> preparedStatementBinderByIndex) |
| Modifier and Type | Class and Description |
|---|---|
class |
SqlImpl |
Copyright © 2019. All rights reserved.