com.liferay.portal.kernel.dao.jdbc
Class AutoBatchPreparedStatementUtil
java.lang.Object
com.liferay.portal.kernel.dao.jdbc.AutoBatchPreparedStatementUtil
public class AutoBatchPreparedStatementUtil
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AutoBatchPreparedStatementUtil
public AutoBatchPreparedStatementUtil()
autoBatch
public static PreparedStatement autoBatch(PreparedStatement preparedStatement)
throws SQLException
- Throws:
SQLException
concurrentAutoBatch
public static PreparedStatement concurrentAutoBatch(Connection connection,
String sql)
throws SQLException
- Throws:
SQLException