ストアドプロシージャ
ストアドプロシージャはファンクションライクなインターフェースで、HubSpot の単純なSELECT/INSERT/UPDATE/DELETE 処理にとどまらず本製品 の機能を拡張します。
ストアドプロシージャは、パラメータのリストを受け取り、目的の機能を実行し、プロシージャが成功したか失敗したかを示すとともにHubSpot から関連するレスポンスデータを返します。
CData JDBC Driver for HubSpot ストアドプロシージャ
Name | Description |
CreateSchema | Creates a schema file for the specified table or view. |
DeleteFile | Permanently delete a file and all related data and thumbnails from file manager. |
GetOAuthAccessToken | Gets the OAuth access token from HubSpot. |
GetOAuthAuthorizationURL | Gets the HubSpot authorization URL. Access the URL returned in the output in an Internet browser. This requests the access token that can be used as part of the connection string to HubSpot. |
GetTotalCountFromRecent | Usage information for the operation GetTotalCountFromRecent.rsb. |
InsertEngagement | Allows the insertion of engagements into HubSpot. Currently there is no good means of retrieving existing engagements via the HubSpot API. |
RefreshOAuthAccessToken | Refreshes the OAuth access token used for authentication with various HubSpot services. |
UpdateWorkflowContacts | You can enroll/unenroll contacts of a workflow. |
UploadFile | Upload a new file to the file manager. |