ストアドプロシージャ
ストアドプロシージャはファンクションライクなインターフェースで、IBM Cloud SQL Query の単純なSELECT/INSERT/UPDATE/DELETE 処理にとどまらず本製品 の機能を拡張します。
ストアドプロシージャは、パラメータのリストを受け取り、目的の機能を実行し、該当する場合は、プロシージャが成功したか失敗したかを示すとともにIBM Cloud SQL Query から関連するレスポンスデータを返します。
CData SSIS Components for IBM Cloud SQL Query ストアドプロシージャ
| Name | Description |
| CreateSchema | Creates a schema file for the resource. |
| GetOAuthAccessToken | Gets an authentication token from IBM Cloud. The connection property ApiKey must be specified when calling this stored procedure. |
| RefreshOAuthAccessToken | Refreshes the OAuth access token used for authentication with IBM Cloud. The connection property ApiKey must be specified when calling this stored procedure. |