English Dictionary
◊ ROLLICK
rollick
v : play or romp around; "The children frolicked in the garden";
"the gamboling lambs in the meadows" [syn: {frolic}, {lark},
{skylark}, {disport}, {sport}, {cavort}, {gambol}, {frisk},
{romp}, {run around}, {lark about}]
English Computing Dictionary
◊ DID YOU MEAN ROLLBACK?
rollback
Reverting data in a {database} to an earlier state,
usually in response to an error or aborted operation.
In a {transaction} based database system, transactions are
considered {atomic}. If an error occurs while performing a
transaction, the database is automatically rolled back
to the state at the previous {commit}.
Rollback may also be performed by an explicit rollback
transaction.
(2000-01-15)