ストアドプロシージャ
ストアドプロシージャはファンクションライクなインターフェースで、ServiceNow の単純なSELECT/INSERT/UPDATE/DELETE 処理にとどまらず本製品 の機能を拡張します。
ストアドプロシージャは、パラメータのリストを受け取り、目的の機能を実行し、プロシージャが成功したか失敗したかを示すとともにServiceNow から関連するレスポンスデータを返します。
CData ODBC Driver for ServiceNow ストアドプロシージャ
Name | Description |
AddToCart | Adds the specified item to the cart of the current user. |
CreateSchema | Creates a schema file for the specified table or view. It you specify 'Location' connection property, the schema file will be created in the directory it addresses. |
DownloadAttachment | Download a file attachment from a specific record. |
GetOAuthAccessToken | Gets the OAuth access token from ServiceNow. |
GetOAuthAuthorizationURL | Gets the Service Now authorization URL. Access the URL returned in the output in a Web browser. This requests the access token that can be used as part of the connection string to Service Now. |
RefreshOAuthAccessToken | Refreshes the OAuth access token used for authentication with various ServiceNow services. |
SubmitOrder | Checks out the user cart, based on the current check-out type (one-step or two-step). |
UploadAttachment | Upload a file as an attachment to a specified record. |