ストアドプロシージャ
ストアドプロシージャはファンクションライクなインターフェースで、Gmail の単純なSELECT/INSERT/UPDATE/DELETE 処理にとどまらずconnector の機能を拡張します。
ストアドプロシージャは、パラメータのリストを受け取り、目的の機能を実行し、プロシージャが成功したか失敗したかを示すとともにGmail から関連するレスポンスデータを返します。
CData Tableau Connector for Gmail ストアドプロシージャ
Name | Description |
DownloadAttachments | Downloads attachments of an email. |
GetOAuthAccessToken | Obtains the OAuth access token to be used for authentication with various Google services. |
GetOAuthAuthorizationURL | Obtains the OAuth authorization URL used for authentication with various Google services. |
RefreshOAuthAccessToken | Obtains the OAuth access token to be used for authentication with various Google services. |
SendMailMessage | Sends a message to the specified recipient. |