A
- the type of the first column valueB
- the type of the second column valuepublic static final class DbIterator.DoubleColumnRecord<A,B>
extends java.lang.Object
ResultSet
.Modifier and Type | Method and Description |
---|---|
A |
first() |
static <A,B> DbIterator.DoubleColumnRecord<A,B> |
of(A first,
B second) |
B |
second() |
public static <A,B> DbIterator.DoubleColumnRecord<A,B> of(A first, B second)
public A first()
public B second()