public interface JDBCStatement
| Modifier and Type | Method and Description |
|---|---|
static JDBCStatement |
create(@NotNull net.openhft.chronicle.core.util.ThrowingSupplier<Connection,SQLException> connectionSupplier,
JDBCResult resul) |
void |
executeQuery(String query,
Object... args) |
void |
executeUpdate(String query,
Object... args) |
static JDBCStatement create(@NotNull @NotNull net.openhft.chronicle.core.util.ThrowingSupplier<Connection,SQLException> connectionSupplier, JDBCResult resul) throws SQLException
SQLExceptionCopyright © 2021. All rights reserved.