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