From 3adfab3887b21103d58ee81103515251810bb1c1 Mon Sep 17 00:00:00 2001
From: rfm
+ * using the [SQLTransaction-executeBatch] method fails.
* If stopOnFailure is YES than execution of the transaction will
* stop with the first statement to fail, otherwise it will execute
- * all the statements it can, skipping any failued statements.
+ * all the statements it can, skipping any failed statements.
*/
- (SQLTransaction*) batch: (BOOL)stopOnFailure;
@@ -1317,6 +1317,9 @@ extern unsigned SQLClientTimeTick();
* subsidiary transactions may succeed or fail atomically depending
* on their individual attributes.
*
If the transaction was not created using [SQLClient-batch:], then + * calling this method is equivalent to calling the -execute method. + *
* The method returns the number of statements which actually succeeded. */ - (unsigned) executeBatch;