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