ビュー
ビューは、カラムと疑似カラムで構成されます。ビューは、データを示すという点でテーブルに似ていますが、ビューでは更新はサポートされません。通常、ビューとして表されるエンティティは、読み取り専用のエンティティです。多くの場合、これらのデータはストアドプロシージャを使用することで更新できます(その機能がデータソースに適用できる場合)。
ビューに対しては、通常のテーブルと同じようにクエリを実行でき、このときに返されるデータも同様です。
ビューとして公開されるクエリなどの動的ビューや、project_team ワークアイテムの特定の組み合わせを検索するためのビューがサポートされています。
CData JDBC Driver for Zoho Projects ビュー
| Name | Description |
| Activities | List all the recent activities of the project. |
| BugActivities | Gets all the activities for the given bug. |
| BugAttachments | Get details of attachments for a bug. |
| BugCustomFields | Gets all the custom fields in the given project. |
| BugResolution | Get bug's resolution. |
| Clients | Returns the list of client companies associated with a specific project ID. |
| Documents | List all the recent activities of the project. |
| MyBugs | Lists all the bugs created by you or assigned to you. |
| MyMilestones | Get all the milestones assigned to a particular user in the given project. |
| MyTasks | Gets all your tasks in the portal. |
| MyTimelogs | Gets the time logs under a specific bug. |
| ProjectCustomFields | Gets all the project custom fields. |
| ProjectCustomStatus | Gets list of all project custom status. |
| ProjectLayouts | Gets list of project layouts. |
| Timelogs | Gets the time logs under a specific bug. |
| TaskAttachments | Retrieve details of attachments associated to the task. |
| TaskLayouts | View the list of all the task layouts available in your portal. |
| TaskStatusHistory | Fetches status history of tasks from the Portal. |
| Timelogs | Gets the time logs under a specific bug. |
| TimesheetCustomFields | Fetch all timesheet custom fields across the project. |
| PortalUsersRemaining | Gets the details of all users in a specific portal. |