@FunctionalInterface
public interface PreparedStatementCallback<T>
| 限定符和类型 | 方法和说明 |
|---|---|
T |
doInPreparedStatement(PreparedStatementProxy pstmt)
获取PreparedStatement代理对象后的处理逻辑.
|
T doInPreparedStatement(PreparedStatementProxy pstmt) throws java.lang.Exception
pstmt - PreparedStatement代理对象java.lang.Exception - 可能会出现异常