Package | Description |
---|---|
org.davidmoten.rxjava3.jdbc | |
org.davidmoten.rxjava3.jdbc.callable.internal | |
org.davidmoten.rxjava3.jdbc.tuple |
Tuples used to map ResultSet rows into strongly typed values.
|
Modifier and Type | Method and Description |
---|---|
default <T1,T2> io.reactivex.rxjava3.core.Flowable<Tx<Tuple2<T1,T2>>> |
GetterTx.getAs(Class<T1> cls1,
Class<T2> cls2)
Automaps the columns of the
ResultSet into the specified classes. |
default <T1,T2> io.reactivex.rxjava3.core.Flowable<Tuple2<T1,T2>> |
Getter.getAs(Class<T1> cls1,
Class<T2> cls2)
Automaps the columns of the
ResultSet into the specified classes. |
io.reactivex.rxjava3.core.Flowable<Tuple2<T1,T2>> |
CallableBuilder.CallableBuilder2.input(io.reactivex.rxjava3.core.Flowable<?> f) |
io.reactivex.rxjava3.core.Flowable<Tx<Tuple2<T1,T2>>> |
TransactedCallableBuilder.CallableBuilder2.input(io.reactivex.rxjava3.core.Flowable<?> f) |
io.reactivex.rxjava3.core.Flowable<Tuple2<T1,T2>> |
CallableBuilder.CallableBuilder2.input(Object... objects) |
io.reactivex.rxjava3.core.Flowable<Tx<Tuple2<T1,T2>>> |
TransactedCallableBuilder.CallableBuilder2.input(Object... objects) |
Modifier and Type | Method and Description |
---|---|
static <R,S> Tuple2<R,S> |
Tuple2.create(R r,
S s)
Returns a new instance.
|
Modifier and Type | Method and Description |
---|---|
static <T1,T2> ResultSetMapper<Tuple2<T1,T2>> |
Tuples.tuple(Class<T1> cls1,
Class<T2> cls2) |
Copyright © 2022–2023. All rights reserved.