@FunctionalInterface public interface StatementBinder<T>
| 限定符和类型 | 方法和说明 |
|---|---|
void |
setValues(PreparedStatement ps,
T args)
设置值
|
void setValues(PreparedStatement ps, T args) throws SQLException
SQLExceptionCopyright © 2024. All rights reserved.