T - The final java type of the expression.E - The result set read java type of the expression.@FunctionalInterface public interface SQLValueParser<T,E>
| Modifier and Type | Method and Description |
|---|---|
T |
parse(E value)
Parses the given value to the final value.
|
T parse(E value) throws SQLException
value - The value to parse.SQLException - If any SQL error occurs.Copyright © 2015–2018 Bridje Framework. All rights reserved.