com.googlecode.jpattern.orm.session
Interface IPreparedStatementCreator


public interface IPreparedStatementCreator

Author:
Francesco Cina 02/lug/2011 Set the values of a PreparedStatement to be executed in a batch update.

Method Summary
 int getBatchSize()
           
 void set(PreparedStatement ps, int i)
           
 

Method Detail

set

void set(PreparedStatement ps,
         int i)
         throws SQLException
Throws:
SQLException

getBatchSize

int getBatchSize()


Copyright © 2011. All Rights Reserved.