|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.googlecode.jpattern.orm.query.sql.SqlUpdateGKReader
public class SqlUpdateGKReader
| Constructor Summary | |
|---|---|
SqlUpdateGKReader(ISessionSqlPerformer session,
String sql,
IGeneratedKeyReader generatedKeyReader,
Object[] args)
|
|
| 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. |
int |
perform()
Execute the statement and return the numbers of rows affected. |
void |
setQueryTimeout(int queryTimeout)
Set the query timeout for the query. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SqlUpdateGKReader(ISessionSqlPerformer session,
String sql,
IGeneratedKeyReader generatedKeyReader,
Object[] args)
| Method Detail |
|---|
public void execute()
ISqlExecute
execute in interface ISqlExecutepublic void setQueryTimeout(int queryTimeout)
ISqlExecute
setQueryTimeout in interface ISqlExecutepublic int getQueryTimeout()
ISqlExecute
getQueryTimeout in interface ISqlExecutepublic int perform()
ISqlUpdate
perform in interface ISqlUpdate
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||