public class JDBCComponent extends Object implements JDBCStatement
| Constructor and Description |
|---|
JDBCComponent(net.openhft.chronicle.core.util.ThrowingSupplier<Connection,SQLException> connectionSupplier,
JDBCResult result) |
| Modifier and Type | Method and Description |
|---|---|
void |
executeQuery(String query,
Class<? extends net.openhft.chronicle.wire.Marshallable> resultType,
Object... args) |
void |
executeUpdate(String query,
Object... args) |
public JDBCComponent(net.openhft.chronicle.core.util.ThrowingSupplier<Connection,SQLException> connectionSupplier, JDBCResult result) throws SQLException
SQLExceptionpublic void executeUpdate(String query, Object... args)
executeUpdate in interface JDBCStatementpublic void executeQuery(String query, Class<? extends net.openhft.chronicle.wire.Marshallable> resultType, Object... args)
executeQuery in interface JDBCStatementCopyright © 2016. All rights reserved.