T - The final java type of the expression.E - The result set read java type of the expression.@FunctionalInterface public interface SQLValueWriter<T,E>
| Modifier and Type | Method and Description |
|---|---|
T |
write(E value)
Writes the valued given to the database ready value.
|
Copyright © 2015–2018 Bridje Framework. All rights reserved.