Connection.rollback

Rollback the current transaction to savepoint.

struct Connection
void
rollback
(
Savepoint s = null
)

Parameters

s
Type: Savepoint

savepoint to rollback to. If savepoint s is null or no savepoint is specified then transaction will be rolled back to the begining.

Meta