ストアドプロシージャ
ストアドプロシージャを使用することにより、データモデル で利用可能なデータを補完することができます。ビューのデータは、テーブルのような直接的な双方向更新ができないため、その場合はストアドプロシージャを使用して更新する必要があります。この場合、データは適切なビューまたはテーブルを使用して取得されますが、更新はストアドプロシージャを呼び出して実行されます。ストアドプロシージャは、パラメータのリストを受け取り、応答を構成するタプルのコレクションを含むデータセットを返します。
CData Tableau Connector for Square ストアドプロシージャ
Name | Description |
ApplyFeeToItem | Apply a Fee to an Item. |
GetOAuthAccessToken | Gets an authentication token from Square. |
GetOAuthAuthorizationURL | Gets the authorization URL that must be opened separately by the user to grant access to your application. Only needed when developing Web apps. You will request the OAuthAccessToken from this URL. |
RefreshOAuthAccessToken | Refreshes the OAuth access token used for authentication with Square. |
RemoveFeeFromItem | Remove a Fee from an Item. |