Annotation of Examples/DatabaseKit/Evaluator/SQLWindow.h, revision 1.1.1.1

1.1       root        1: 
                      2: #import <objc/Object.h>
                      3: 
                      4: @interface SQLWindow:Object
                      5: {
                      6:     id queryView;
                      7:     id resultsView;
                      8:     id database;
                      9: }
                     10: 
                     11: - initWithFile:(const char *)filename;
                     12: - database;
                     13: 
                     14: - evaluate:sender; /* makes the database evaluate the contents of the query view */
                     15: 
                     16: - clear:sender; /* clears the results view */
                     17: - print:sender; /* prints the results view */
                     18: 
                     19: @end

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.