#import <DB.h>
Definition at line 25 of file DB.h.
- (void) registerObject: |
|
(DBModel *) |
object |
|
Registers a DBModel object with the database
- Parameters
-
object | The object to register. Raises NSInternalInconsistencyException if the object is nil, or already registered with a database. |
Extends class DB.
- (void) removeObject: |
|
(DBModel *) |
object |
|
Remvoves a registered DBModel object from the database.
- Parameters
-
object | The object to remove. Raises NSInternalInconsistencyException if the object is not already in the database. |
Extends class DB.
- (BOOL) saveObjects: |
|
(NSError **) |
outErr |
|
Saves any objects with pending changes.
Extends class DB.
The documentation for this category was generated from the following file: