| Package | Description |
|---|---|
| com.github.davidmoten.rx.jdbc |
Database querying utilities for use with JDBC and RxJava.
|
| com.github.davidmoten.rx.jdbc.tuple |
Tuples used to map ResultSet rows into strongly typed values.
|
| Modifier and Type | Method and Description |
|---|---|
rx.Observable<TupleN<Object>> |
QueryUpdate.ReturnGeneratedKeysBuilder.getTupleN()
|
<S> rx.Observable<TupleN<Object>> |
QuerySelect.Builder.getTupleN()
|
<S> rx.Observable.Operator<TupleN<Object>,R> |
QuerySelect.OperatorBuilder.getTupleN()
|
<S> rx.Observable<TupleN<S>> |
QuerySelect.Builder.getTupleN(Class<S> cls)
Automaps all the columns of the
ResultSet into the target
class cls. |
<S> rx.Observable.Operator<TupleN<S>,R> |
QuerySelect.OperatorBuilder.getTupleN(Class<S> cls)
Automaps all the columns of the
ResultSet into the target
class cls. |
<T> rx.Observable<TupleN<T>> |
QueryUpdate.ReturnGeneratedKeysBuilder.getTupleN(Class<T> cls)
Automaps all the columns of the
ResultSet into the target
class cls. |
| Modifier and Type | Method and Description |
|---|---|
static <T> ResultSetMapper<TupleN<T>> |
Tuples.tupleN(Class<T> cls) |
Copyright © 2014–2015. All rights reserved.