com.googlecode.jpattern.orm.query
Interface ISqlExecute

All Known Subinterfaces:
ISqlBatchUpdate, ISqlUpdate
All Known Implementing Classes:
SqlBatchUpdate, SqlExecute, SqlListBatchUpdate, SqlUpdate, SqlUpdateGKReader, SqlUpdatePSCreator

public interface ISqlExecute

Author:
Francesco Cina 09/lug/2011

Method Summary
 void execute()
          execute the sql statement and doesn't return any information about the rows modified.
 int getQueryTimeout()
          Return the query timeout for the query.
 void setQueryTimeout(int queryTimeout)
          Set the query timeout for the query.
 

Method Detail

execute

void execute()
execute the sql statement and doesn't return any information about the rows modified.


setQueryTimeout

void setQueryTimeout(int queryTimeout)
Set the query timeout for the query.


getQueryTimeout

int getQueryTimeout()
Return the query timeout for the query.



Copyright © 2011. All Rights Reserved.