trigger
(redirected from flow trigger)Also found in: Dictionary, Thesaurus, Medical.
trigger
Machinery a device that releases a spring-loaded mechanism or a similar arrangement
Collins Discovery Encyclopedia, 1st edition © HarperCollins Publishers 2005
trigger
[′trig·ər] (computer science)
To execute a jump to the first instruction of a program after the program has been loaded into the computer. Also known as initiate.
(electronics)
To initiate an action, which then continues for a period of time, as by applying a pulse to a trigger circuit.
The pulse used to initiate the action of a trigger circuit.
(ordnance)
A metallic item, part of the firing mechanism of a firearm, designed to release a firing pin by the application of pressure by the finger.
McGraw-Hill Dictionary of Scientific & Technical Terms, 6E, Copyright © 2003 by The McGraw-Hill Companies, Inc.
Trigger
Roy Roger’s horse. [TV: “The Roy Rogers Show” in Terrace, II, 260]
See: Horse
Allusions—Cultural, Literary, Biblical, and Historical: A Thematic Dictionary. Copyright 2008 The Gale Group, Inc. All rights reserved.
trigger
(database)An action causing the automatic invocation of a
procedure, for instance to preserve referential integrity.
A triggers goes into effect when a user attempts to modify
data with an insert, delete, or update command. A trigger can
instruct the system to take any number of actions when a
specified change is attempted. By preventing incorrect,
unauthorized, or inconsistent changes to data, triggers help
maintain the integrity of the database.
[Sybase SQL Server Release 10.0 Transact-SQL User's Guide].
[Sybase SQL Server Release 10.0 Transact-SQL User's Guide].
This article is provided by FOLDOC - Free Online Dictionary of Computing (foldoc.org)