v5:reference:connection:settransactionmode
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| v5:reference:connection:settransactionmode [2017/04/21 11:50] – external edit 127.0.0.1 | v5:reference:connection:settransactionmode [2018/06/11 10:23] (current) – [Usage] function names starting with lowercase (#426) dregad | ||
|---|---|---|---|
| Line 23: | Line 23: | ||
| * Set the mode | * Set the mode | ||
| */ | */ | ||
| - | $db->SetTransactionMode(' | + | $db->setTransactionMode(' |
| - | $db->BeginTrans(); | + | $db->beginTrans(); |
| - | $db->Execute(...); $db->Execute(...); | + | $db->execute(...); $db->execute(...); |
| - | $db->CommitTrans(); | + | $db->commitTrans(); |
| /* | /* | ||
| * restore to default | * restore to default | ||
| */ | */ | ||
| - | $db->SetTransactionMode("" | + | $db->setTransactionMode("" |
| - | $db->StartTrans(); | + | $db->startTrans(); |
| - | $db->Execute(...); | + | $db->execute(...); |
| - | $db->Execute(...); | + | $db->execute(...); |
| - | $db->CompleteTrans(); | + | $db->completeTrans(); |
| </ | </ | ||
v5/reference/connection/settransactionmode.1492768217.txt.gz · Last modified: by 127.0.0.1
