ストアドプロシージャ
ストアドプロシージャはファンクションライクなインターフェースで、NetSuite の単純なSELECT/INSERT/UPDATE/DELETE 処理にとどまらず本製品 の機能を拡張します。
ストアドプロシージャは、パラメータのリストを受け取り、目的の機能を実行し、プロシージャが成功したか失敗したかを示すとともにNetSuite から関連するレスポンスデータを返します。
CData JDBC Driver for NetSuite ストアドプロシージャ
| Name | Description |
| Attach | 特定のレコードに指定した添付ファイルを添付します。 |
| AttachRelationship | Attaches a contact to a given record. |
| CheckJobStatus | 特定のジョブのステータスを返します。 |
| CreateRestletSchema | 指定されたRESTlet のスキーマを作成します。Location 接続プロパティで設定された場所にスキーマを格納します。 |
| CreateSavedSearchSchema | 指定されたテーブルのスキーマを作成します。Location 接続プロパティで設定された場所にスキーマを格納します。 |
| CreateSchema | 指定されたテーブルまたはビューのスキーマファイルを作成します。 |
| Detach | 指定したレコードから添付ファイルを削除します。 |
| DetachRelationship | Attaches a contact to a given record. |
| DownloadFile | Netsuite からファイルをダウンロードします。 |
| GetExtraColumnInfo | Returns additional information about the listed columns beyond what may be obtained using the standard methods. |
| GetExtraTableInfo | Returns additional information about the listed tables beyond what may be obtained using the standard methods. |
| GetJobResults | NetSuite で実行されたジョブの結果を返します。 |
| GetOAuthAccessToken | Fetches the OAuth Access Token, which is used to authenticate and authorize API calls made to NetSuite. |
| GetOAuthAuthorizationURL | Retrieves the OAuth Authorization URL, allowing the client to direct the user's browser to the authorization server and initiate the OAuth process. |
| GetRoles | 接続文字列で指定したユーザーのロールを返します。 |
| InitializeVendorBill | Initialize a VendorBill. |
| SubmitSoapRequest | 指定されたテーブルのスキーマを作成します。Location 接続プロパティで設定された場所にスキーマを格納します。 |
| UploadFile | Netsuite にファイルをアップロードします。 |