objective-c-sql-query-builder
Public Member Functions
<ZIMOrmModelDelegate> Protocol Reference

#import <ZIMOrmModelDelegate.h>

Inheritance diagram for <ZIMOrmModelDelegate>:
ZIMOrmModel

List of all members.

Public Member Functions

(void) - modelWillBeginDeletingRecord:
(void) - modelDidFinishDeletingRecord:
(void) - modelWillBeginLoadingRecord:
(void) - modelDidFinishLoadingRecord:
(void) - modelWillBeginSavingRecord:
(void) - modelDidFinishSavingRecord:

Member Function Documentation

- (void) modelDidFinishDeletingRecord: (ZIMOrmModel *)  model [optional]
Signature:
modelDidFinishDeletingRecord:
Discussion:
This method is called when a model finishes deleting a record from the database.
Parameters:
modelThe model that is executing the command.
Updated:
2011-07-31
- (void) modelDidFinishLoadingRecord: (ZIMOrmModel *)  model [optional]
Signature:
modelDidFinishLoadingRecord:
Discussion:
This method is called when a model finishes loading a record from the database.
Parameters:
modelThe model that is executing the command.
Updated:
2011-11-02
- (void) modelDidFinishSavingRecord: (ZIMOrmModel *)  model [optional]
Signature:
modelDidFinishSavingRecord:
Discussion:
This method is called when a model finishes saving a record from the database.
Parameters:
modelThe model that is executing the command.
Updated:
2011-07-31
- (void) modelWillBeginDeletingRecord: (ZIMOrmModel *)  model [optional]
Signature:
modelWillBeginDeletingRecord:
Discussion:
This method is called when a model begins deleting a record from the database.
Parameters:
modelThe model that is executing the command.
Updated:
2011-07-31
- (void) modelWillBeginLoadingRecord: (ZIMOrmModel *)  model [optional]
Signature:
modelWillBeginLoadingRecord:
Discussion:
This method is called when a model begins loading a record from the database.
Parameters:
modelThe model that is executing the command.
Updated:
2011-11-02
- (void) modelWillBeginSavingRecord: (ZIMOrmModel *)  model [optional]
Signature:
modelWillBeginSavingRecord:
Discussion:
This method is called when a model begins saving a record from the database.
Parameters:
modelThe model that is executing the command.
Updated:
2011-07-31

The documentation for this protocol was generated from the following file:
 All Classes Files Functions Variables Properties Defines