home *** CD-ROM | disk | FTP | other *** search
- /* DBController.h
- * A utility class used to communicate with EOF.
- *
- * You may freely copy, distribute, and reuse the code in this example.
- * NeXT disclaims any warranty of any kind, expressed or implied, as to its
- * fitness for any particular use.
- *
- * Written by Paul Marcos, NeXT Software Engineer
- */
-
- #import <Foundation/NSObject.h>
- #import <Foundation/NSString.h>
- #import <EOAccess/EODatabaseDataSource.h>
-
- @interface DBController : NSObject
- {
- }
-
- - eoDatabaseDataSource;
- - (EOQualifier*)qualifierWithEntity: (EOEntity*)entity format: (NSString*)format arg1: (NSString*)arg1 arg2: (NSString*)arg2;
-
- @end
-
-