Views
Views are similar to tables in the way that data is represented; however, views are read-only.
Queries can be executed against a view as if it were a normal table.
CData JDBC Driver for GitHub Views
Name | Description |
CustomView | The driver dynamically models your custom project views as SQL views. This is a sample of one such custom view.
This view has a filter of 'label:bug', and is order by the following fields 'Labels' in the corresponding order 'ASC'. |
ItemAssignees | Lists information and values of the 'Assignees' field for the project items. |
ItemLabels | Lists information and values of the 'Labels' field for the project items. |
ItemLinkedPullRequests | Lists information and values of the 'Linked pull requests' field for the project items. |
ItemReviewers | Lists information and values of the 'Reviewers' field for the project items. |
Items | Lists items information within the project. |
ItemsView | This view has no filter and includes all project view fields. |