Chapter 11. Implement a datasource input driver

Table of Contents

11.1. Datasource input driver registration API
11.1.1. Register a datasource input driver
11.1.2. Get a datasource input driver
11.2. Datasource input driver details
11.2.1. Datasource input driver interface
11.3. Helper functions to implement a datasource input driver
11.3.1. Get the parent pointer of a datasource
11.3.2. Get the name of a datasource
11.3.3. Get the input driver pointer of a datasource
11.3.4. Set the private pointer of a datasource
11.3.5. Get the private pointer of a datasource
11.3.6. Allocate a query structure
11.3.7. Get the query name
11.3.8. Get the datasource pointer of a query
11.3.9. Set the private pointer of a query
11.3.10. Get the private pointer of a query
11.3.11. Set current row of a query all NULL
11.3.12. Set a column value of a query