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