Stored Procedures
Stored procedures are function-like interfaces that extend the functionality of the driver beyond simple SELECT/INSERT/UPDATE/DELETE operations with Kintone.
Stored procedures accept a list of parameters, perform their intended function, and then return, if applicable, any relevant response data from Kintone, along with an indication of whether the procedure succeeded or failed.
CData JDBC Driver for Kintone Stored Procedures
Name | Description |
AppsDeployStatus | Get app deployment statuses. |
CreateApp | Creates apps. |
DeployApps | Deploys apps. |
DownloadFile | Downloads files from an attachment field in an app. |
UpdateAssignees | Updates assignees. |
UpdateStatus | Updates the status of an app record. |
UploadFile | Uploads a document in kintone. |