ストアドプロシージャ
ストアドプロシージャはファンクションライクなインターフェースで、Airtable の単純なSELECT/INSERT/UPDATE/DELETE 処理にとどまらず本製品 の機能を拡張します。
ストアドプロシージャは、パラメータのリストを受け取り、目的の機能を実行し、プロシージャが成功したか失敗したかを示すとともにAirtable から関連するレスポンスデータを返します。
CData ODBC Driver for Airtable ストアドプロシージャ
Name | Description |
CreateSchema | Creates a schema file for the specified table or view. |
DownloadAttachment | Download an attachment from a table by providing the table name or ID (depending on the DisplayObjectIds connection property) and attachment ID. |
GetOAuthAccessToken | Retrieve the OAuth access token to be used for authentication with Airtable using OAuth. |
GetOAuthAuthorizationURL | Generate the OAuth authorization URL used for authentication with Airtable using OAuth. |
RefreshOAuthAccessToken | Exchanges a refresh token for a new access token. |