aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTableContent.h
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2010-12-07 11:16:55 +0000
committerBibiko <bibiko@eva.mpg.de>2010-12-07 11:16:55 +0000
commit44cf4df2bbe2e9208faef346abc0a64e62432592 (patch)
treefc612e1368ed310bcb6a866674367730ca1804d0 /Source/SPTableContent.h
parent5365d66a60b03889dc8ed165f190155b6e2c0a83 (diff)
downloadsequelpro-44cf4df2bbe2e9208faef346abc0a64e62432592.tar.gz
sequelpro-44cf4df2bbe2e9208faef346abc0a64e62432592.tar.bz2
sequelpro-44cf4df2bbe2e9208faef346abc0a64e62432592.zip
• Bundle command support
- fixed issue for commands without assigning a key equivalent - output table meta data about type, type grouping, length, auto_inc, PRI key etc. for Data Table scope commands and sequelpro url scheme command ExecuteQuery
Diffstat (limited to 'Source/SPTableContent.h')
-rw-r--r--Source/SPTableContent.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/SPTableContent.h b/Source/SPTableContent.h
index 96058a0f..1dc4caf9 100644
--- a/Source/SPTableContent.h
+++ b/Source/SPTableContent.h
@@ -218,6 +218,7 @@
- (NSRect) viewport;
- (CGFloat) tablesListWidth;
- (NSDictionary *) filterSettings;
+- (NSArray *)dataColumnDefinitions;
- (void) setSortColumnNameToRestore:(NSString *)theSortColumnName isAscending:(BOOL)isAscending;
- (void) setPageToRestore:(NSUInteger)thePage;
- (void) setSelectedRowIndexesToRestore:(NSIndexSet *)theIndexSet;