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

com.jpattern.orm.query.sql.SqlUpdateQuery Maven / Gradle / Ivy

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


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

	/**
	 * Execute the statement and return the numbers of rows affected.
	 * @return
	 */
	int update();
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy