Data Model
The CData JDBC Driver for Stripe models the Stripe API as relational tables, views, and stored procedures. These are defined in schema files, which are simple, text-based configuration files.
API limitations and requirements are documented in this section; you can use the SupportEnhancedSQL feature, set by default, to circumvent most of these limitations.
Tables
The driver models the data in Tables so that it can be easily queried and updated.
Views
Views are tables that cannot be modified. Typically, read-only data are shown as views.
Stored Procedures
Stored Procedures surface other aspects of the Stripe API.