@FunctionalInterface public interface StatementBinder<T>
void
setValues(java.sql.PreparedStatement ps, T args)
void setValues(java.sql.PreparedStatement ps, T args) throws java.sql.SQLException
java.sql.SQLException