diff options
Diffstat (limited to 'Source/SPTableStructure.h')
-rw-r--r-- | Source/SPTableStructure.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Source/SPTableStructure.h b/Source/SPTableStructure.h index f81078b1..74905e5e 100644 --- a/Source/SPTableStructure.h +++ b/Source/SPTableStructure.h @@ -53,7 +53,9 @@ IBOutlet id indexesTableView; IBOutlet NSSplitView *tablesIndexesSplitView; IBOutlet NSButton *indexesShowButton; - + + id databaseDataInstance; + MCPConnection *mySQLConnection; MCPResult *tableSourceResult; MCPResult *indexResult; @@ -65,6 +67,7 @@ BOOL isEditingRow, isEditingNewRow, isSavingRow, alertSheetOpened; NSInteger currentlyEditingRow; NSUserDefaults *prefs; + NSArray *collations; } // Table methods |