| Modifier and Type | Class and Description |
|---|---|
class |
DB2RowImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
MySQLRowImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
RowImpl |
| Modifier and Type | Method and Description |
|---|---|
Row |
Row.getDelegate() |
| Modifier and Type | Method and Description |
|---|---|
static Row |
Row.newInstance(Row arg) |
| Constructor and Description |
|---|
Row(Row delegate) |
| Modifier and Type | Method and Description |
|---|---|
Row |
Row.getDelegate() |
| Modifier and Type | Method and Description |
|---|---|
static Row |
Row.newInstance(Row arg) |
| Constructor and Description |
|---|
Row(Row delegate) |
| Modifier and Type | Method and Description |
|---|---|
<R> PreparedQuery<SqlResult<R>> |
PreparedQuery.collecting(Collector<Row,?,R> collector)
Use the specified
collector for collecting the query result to <R>. |
<R> Query<SqlResult<R>> |
Query.collecting(Collector<Row,?,R> collector)
Use the specified
collector for collecting the query result to <R>. |
<U> PreparedQuery<RowSet<U>> |
PreparedQuery.mapping(Function<Row,U> mapper)
|
<U> Query<RowSet<U>> |
Query.mapping(Function<Row,U> mapper)
|
void |
Cursor.read(int count,
Handler<AsyncResult<RowSet<Row>>> handler)
Read rows from the cursor, the result is provided asynchronously to the
handler. |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Row |
RowDecoder.decodeRow(int len,
io.netty.buffer.ByteBuf in) |
| Modifier and Type | Method and Description |
|---|---|
RowStream<Row> |
RowStreamImpl.endHandler(Handler<Void> handler) |
RowStream<Row> |
RowStreamImpl.exceptionHandler(Handler<Throwable> handler) |
RowStream<Row> |
RowStreamImpl.fetch(long amount) |
RowStream<Row> |
RowStreamImpl.handler(Handler<Row> handler) |
RowStream<Row> |
RowStreamImpl.pause() |
PreparedQuery<RowSet<Row>> |
SqlClientBase.preparedQuery(String sql) |
Query<RowSet<Row>> |
SqlClientBase.query(String sql) |
RowStream<Row> |
RowStreamImpl.resume() |
| Modifier and Type | Method and Description |
|---|---|
void |
RowStreamImpl.handle(AsyncResult<RowSet<Row>> ar) |
RowStream<Row> |
RowStreamImpl.handler(Handler<Row> handler) |
void |
CursorImpl.read(int count,
Handler<AsyncResult<RowSet<Row>>> handler) |
| Constructor and Description |
|---|
RowDecoder(Collector<Row,C,R> collector) |
| Modifier and Type | Field and Description |
|---|---|
static Collector<Row,Void,Void> |
QueryCommandBase.NULL_COLLECTOR |
| Modifier and Type | Method and Description |
|---|---|
Collector<Row,?,T> |
QueryCommandBase.collector() |
| Constructor and Description |
|---|
ExtendedBatchQueryCommand(PreparedStatement ps,
List<Tuple> params,
boolean autoCommit,
Collector<Row,?,T> collector,
QueryResultHandler<T> resultHandler) |
ExtendedQueryCommand(PreparedStatement ps,
Tuple params,
boolean autoCommit,
Collector<Row,?,T> collector,
QueryResultHandler<T> resultHandler) |
ExtendedQueryCommand(PreparedStatement ps,
Tuple params,
int fetch,
String cursorId,
boolean suspended,
boolean autoCommit,
Collector<Row,?,T> collector,
QueryResultHandler<T> resultHandler) |
SimpleQueryCommand(String sql,
boolean singleton,
boolean autoCommit,
Collector<Row,?,T> collector,
QueryResultHandler<T> resultHandler) |
Copyright © 2020. All rights reserved.