|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jpattern.orm.query.sql.PlainSqlBatchUpdateQuery
public class PlainSqlBatchUpdateQuery
| Constructor Summary | |
|---|---|
PlainSqlBatchUpdateQuery(SessionSqlPerformer session,
String sql,
List<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 an array of the number of rows affected by each statement. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PlainSqlBatchUpdateQuery(SessionSqlPerformer session,
String sql,
List<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()
SqlBatchUpdateQuery
update in interface SqlBatchUpdateQuery
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||