com.jpattern.orm.query.sql
Interface SqlBatchUpdateQuery

All Superinterfaces:
QueryRoot, SqlExecuteQuery
All Known Implementing Classes:
PlainPSCreatorSqlUpdate, PlainSqlBatchUpdateQuery, PlainSqlListBatchUpdateQuery

public interface SqlBatchUpdateQuery
extends SqlExecuteQuery

Author:
Francesco Cina 09/lug/2011

Method Summary
 int[] update()
          Execute the statement and return an array of the number of rows affected by each statement.
 
Methods inherited from interface com.jpattern.orm.query.sql.SqlExecuteQuery
execute, getQueryTimeout, setQueryTimeout
 

Method Detail

update

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

Returns:


Copyright © 2013. All Rights Reserved.