public class BatchPreparedStatementCallback extends java.lang.Object implements PreparedStatementCallback<int[]>
| 构造器和说明 |
|---|
BatchPreparedStatementCallback() |
| 限定符和类型 | 方法和说明 |
|---|---|
int[] |
executePreparedStatement(java.sql.PreparedStatement ps)
execute preparestatement
|
SQLOptionType |
getSqlOptionType() |
public int[] executePreparedStatement(java.sql.PreparedStatement ps)
throws java.lang.Exception
PreparedStatementCallbackexecutePreparedStatement 在接口中 PreparedStatementCallback<int[]>ps - preparestatementjava.lang.Exception - Exceptionpublic SQLOptionType getSqlOptionType()
getSqlOptionType 在接口中 PreparedStatementCallback<int[]>Copyright © 2018. All Rights Reserved.