| Package | Description |
|---|---|
| net.openhft.chronicle.queue |
Main API for the Chronicle Queue library.
|
| net.openhft.chronicle.queue.internal.jdbc |
| Modifier and Type | Method and Description |
|---|---|
static JDBCStatement |
JDBCStatement.create(@NotNull net.openhft.chronicle.core.util.ThrowingSupplier<Connection,SQLException> connectionSupplier,
JDBCResult resul) |
@NotNull net.openhft.chronicle.bytes.MethodReader |
JDBCService.createReader(JDBCResult result)
Deprecated.
|
@NotNull net.openhft.chronicle.bytes.MethodReader |
JDBCServiceProvider.createReader(JDBCResult result) |
| Constructor and Description |
|---|
JDBCComponent(@NotNull net.openhft.chronicle.core.util.ThrowingSupplier<Connection,SQLException> connectionSupplier,
JDBCResult result)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
@NotNull net.openhft.chronicle.bytes.MethodReader |
InternalJDBCService.createReader(JDBCResult result) |
| Constructor and Description |
|---|
InternalJDBCComponent(@NotNull net.openhft.chronicle.core.util.ThrowingSupplier<Connection,SQLException> connectionSupplier,
JDBCResult result) |
Copyright © 2021. All rights reserved.