Data Model
The CData JDBC Driver for Zendesk models entities in the Zendesk API as tables, views, and stored procedures. The Tickets schema dynamically reflects changes in custom fields. Other entities are defined in schema files, which are simple, text-based configuration files.
Using Query Processing
The driver offloads as much of the SELECT statement processing as possible to the Zendesk APIs and then processes the rest of the query within the driver. The following sections document API limitations and requirements.
Stored Procedures
Stored Procedures are function-like interfaces to the data source. They can be used to search, update, and modify information in the data source.