会計データモデル
The CData ODBC Driver for Xero models the Xero Accounting API as relational tables, views, and stored procedures. 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
テーブル describes the available tables.
Views
ビュー are tables that cannot be modified. Typically, data that are read-only and cannot be updated are shown as views.
Stored Procedures
ストアドプロシージャ are function-like interfaces to the data source. They can be used to search, update, and modify information in the data source.