ビュー
ビューは、データを示すという点でテーブルに似ていますが、ビューは読み取り専用です。
クエリは、ビューに対して通常のテーブルと同様に実行することができます。
CData ODBC Driver for GitHub ビュー
Name | Description |
CustomView | Displays project items labeled 'bug,' sorted by label name in ascending order, to facilitate issue tracking. |
ItemAssignees | Tracks users assigned to project items, offering a detailed view of task ownership and accountability. |
ItemLabels | Stores labels applied to project items, enabling better categorization and filtering of tasks. |
ItemLinkedPullRequests | Connects pull requests to specific project items, creating traceability between project tasks and related code changes. |
ItemReviewers | Maintains a list of reviewers assigned to specific project items, ensuring tracking of review responsibilities. |
Items | Contains all details related to project items, including metadata and any associated fields. |
ItemsView | Offers a complete and unfiltered view of all project items, facilitating comprehensive project analysis. |