| Package | Description |
|---|---|
| be.bendem.sqlstreams |
This package contains the public API for the
sql-streams package. |
| be.bendem.sqlstreams.impl | |
| be.bendem.sqlstreams.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BatchUpdate |
interface |
Execute<Statement extends PreparedStatement> |
interface |
ParameterProvider<Provider extends ParameterProvider<Provider,Statement>,Statement extends PreparedStatement>
Represents an object holding a
PreparedStatement and providing methods
to set it up for a sql query. |
interface |
Query |
interface |
SqlStream
This class is the main entry point from this library.
|
interface |
StatementHolder<Statement extends PreparedStatement>
Represents an object holding an instance of
PreparedStatement. |
interface |
Transaction
Represents a transaction bound to a specific
Connection. |
interface |
Update |
| Modifier and Type | Class and Description |
|---|---|
class |
SqlImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
SingleConnectionDataSource
Wraps a single connection that is reused each time
SingleConnectionDataSource.getConnection() is called. |
Copyright © 2019. All rights reserved.