ビュー
ビューは、カラムと疑似カラムで構成されます。ビューは、データを示すという点でテーブルに似ていますが、ビューでは更新はサポートされません。通常、ビューとして表されるエンティティは、読み取り専用のエンティティです。多くの場合、これらのデータはストアドプロシージャを使用することで更新できます(その機能がデータソースに適用できる場合)。
ビューに対しては、通常のテーブルと同じようにクエリを実行でき、このときに返されるデータも同様です。
ビューとして公開されるクエリなどの動的ビューや、project_team ワークアイテムの特定の組み合わせを検索するためのビューがサポートされています。
CData ODBC Driver for Sansan ビュー
| Name | Description |
| AcquireDepartment | This will acquire departments registered in Sansan |
| AcquireUser | This will acquire users registered in Sansan |
| BizcardTags | Join Table for Tags and Bizcards |
| Contacts | Get a Set of contacts. The contacts are ordered by update time. |
| ExternalAttendees | Usage information for the operation ExternalAttendees.rsd. |
| InternalAttendees | Usage information for the operation InternalAttendees.rsd. |
| Tags | Returns all tags created by user or organization tags |