ストアドプロシージャ
ストアドプロシージャはファンクションライクなインターフェースで、Microsoft Access の単純なSELECT/INSERT/UPDATE/DELETE 処理にとどまらず本製品 の機能を拡張します。
ストアドプロシージャは、パラメータのリストを受け取り、目的の機能を実行し、プロシージャが成功したか失敗したかを示すとともにMicrosoft Access から関連するレスポンスデータを返します。
CData Python Connector for Microsoft Access ストアドプロシージャ
| Name | Description |
| DeleteFile | Delete a file from a local or cloud storage. |
| DownloadFile | Download a file. |
| ExportTable | Exports an existing table to an external Access database. |
| GetOAuthAccessToken | Obtains the OAuth access token to be used for authentication with storage sources using OAuth. |
| GetOAuthAuthorizationURL | Obtains the OAuth authorization URL used for authentication with storage sources using OAuth. |
| RefreshOAuthAccessToken | Exchanges a refresh token for a new access token. |
| UploadFile | Upload file to destination. |