com.jpattern.orm.query.SqlUpdateQuery Maven / Gradle / Ivy
package com.jpattern.orm.query;
/**
*
* @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 - 2024 Weber Informatics LLC | Privacy Policy