com.jpattern.orm.query.ISqlBatchUpdate Maven / Gradle / Ivy
package com.jpattern.orm.query;
/**
*
* @author Francesco Cina
*
* 09/lug/2011
*/
public interface ISqlBatchUpdate extends ISqlExecute {
/**
* Execute the statement and return an array of the number of rows affected by each statement.
* @return
*/
int[] update();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy