ストアドプロシージャ
ストアドプロシージャはファンクションライクなインターフェースで、Monday の単純なSELECT/INSERT/UPDATE/DELETE 処理にとどまらず本製品 の機能を拡張します。
ストアドプロシージャは、パラメータのリストを受け取り、目的の機能を実行し、プロシージャが成功したか失敗したかを示すとともにMonday から関連するレスポンスデータを返します。
CData JDBC Driver for Monday ストアドプロシージャ
Name | Description |
AddFileToColumn | Add a file to a column value. |
AddFileToUpdate | Add a file to an update. |
BatchExtendTrialPeriod | Extends trial period of an application to selected accounts |
ChangeColumnMetadata | Change a column's properties. |
ClearItemUpdates | Clear an item's updates. |
CreateColumn | Create a new column in a board. |
CreateDocBlock | Create new document block |
CreateDocBoard | Create a new doc. |
CreateNotification | Create a new notification. |
DeleteColumn | Delete a column. |
DownloadAsset | Download a file uploaded to monday.com by providing the asset ID. |
DuplicateBoard | Duplicate a board. |
DuplicateGroup | Duplicate a group. |
DuplicateItem | Duplicate an item. |
GetOAuthAccessToken | Gets the OAuth access token from GitHub. |
GetOAuthAuthorizationURL | Gets the GitHub authorization URL. Access the URL returned in the output in a Web browser. This requests the access token that can be used as part of the connection string to GitHub. |
LikeUpdate | Like an update. |
MoveItemToBoard | Move an item to a different board. |
RemoveMockAppSubscription | Remove mock app subscription for the current account |
SetMockAppSubscription | Set mock app subscription for the current account |