ビュー
ビューは、カラムと疑似カラムで構成されます。ビューは、データを示すという点でテーブルに似ていますが、ビューでは更新はサポートされません。通常、ビューとして表されるエンティティは、読み取り専用のエンティティです。多くの場合、これらのデータはストアドプロシージャを使用することで更新できます(その機能がデータソースに適用できる場合)。
ビューに対しては、通常のテーブルと同じようにクエリを実行でき、このときに返されるデータも同様です。
ビューとして公開されるクエリなどの動的ビューや、project_team ワークアイテムの特定の組み合わせを検索するためのビューがサポートされています。
CData JDBC Driver for Microsoft SharePoint ビュー
| Name | Description |
| Attachments | Read Attachments for the specified item on the specified list. |
| Files | Query the available files on your sharepoint site. |
| Groups | Query the available groups on your sharepoint site. |
| Lists | Query the available lists on your sharepoint site. |
| RoleAssignmentMember | Get Web RoleAssignments member. |
| RoleAssignments | Get Web RoleAssignments. |
| RoleDefinitionBindings | Get Web Role definition binding. |
| Roles | Query the roles your users can have. |
| Subsites | This lists the available subsites. |
| Users | Query the available users on your sharepoint site. |