efw5.X

db.commitAll

The commitAll function is established to commit all transactions for all database resources. By default, it does not need to be called explicitly.

Sample

try{
	db.change("TB1","deleteAll",{},"jdbc/efw");
	db.change("TB2","deleteAll",{},"jdbc/car");
	db.commitAll();
}catch(e){
	db._rollbackAll();
}

API

Calling Returning
db. commitAll ( ) void