@FunctionalInterface public interface InsertRowCallbackHandler
| 限定符和类型 | 方法和说明 |
|---|---|
void |
process(PreparedStatement pst,
int index,
Object rowData) |
void process(PreparedStatement pst, int index, Object rowData) throws SQLException
pst - index - 第几行rowData - 单行数据SQLExceptionCopyright © 2023. All rights reserved.