aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TableDocument.h
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2010-02-06 17:32:46 +0000
committerstuconnolly <stuart02@gmail.com>2010-02-06 17:32:46 +0000
commit71ece9db51ee88ecdd760079e86e3a5ff6decbba (patch)
treec63836786723ecf53b104ced37121a13931e319d /Source/TableDocument.h
parent2a400dbdf20613e17b5ae9642ea3dc564f7fff77 (diff)
downloadsequelpro-71ece9db51ee88ecdd760079e86e3a5ff6decbba.tar.gz
sequelpro-71ece9db51ee88ecdd760079e86e3a5ff6decbba.tar.bz2
sequelpro-71ece9db51ee88ecdd760079e86e3a5ff6decbba.zip
Complete the implementation of the management of table triggers (accessible via Cmd+6). Note, that better support for entering the trigger statement in terms of escaping and delimiter support most likely needs to be added.
Diffstat (limited to 'Source/TableDocument.h')
-rw-r--r--Source/TableDocument.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/TableDocument.h b/Source/TableDocument.h
index d8122d4a..ca4bb812 100644
--- a/Source/TableDocument.h
+++ b/Source/TableDocument.h
@@ -41,6 +41,7 @@
IBOutlet id tableSourceInstance;
IBOutlet id tableContentInstance;
IBOutlet id tableRelationsInstance;
+ IBOutlet id tableTriggersInstance;
IBOutlet id customQueryInstance;
IBOutlet id tableDumpInstance;
IBOutlet id tableDataInstance;