com.jpattern.orm.query.sql
Interface SqlUpdateQuery

All Superinterfaces:
QueryRoot, SqlExecuteQuery
All Known Implementing Classes:
PlainGKReaderSqlUpdateQuery, PlainSqlUpdateQuery

public interface SqlUpdateQuery
extends SqlExecuteQuery

Author:
Francesco Cina 09/lug/2011

Method Summary
 int update()
          Execute the statement and return the numbers of rows affected.
 
Methods inherited from interface com.jpattern.orm.query.sql.SqlExecuteQuery
execute, getQueryTimeout, setQueryTimeout
 

Method Detail

update

int update()
Execute the statement and return the numbers of rows affected.

Returns:


Copyright © 2013. All Rights Reserved.