| 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 |
|---|---|
<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. |
| Modifier and Type | Method and Description |
|---|---|
static <T> rx.functions.Func1<ResultSet,TupleN<T>> |
Tuples.tupleN(Class<T> cls) |
Copyright © 2014. All Rights Reserved.