Develop an access method
These topics describe the steps that you take to implement a user-defined access method with the Virtual-Table Interface (VTI).
The following steps are a high-level summary of the steps that you take to provide an access method.
- Choose the optional features that the access method supports.
- Program and compile the C header files and purpose functions as well as the modules that the purpose functions call.
- Execute the CREATE FUNCTION statement to register each purpose function in the sysprocedures system catalog table.
- Execute the CREATE PRIMARY ACCESS_METHOD statement to register the user-defined access method in the sysams system catalog table.
- Test the access method in an end-user environment.