@FunctionalInterface public interface StatementBinder<T>
| Modifier and Type | Method and Description |
|---|---|
void |
bind(PreparedStatement p,
int index,
T value) |
void bind(PreparedStatement p, int index, T value) throws SQLException
SQLExceptionCopyright © 2019. All rights reserved.