public class JDBCService extends Object implements net.openhft.chronicle.core.io.Closeable
| Constructor and Description |
|---|
JDBCService(ChronicleQueue in,
ChronicleQueue out,
net.openhft.chronicle.core.util.ThrowingSupplier<Connection,SQLException> connectionSupplier) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
net.openhft.chronicle.wire.MethodReader |
createReader(JDBCResult result) |
JDBCStatement |
createWriter() |
public JDBCService(ChronicleQueue in, ChronicleQueue out, net.openhft.chronicle.core.util.ThrowingSupplier<Connection,SQLException> connectionSupplier) throws SQLException
SQLExceptionpublic void close()
close in interface Closeableclose in interface AutoCloseablepublic JDBCStatement createWriter()
public net.openhft.chronicle.wire.MethodReader createReader(JDBCResult result)
Copyright © 2016. All rights reserved.