From 12d5469d1261bd9a80fbb92b4ff7531dc01f2ca7 Mon Sep 17 00:00:00 2001 From: Matthew Peters Date: Thu, 4 Aug 2005 12:20:50 +0000 Subject: [PATCH] Update three function calls to include "PDO::" - partly to clarify, partly so they match exactly when searched on livedocs. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@192398 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/sdodasrel/reference.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/reference/sdodasrel/reference.xml b/reference/sdodasrel/reference.xml index 86f36ac5b1..581fd470e1 100644 --- a/reference/sdodasrel/reference.xml +++ b/reference/sdodasrel/reference.xml @@ -1,5 +1,5 @@ - + SDO Relational Data Access Service Functions @@ -214,12 +214,12 @@ require_once 'SDO/DAS/Relational.php'; The Relational DAS applies changes to the database within - a user-delimited transaction: that is, it issues a call to PDO's - beginTransaction + a user-delimited transaction: that is, it issues a call to + PDO::beginTransaction before beginning to apply changes, and - commit + PDO::commit or - rollback + PDO::rollback on completion. Whichever database is chosen, the database and the PDO driver for the database must support these calls.