ビュー
ビューは、カラムと疑似カラムで構成されます。ビューは、データを示すという点でテーブルに似ていますが、ビューでは更新はサポートされません。通常、ビューとして表されるエンティティは、読み取り専用のエンティティです。多くの場合、これらのデータはストアドプロシージャを使用することで更新できます(その機能がデータソースに適用できる場合)。
ビューに対しては、通常のテーブルと同じようにクエリを実行でき、このときに返されるデータも同様です。
ビューとして公開されるクエリなどの動的ビューや、project_team ワークアイテムの特定の組み合わせを検索するためのビューがサポートされています。
CData Excel Add-In for Square ビュー
Name | Description |
BankAccounts | Query the Bank Accounts of the merchant. |
Locations | Query Location information for a Merchant. |
Merchants | Query the available merchants in Square. |
OrderItems | The order items included in the order. Every order has at least one order item. |
Orders | Orders specify products for purchase, along with discounts, taxes, and other settings to apply to the purchase. |
Payments | Query the available card Payments in Square. Cash and other tenders payments will not be returned. |
Teams | Query the available list of TeamMember for a business in Square. |