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