Text Extender provides C functions for searching for text documents, and for browsing (displaying) the found documents. These functions constitute the Text Extender application programming interface (API). This chapter describes the API functions in alphabetical order.
Chapter 6, Using the API functions for searching and browsing provides an introduction to the functions, and describes how they can be used together.
Tip |
---|
Many of the API functions need a connection handle (hdbc). You must provide this handle using the SQLConnect function, but this does not prevent you from calling Text Extender from embedded SQL programs. The DB2 Call Level Interface Guide and Reference describes how to mix CLI statements with embedded SQL statements. |