Package | Description |
---|---|
net.maizegenetics.util.db |
Modifier and Type | Class and Description |
---|---|
class |
DefaultDBTuple
Default implementation of a Tuple.
|
Modifier and Type | Method and Description |
---|---|
DBTuple |
DBTuple.createFrom(Collection<Pair<String,? extends Object>> values) |
DBTuple |
DefaultDBTuple.createFrom(Collection<Pair<String,? extends Object>> values) |
default DBTuple |
DBTuple.merge(DBTuple second) |
DBTuple |
ResultSetIterator.next() |
default DBTuple |
DBTuple.reduce(String suffix) |
static DBTuple |
SQL.rowAsTuple(String sql,
ResultSet rs) |
default DBTuple |
DBTuple.set(Pair<String,?>... columns) |
default DBTuple |
DBTuple.subTuple(String... subset) |
static DBTuple |
DefaultDBTuple.tuple(Pair<String,?>... list) |
Modifier and Type | Method and Description |
---|---|
static Stream<DBTuple> |
SQL.stream(Connection connection,
String sql,
Object... parms) |
Modifier and Type | Method and Description |
---|---|
default DBTuple |
DBTuple.merge(DBTuple second) |
Copyright © 2018. All rights reserved.