| 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 |
|---|---|
static Transaction.IsolationLevel |
Transaction.IsolationLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Transaction.IsolationLevel[] |
Transaction.IsolationLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
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.IsolationLevel isolationLevel) |
Copyright © 2019. All rights reserved.