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