|
|
Sample Programs from NeXSTEP 3.3
#import <objc/Object.h>
@interface SQLWindow:Object
{
id queryView;
id resultsView;
id database;
}
- initWithFile:(const char *)filename;
- database;
- evaluate:sender; /* makes the database evaluate the contents of the query view */
- clear:sender; /* clears the results view */
- print:sender; /* prints the results view */
@end
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.