NetBase SQL Shadowing Handbook

NetBase SQL User Exits
____________________________________________________________
ver A0195 QUEST Software, Inc. 3-9
Post Exit Procedure Calling Conventions
REC REC REC REC REC
post_sql_exit_before(sqlca,comarea,header,data,upd_data);
REC REC REC REC REC
post_sql_exit_after (sqlca,comarea,header,data,upd_data);
Parameters are defined as follows:
sqlca HP SQL communication area for the DBE. This field can be used by the user
exit procedure to perform dynamic SQL commands on the DBE. See the HP
SQL manual for the language in which the user exit is written for a description of
this field.
comarea An array of various information used to control the posting of shadow
information. Some fields are reserved and must not be modified. Format is (C
format):
struct {
int action;
int status;
int error1;
int error2;
int export_node;
int import_node;
union {
byte all[16];
struct {
byte first_time;
byte key_col_search;
} id;
} flags;
int user_area[512];
} comarea;