public class ExtendedQueryCommand<T> extends ExtendedQueryCommandBase<T>
cursorId, fetch, ps, suspendedhandler| Constructor and Description |
|---|
ExtendedQueryCommand(PreparedStatement ps,
Tuple params,
Collector<Row,?,T> collector,
QueryResultHandler<T> resultHandler) |
ExtendedQueryCommand(PreparedStatement ps,
Tuple params,
int fetch,
String cursorId,
boolean suspended,
Collector<Row,?,T> collector,
QueryResultHandler<T> resultHandler) |
| Modifier and Type | Method and Description |
|---|---|
Tuple |
params() |
cursorId, fetch, isSuspended, preparedStatement, sqlcollector, resultHandlerfailpublic ExtendedQueryCommand(PreparedStatement ps, Tuple params, Collector<Row,?,T> collector, QueryResultHandler<T> resultHandler)
public ExtendedQueryCommand(PreparedStatement ps, Tuple params, int fetch, String cursorId, boolean suspended, Collector<Row,?,T> collector, QueryResultHandler<T> resultHandler)
public Tuple params()
Copyright © 2020. All rights reserved.