Changed UpdateManager#update to UpdateManager#execute
This commit is contained in:
parent
f7eebbed86
commit
f6bfcb30d9
@ -91,7 +91,7 @@ public class UpdateManager {
|
||||
*
|
||||
* @return this class
|
||||
*/
|
||||
public UpdateManager update() {
|
||||
public UpdateManager execute() {
|
||||
connection.update(prepareUpdateStatement(), getTempParams().toArray());
|
||||
return this;
|
||||
}
|
||||
|
Reference in New Issue
Block a user