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 |
---|---|
<T1,T2,T3,T4> |
QuerySelect.Builder.getAs(Class<T1> cls1,
Class<T2> cls2,
Class<T3> cls3,
Class<T4> cls4)
Automaps the columns of the
ResultSet into the specified
classes. |
<T1,T2,T3,T4> |
QuerySelect.OperatorBuilder.getAs(Class<T1> cls1,
Class<T2> cls2,
Class<T3> cls3,
Class<T4> cls4)
Automaps the columns of the
ResultSet into the specified
classes. |
<T1,T2,T3,T4> |
QueryUpdate.ReturnGeneratedKeysBuilder.getAs(Class<T1> cls1,
Class<T2> cls2,
Class<T3> cls3,
Class<T4> cls4)
Automaps the columns of the
ResultSet into the specified
classes. |
Modifier and Type | Method and Description |
---|---|
static <T1,T2,T3,T4> |
Tuples.tuple(Class<T1> cls1,
Class<T2> cls2,
Class<T3> cls3,
Class<T4> cls4) |
Copyright © 2014–2015. All rights reserved.