[ library(mysql) | ]

sql_rollback

Roll back a transaction (not implemented)

Description

This predicate has no function in MySQL and exists for compatibility with the Eclipse-Oracle interface. MySQL does not currently support the transaction concept, all database operations get executed immediately and finally. Since database manipulations cannot be rolled back in MySQL, the predicate prints a warning, but succeeds nevertheless.

Fail Conditions

none

See Also

sql_commit / 0