Product Documentation

FairCom Java & .NET Stored Procedures

Previous Topic

Next Topic

Using Triggers

Triggers are a special type of stored procedure that are automatically invoked (“fired”) when certain FairCom DB SQL operations are performed on the trigger’s target table. This chapter explains how to create and use triggers.

In This Chapter

Trigger Basics

Structure of Triggers

Create Trigger

OLDROW and NEWROW Objects: Passing Values to Triggers

Dynamically Disable Triggers

TOCIndex