com.googlecode.jpattern.orm.query
Interface ISqlUpdate

All Superinterfaces:
ISqlExecute
All Known Implementing Classes:
SqlUpdate, SqlUpdateGKReader

public interface ISqlUpdate
extends ISqlExecute

Author:
Francesco Cina 09/lug/2011

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

Method Detail

perform

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

Returns:


Copyright © 2011. All Rights Reserved.