public final class InternalJDBCComponent extends Object implements JDBCStatement
Constructor and Description |
---|
InternalJDBCComponent(@NotNull net.openhft.chronicle.core.util.ThrowingSupplier<Connection,SQLException> connectionSupplier,
JDBCResult result) |
Modifier and Type | Method and Description |
---|---|
void |
executeQuery(String query,
Object... args) |
void |
executeUpdate(String query,
Object... args) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
create
public InternalJDBCComponent(@NotNull @NotNull net.openhft.chronicle.core.util.ThrowingSupplier<Connection,SQLException> connectionSupplier, JDBCResult result) throws SQLException
SQLException
public void executeUpdate(String query, @NotNull Object... args)
executeUpdate
in interface JDBCStatement
public void executeQuery(String query, @NotNull Object... args)
executeQuery
in interface JDBCStatement
Copyright © 2021. All rights reserved.