aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTableTriggers.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPTableTriggers.h')
-rw-r--r--Source/SPTableTriggers.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/SPTableTriggers.h b/Source/SPTableTriggers.h
index c03b5f2c..b1923830 100644
--- a/Source/SPTableTriggers.h
+++ b/Source/SPTableTriggers.h
@@ -52,6 +52,10 @@
MCPConnection *connection;
NSMutableArray *triggerData;
+
+ BOOL isEdit;
+ NSString *editTriggerName;
+ NSString *editTriggerStatement;
}
@property (readwrite, assign) MCPConnection *connection;