T - The resulting type, possibly the primary key type.@FunctionalInterface public interface ValueFactory<T>
| Modifier and Type | Method and Description |
|---|---|
T |
make(ITable table,
int rowNum)
Make the instance from the row in the table.
|
T make(ITable table, int rowNum) throws DataSetException
table - The table containing the data.rowNum - The row number to make the value for.DataSetExceptionCopyright © 2002–2025. All rights reserved.