Class AutoBatchPreparedStatementUtil
Object
com.liferay.portal.kernel.dao.jdbc.AutoBatchPreparedStatementUtil
- Author:
- Shuyang Zhou, Preston Crary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PreparedStatement
autoBatch
(Connection connection, String sql) static PreparedStatement
concurrentAutoBatch
(Connection connection, String sql)
-
Constructor Details
-
AutoBatchPreparedStatementUtil
public AutoBatchPreparedStatementUtil()
-
-
Method Details
-
autoBatch
- Throws:
SQLException
-
concurrentAutoBatch
public static PreparedStatement concurrentAutoBatch(Connection connection, String sql) throws SQLException - Throws:
SQLException
-