@FunctionalInterface
public static interface JdbcAbstractStore.StatementValues<T>
Modifier and Type | Method and Description |
---|---|
int |
setValues(java.sql.Connection con,
java.sql.PreparedStatement statement,
int index,
int currentRow,
T value) |
int setValues(java.sql.Connection con, java.sql.PreparedStatement statement, int index, int currentRow, T value) throws java.sql.SQLException
java.sql.SQLException
Copyright © 2021. All Rights Reserved.