データモデル
The CData Tableau Connector for QuickBooks Online models entities in the QuickBooks Online API as 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 the following sections; 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, read-only data 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.