Chapter 9. Writing Entry Store/Fetch Plug-ins

This chapter describes how to write entry store and entry fetch plug-ins. You can use these types of plug-ins to invoke functions before and after data is read from the default database.

9.1. How Entry Store/Fetch Plug-ins Work

Entry store plug-in functions are called before data is written to the database. Entry fetch plug-in functions are called after data is read from the default database. This processing is illustrated in Figure 9.1, “How the Server Calls Entry Store and Entry Fetch Plug-in Functions”.
How the Server Calls Entry Store and Entry Fetch Plug-in Functions

Figure 9.1. How the Server Calls Entry Store and Entry Fetch Plug-in Functions