@FunctionalInterface public interface ParamProcessor
PreparedStatement parameters
Created by guanquan.wang on 2017/9/13.
| 限定符和类型 | 方法和说明 |
|---|---|
void |
build(PreparedStatement ps)
Setting the
PreparedStatement parameters |
void build(PreparedStatement ps) throws SQLException
PreparedStatement parametersps - the PreparedStatementSQLException - if SQL error occurCopyright © 2019. All rights reserved.