Data Model
The CData JDBC Driver for Okta models entities in the Okta API as tables, views, and stored procedures. These are defined in schema files, which are simple, text-based configuration files.
Tables
Tables are the available tables. The provider models the data in Okta into a list of tables that can be queried using standard SQL statements.
Views
Views are tables that cannot be modified. They hold read-only data.
Stored Procedures
For the available stored procedures, which allow operations to be executed to Okta, see Stored Procedures.