|
oci_rollbackRolls back the outstanding database transaction Beschreibung
bool oci_rollback
( resource
$connection
)
Reverts all uncommitted changes for the Oracle
A transaction begins when the first SQL statement that changes data
is executed with oci_execute using
the When inserting or updating data, using transactions is recommended for relational data consistency and for performance reasons. Parameter-Liste
Rückgabewerte
Gibt bei Erfolg Beispiele
Beispiel #1 oci_rollback example
<?php
Beispiel #2 Rolling back to a SAVEPOINT example
<?phpAnmerkungen
Siehe auch
|