Sample ILE C program that uses the QDBRTVFD API
This appendix shows code for a sample Integrated Language Environment (ILE) C program that uses the Retrieve File Description application programming interface (API). This program shows how to obtain information about the triggers that are associated with a physical file. The program can also be modified easily to retrieve information about the referential integrity constraints.
Sample ILE C program that uses the QDBRTVFD API
Example A-1 shows a sample ILE C program where the Retrieve File Description ...