update : 2015.11.03
php.shukuma.com검색:
|
oci_rollback(PHP 5, PECL OCI8 >= 1.1.0) oci_rollback — Rolls back the outstanding database transaction 설명
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. 인수
반환값
성공 시 예제
Example #1 oci_rollback() example
<?php
Example #2 Rolling back to a SAVEPOINT example
<?php 주의
|