ストアドプロシージャ
ストアドプロシージャはファンクションライクなインターフェースで、ADP の単純なSELECT/INSERT/UPDATE/DELETE 処理にとどまらずconnector の機能を拡張します。
ストアドプロシージャは、パラメータのリストを受け取り、目的の機能を実行し、プロシージャが成功したか失敗したかを示すとともにADP から関連するレスポンスデータを返します。
CData Tableau Connector for ADP ストアドプロシージャ
| Name | Description |
| DeleteEventMessage | The stored procedure that deletes an event notification record from ADP. This stored procedure is used to manage or clear previously processed event messages from the event queue to maintain data integrity. |
| GetEventMessage | The stored procedure that retrieves an event notification record from ADP. This stored procedure is used to access pending or historical event messages for synchronization, monitoring, or audit purposes. |
| GetOAuthAccessToken | Gets an authentication token from ADP. |
| RefreshOAuthAccessToken | Refreshes the OAuth access token used for authentication with ADP. |