Liferay 7.0-ga1 portal-kernel

com.liferay.portal.kernel.dao.jdbc
Class AutoBatchPreparedStatementUtil

java.lang.Object
  extended by com.liferay.portal.kernel.dao.jdbc.AutoBatchPreparedStatementUtil

public class AutoBatchPreparedStatementUtil
extends Object


Constructor Summary
AutoBatchPreparedStatementUtil()
           
 
Method Summary
static PreparedStatement autoBatch(PreparedStatement preparedStatement)
           
static PreparedStatement concurrentAutoBatch(Connection connection, String sql)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AutoBatchPreparedStatementUtil

public AutoBatchPreparedStatementUtil()
Method Detail

autoBatch

public static PreparedStatement autoBatch(PreparedStatement preparedStatement)
                                   throws SQLException
Throws:
SQLException

concurrentAutoBatch

public static PreparedStatement concurrentAutoBatch(Connection connection,
                                                    String sql)
                                             throws SQLException
Throws:
SQLException

Liferay 7.0-ga1 portal-kernel