home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.2 (Developer) / NS_dev_3.2.iso / NextDeveloper / Headers / dbkit / transactions.h < prev    next >
Text File  |  1992-03-27  |  249b  |  14 lines

  1. /*
  2. **      transactions.h
  3. **      Database Kit, Release 3.0
  4. **      Copyright (c) 1992, NeXT Computer, Inc.  All rights reserved. 
  5. */
  6.  
  7. @protocol DBTransactions
  8.  
  9. - (BOOL)beginTransaction;
  10. - (BOOL)commitTransaction;
  11. - (BOOL)rollbackTransaction;
  12.  
  13. @end
  14.