~drizzle-trunk/drizzle/development

1
2
3
4
5
6
7
8
9
ROLLBACK
========

The ROLLBACK command rolls back the current transaction and causes all updates made by the transaction to be discarded. ::

	ROLLBACK [WORK] TO [SAVEPOINT] identifier

Calling ROLLBACK causes the updates that were started to be discarded if no identifier is specified; otherwise, it rolls back to the identifier.