diff options
Diffstat (limited to 'Source/SPDatabaseViewController.h')
-rw-r--r-- | Source/SPDatabaseViewController.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Source/SPDatabaseViewController.h b/Source/SPDatabaseViewController.h index 00017a39..c3774613 100644 --- a/Source/SPDatabaseViewController.h +++ b/Source/SPDatabaseViewController.h @@ -34,9 +34,10 @@ @interface SPDatabaseDocument (SPDatabaseViewController) -// Getters +// Accessors - (NSString *)table; - (SPTableType)tableType; + - (BOOL)structureLoaded; - (BOOL)contentLoaded; - (BOOL)statusLoaded; @@ -50,9 +51,11 @@ - (IBAction)viewRelations:(id)sender; - (IBAction)viewTriggers:(id)sender; #endif + - (void)setStructureRequiresReload:(BOOL)reload; - (void)setContentRequiresReload:(BOOL)reload; - (void)setStatusRequiresReload:(BOOL)reload; +- (void)setRelationsRequiresReload:(BOOL)reload; // Table control - (void)loadTable:(NSString *)aTable ofType:(SPTableType)aTableType; |