|
57 | 57 | @class SPCharsetCollationHelper;
|
58 | 58 | @class SPGotoDatabaseController;
|
59 | 59 | @class SPCreateDatabaseInfo;
|
| 60 | +@class SPExtendedTableInfo; |
| 61 | +@class SPTableTriggers; |
| 62 | +@class SPTableRelations; |
60 | 63 |
|
61 | 64 | #import "SPDatabaseContentViewDelegate.h"
|
62 | 65 | #import "SPConnectionControllerDelegateProtocol.h"
|
|
76 | 79 |
|
77 | 80 | // IBOutlets
|
78 | 81 | IBOutlet SPTablesList *tablesListInstance;
|
79 |
| - IBOutlet SPTableStructure *tableSourceInstance; |
| 82 | + IBOutlet SPTableStructure *tableSourceInstance; |
80 | 83 | IBOutlet SPTableContent <SPDatabaseContentViewDelegate> *tableContentInstance;
|
81 |
| - IBOutlet id tableRelationsInstance; |
82 |
| - IBOutlet id tableTriggersInstance; |
| 84 | + IBOutlet SPTableRelations *tableRelationsInstance; |
| 85 | + IBOutlet SPTableTriggers *tableTriggersInstance; |
83 | 86 | IBOutlet id customQueryInstance;
|
84 | 87 | IBOutlet id tableDumpInstance;
|
85 | 88 | IBOutlet SPTableData *tableDataInstance;
|
86 |
| - IBOutlet id extendedTableInfoInstance; |
| 89 | + IBOutlet SPExtendedTableInfo *extendedTableInfoInstance; |
87 | 90 | IBOutlet id databaseDataInstance;
|
88 | 91 | #ifndef SP_CODA
|
89 | 92 | IBOutlet id spHistoryControllerInstance;
|
|
126 | 129 | IBOutlet id taskProgressIndicator;
|
127 | 130 | IBOutlet id taskDescriptionText;
|
128 | 131 | IBOutlet NSButton *taskCancelButton;
|
129 |
| - |
130 |
| - IBOutlet id favoritesButton; |
131 | 132 | #endif
|
132 | 133 |
|
133 | 134 | IBOutlet id databaseNameField;
|
|
194 | 195 | #ifndef SP_CODA /* ivars */
|
195 | 196 | SPProcessListController *processListController;
|
196 | 197 | SPServerVariablesController *serverVariablesController;
|
197 |
| - |
198 |
| - NSInteger currentTabIndex; |
199 | 198 | #endif
|
200 | 199 | NSString *selectedTableName;
|
201 | 200 | SPTableType selectedTableType;
|
|
305 | 304 | @property (assign) id databaseRenameNameField;
|
306 | 305 | @property (assign) id renameDatabaseButton;
|
307 | 306 | @property (assign) id databaseRenameSheet;
|
308 |
| -#endif |
309 | 307 |
|
310 |
| -#ifdef SP_CODA /* ivars */ |
311 | 308 | @property (assign) id delegate;
|
312 | 309 | @property (readonly) NSMutableArray* allDatabases;
|
313 | 310 | @property (assign) NSProgressIndicator* queryProgressBar;
|
|
335 | 332 |
|
336 | 333 | #ifndef SP_CODA /* method decls */
|
337 | 334 | - (void)initQueryEditorWithString:(NSString *)query;
|
| 335 | +#endif |
338 | 336 |
|
339 | 337 | // Connection callback and methods
|
340 |
| -#endif |
341 | 338 | - (void)setConnection:(SPMySQLConnection *)theConnection;
|
342 | 339 | - (SPMySQLConnection *)getConnection;
|
343 | 340 |
|
|
357 | 354 | - (IBAction)renameDatabase:(id)sender;
|
358 | 355 | #ifndef SP_CODA /* method decls */
|
359 | 356 | - (IBAction)showMySQLHelp:(id)sender;
|
360 |
| -- (IBAction) makeTableListFilterHaveFocus:(id)sender; |
| 357 | +- (IBAction)makeTableListFilterHaveFocus:(id)sender; |
361 | 358 | - (IBAction)showServerVariables:(id)sender;
|
362 | 359 | - (IBAction)showServerProcesses:(id)sender;
|
363 | 360 | - (IBAction)shutdownServer:(id)sender;
|
|
530 | 527 | - (void)connect;
|
531 | 528 | - (void)setTableSourceInstance:(SPTableStructure*)source;
|
532 | 529 | - (void)setTableContentInstance:(SPTableContent*)content;
|
533 |
| - |
534 | 530 | #endif
|
535 | 531 |
|
536 | 532 | #pragma mark - SPDatabaseViewController
|
|
0 commit comments