| 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 |
|---|---|
Transaction |
Transaction.commit()
Commits the current transaction.
|
Transaction |
Transaction.rollback()
Rollbacks the current transaction.
|
Transaction |
SqlStream.transaction()
Opens a new transaction bound to a single connection.
|
Transaction |
SqlStream.transaction(Transaction.IsolationLevel isolationLevel)
Opens a new transaction bound to a single connection.
|
| Modifier and Type | Method and Description |
|---|---|
Transaction |
SqlImpl.transaction() |
Transaction |
SqlImpl.transaction(Transaction.IsolationLevel isolationLevel) |
Copyright © 2019. All rights reserved.