rollback.hlp
上传用户:blenddy
上传日期:2007-01-07
资源大小:6495k
文件大小:0k
源码类别:

数据库系统

开发平台:

Unix_Linux

  1. .pgaw:Help.f.t insert end "ROLLBACK" {bold} " rolls back the current transaction and causes all the updates made by the transaction to be discarded. 
  2. " {} "Synopsis" {bold} "
  3. " {} "
  4. ROLLBACK [ WORK | TRANSACTION ]
  5. " {code} "Usage" {bold} "
  6. " {} "
  7.     --To abort all changes:
  8.     --
  9.     ROLLBACK WORK;
  10.     
  11. " {code} "Notes" {bold} "
  12. The keywords WORK and TRANSACTION are noise and can be omitted. 
  13. Use " {} "COMMIT" {link commit} " to successfully terminate a transaction. "