public class AutoBatchPreparedStatementUtil
extends java.lang.Object
| Constructor and Description |
|---|
AutoBatchPreparedStatementUtil() |
| Modifier and Type | Method and Description |
|---|---|
static java.sql.PreparedStatement |
autoBatch(java.sql.PreparedStatement preparedStatement) |
static java.sql.PreparedStatement |
concurrentAutoBatch(java.sql.Connection connection,
java.lang.String sql) |
public static java.sql.PreparedStatement autoBatch(java.sql.PreparedStatement preparedStatement)
throws java.sql.SQLException
java.sql.SQLExceptionpublic static java.sql.PreparedStatement concurrentAutoBatch(java.sql.Connection connection,
java.lang.String sql)
throws java.sql.SQLException
java.sql.SQLException