diff options
Diffstat (limited to 'Source/TablesList.h')
-rw-r--r-- | Source/TablesList.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/TablesList.h b/Source/TablesList.h index 965f00be..5b6214ea 100644 --- a/Source/TablesList.h +++ b/Source/TablesList.h @@ -123,5 +123,6 @@ enum sp_table_types // Setters - (void)setContentRequiresReload:(BOOL)reload; - (void)setStatusRequiresReload:(BOOL)reload; +- (BOOL)selectTableOrViewWithName:(NSString *)theName; @end |