Difference between revisions of "DISPLAY TRIGGERS"

From Lianjapedia
Jump to: navigation, search
Line 1: Line 1:
 
==Purpose==
 
==Purpose==
 
Display triggers associated with current table
 
Display triggers associated with current table
 
  
 
==Syntax==
 
==Syntax==
DISPLAY TRIGGERS [TO FILE <.txt filename> | (<expC>)] | [TO PRINT]
+
DISPLAY TRIGGERS [TO FILE <.txt filename> | (<expC>)]  
 
+
  
 
==See Also==
 
==See Also==
 
[[ALTER TABLE]], [[SQL Constraints|CONSTRAINTS]], [[CREATE TABLE]], [[LIST TRIGGERS]]
 
[[ALTER TABLE]], [[SQL Constraints|CONSTRAINTS]], [[CREATE TABLE]], [[LIST TRIGGERS]]
 
  
 
==Description==
 
==Description==
Line 18: Line 15:
 
|-
 
|-
 
|TO <file>||The display output will be sent to the specified file.  The filename can be substituted with a <expC>, enclosed in round brackets, which returns a valid filename.  If no file extension is specified, then ".txt" will be used.
 
|TO <file>||The display output will be sent to the specified file.  The filename can be substituted with a <expC>, enclosed in round brackets, which returns a valid filename.  If no file extension is specified, then ".txt" will be used.
|-
 
|TO PRINT||The display output will be sent to a printer.
 
 
|-
 
|-
 
|}
 
|}
Line 32: Line 27:
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Commands]]
 
[[Category:Commands]]
[[Category:Triggers]]
+
[[Category:Databases]]
[[Category:Triggers Commands]]
+

Revision as of 08:20, 4 January 2013

Purpose

Display triggers associated with current table

Syntax

DISPLAY TRIGGERS [TO FILE <.txt filename> | (<expC>)]

See Also

ALTER TABLE, CONSTRAINTS, CREATE TABLE, LIST TRIGGERS

Description

The DISPLAY TRIGGERS command is used to display to the screen all triggers that are associated with the currently active table.

Keyword Description
TO <file> The display output will be sent to the specified file. The filename can be substituted with a <expC>, enclosed in round brackets, which returns a valid filename. If no file extension is specified, then ".txt" will be used.

Example

open database southwind
use customers
display triggers