ストアドプロシージャ
ストアドプロシージャはファンクションライクなインターフェースで、Google Drive の単純なSELECT/INSERT/UPDATE/DELETE 処理にとどまらず本製品 の機能を拡張します。
ストアドプロシージャは、パラメータのリストを受け取り、目的の機能を実行し、プロシージャが成功したか失敗したかを示すとともにGoogle Drive から関連するレスポンスデータを返します。
CData JDBC Driver for Google Drive ストアドプロシージャ
| Name | Description |
| CopyResource | Copies a resource from the user's Google Drive to a specified location. |
| CreateFolder | ユーザーのGoogle Drive にフォルダを作成します。 |
| DeleteResource | ユーザーのGoogle Drive からリソースを削除します。 |
| DownloadFile | ユーザーのGoogle Drive からファイルをダウンロードします。 |
| EmptyTrash | Empties the user's trash. |
| GetAuthenticatedUserInfo | Provides information about the authenticated user. |
| GetOAuthAccessToken | さまざまなGoogle サービスで認証で使用されるOAuth アクセストークンを取得します。 |
| GetOAuthAuthorizationURL | さまざまなGoogle サービスで認証で使用されるOAuth 認可URL を取得します。 |
| MoveResource | Moves a resource to the specified list of parentIDs |
| RefreshOAuthAccessToken | さまざまなGoogle サービスで認証で使用されるOAuth アクセストークンを取得します。 |
| RevokeToken | Revoke access given to an application. |
| StopWatchingResources | Stops receiving notifications for a particular channel before it expires. If successful, this method returns an empty response. |
| SubscribeToFileChanges | Sets up a notification channel to start watching for changes to a single File resource. |
| SubscribeToUserChanges | Sets up a notification channel to start watching for all Changes resources. |
| UpdateResource | ユーザーのGoogle Drive のリソースを更新します。 |
| UploadFile | ユーザーのGoogle Drive にファイルをアップロードします。 |