Manuál PHP | ||
---|---|---|
PÅ™edcházejÃcà | Dalšà |
maxdb_rollback
(PECL)
maxdb_rollback(no version information, might be only in CVS)
maxdb->rollback -- Rolls back current transactionDescription
bool maxdb_rollback ( resource link )class maxdb {
bool rollback ( void )
}
Rollbacks the current transaction for the database specified by the
link
parameter.
Example
PÅ™Ãklad 2. Procedural style
|
The above examples would produce the following output:
0 rows in table mycity. 25 rows in table mycity (after rollback). |
PÅ™edcházejÃcà | Domů | Dalšà |
maxdb_report | Nahoru |