com.googlecode.jpattern.orm.query
Interface ISqlBatchUpdate

All Superinterfaces:
ISqlExecute
All Known Implementing Classes:
SqlBatchUpdate, SqlListBatchUpdate, SqlUpdatePSCreator

public interface ISqlBatchUpdate
extends ISqlExecute

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.googlecode.jpattern.orm.query.ISqlExecute
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 © 2011. All Rights Reserved.