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