public class JDBCUpdate extends AbstractJDBCAction<UpdateResult>
ctx, helper, options, vertx| Constructor and Description |
|---|
JDBCUpdate(Vertx vertx,
JDBCStatementHelper helper,
SQLOptions options,
ContextInternal ctx,
String sql,
JsonArray in) |
| Modifier and Type | Method and Description |
|---|---|
UpdateResult |
execute(Connection conn) |
protected String |
name() |
executepublic JDBCUpdate(Vertx vertx, JDBCStatementHelper helper, SQLOptions options, ContextInternal ctx, String sql, JsonArray in)
public UpdateResult execute(Connection conn) throws SQLException
execute in class AbstractJDBCAction<UpdateResult>SQLExceptionprotected String name()
name in class AbstractJDBCAction<UpdateResult>Copyright © 2020. All rights reserved.