com.jpattern.orm.query.sql
Interface SqlExecuteQuery

All Superinterfaces:
QueryRoot
All Known Subinterfaces:
SqlBatchUpdateQuery, SqlUpdateQuery
All Known Implementing Classes:
PlainGKReaderSqlUpdateQuery, PlainPSCreatorSqlUpdate, PlainSqlBatchUpdateQuery, PlainSqlExecuteQuery, PlainSqlListBatchUpdateQuery, PlainSqlUpdateQuery

public interface SqlExecuteQuery
extends QueryRoot

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 © 2013. All Rights Reserved.