diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-09-09 13:48:26 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-09-09 13:48:26 +0000 |
commit | 0e7ab97ce059e054886288401100586e59188ad3 (patch) | |
tree | c8c99fba4787fb5f44e91bc2a053a9defa6253ba /Source/SPTableStructure.h | |
parent | cc99469638a22d68a01650bf36adc3b99ae817d1 (diff) | |
download | sequelpro-0e7ab97ce059e054886288401100586e59188ad3.tar.gz sequelpro-0e7ab97ce059e054886288401100586e59188ad3.tar.bz2 sequelpro-0e7ab97ce059e054886288401100586e59188ad3.zip |
• TableStructure
- changed: field information are retrieved via [SPTableData columns]; mainly to get all infos like comment, encoding, and collation
- added the chance to edit encoding, collation, and comment for each field
Note: This is work is progress - not yet optimized but fully workable. Due to GUI I simply added these three columns - improvements will follow
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 |