Data Model
Overview
This section shows the available API objects and provides more information on executing SQL to SAP HANA XSA APIs.
Key Features
- The driver models the SAP HANA XSA OData Service as relational tables and views, allowing you to write SQL to query SAP HANA XSA data.
- Stored procedures allow you to execute operations to SAP HANA XSA.
- Live connectivity to these objects means any changes to your SAP HANA XSA account are immediately reflected when using the driver.
Tables
The driver dynamically obtains table metadata from the SAP HANA XSA OData service. See Metadata Discovery for more information.
Views
The driver dynamically obtains read-only view metadata from the SAP HANA XSA OData service. See Metadata Discovery for more information.
Stored Procedures
Stored Procedures are function-like interfaces to SAP HANA XSA. Stored procedures allow you to execute operations to SAP HANA XSA, including downloading documents and moving envelopes.