Package com.github.kagkarlsson.jdbc
Interface BatchPreparedStatementSetter<U>
public interface BatchPreparedStatementSetter<U>
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetParametersForRow(U value, PreparedStatement preparedStatement)
-
Method Details
-
setParametersForRow
- Throws:
SQLException
-