DncimRecordsDone()
The DncimRecordsDone();
rule notifies
the discovery that a RecordToDNCIMDb() rule session has completed
and instructs the discovery to commit any outstanding SQL actions.
Syntax
The DncimRecordsDone();
statement
uses following syntax.
DncimRecordsDone( );
Arguments
This stitcher rule takes no arguments.Example
The following example shows how
the rule is used to perform an insert into the ncp_ctrl services.unmanaged
table.
// Add custom data from ModelNcimDb.cfg
RecordToDncimDb();
// Finish the record to dncim transaction
DncimRecordsDone();