Skip to main content

Config.CommonMethods

class Config.CommonMethods extends %Library.RegisteredObject, %XML.Adaptor

This class contains methods which are common (inherited) by classes which manipulate sections in the CPF file.

Parameters

parameter SECTIONTYPE = 0;
This parameter governs how the class creates audit records.
Value = 0 - Class contains a single entry (SQL, Net, etc.)
Value = 1 - Class contains multiple entries (Databases, Namespaces, etc.)
Value = 2 - Class deals with mappings (MapGlobals, MapRoutines, MapPackages.)

Triggers

trigger NoSQL (BEFORE event INSERT/UPDATE/DELETE);

Inherited Members

Inherited Methods

Subclasses

FeedbackOpens in a new tab