All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.jpattern.orm.query.SqlBatchUpdateQuery Maven / Gradle / Ivy

There is a newer version: 3.5.1
Show newest version
package com.jpattern.orm.query;

/**
 * 
 * @author Francesco Cina
 *
 * 09/lug/2011
 */
public interface SqlBatchUpdateQuery extends SqlExecuteQuery {

	/**
	 * Execute the statement and return an array of the number of rows affected by each statement.
	 * @return
	 */
	int[] update();
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy