Modifier and Type | Method and Description |
---|---|
static <T> TypedDataSet<T> |
JDBDT.data(DataSource dataSource,
Conversion<T> conv)
Create a new typed data set.
|
TypedDataSet<T> |
TypedDataSet.row(T rowObj)
Add row to the data set.
|
TypedDataSet<T> |
TypedDataSet.rows(Collection<? extends T> rows)
Add rows in a collection to the data set.
|
TypedDataSet<T> |
TypedDataSet.rows(T... rows)
Add rows to the data set.
|
Copyright © 2016–2021 JDBDT. All rights reserved.