Data Model
The CData JDBC Driver for Google Directory models Google Directory APIs as relational tables, views, and stored procedures. API limitations and requirements for the available objects are documented in this section. The driver offloads as much of the SELECT statement processing as possible to the Google Directory APIs and then processes the rest of the query in memory; API limitations and requirements are documented in Tables and Views.
See SupportEnhancedSQL for more information on how the driver circumvents API limitations with in-memory client-side processing.
Tables
The driver provider models the Google Directory API as relational Tables.
Views
Views offer additional information from Google Directory.
Stored Procedures
Stored Procedures are function-like interfaces to the data source.