Tables
The driver models the data in Microsoft Teams into a list of tables that can be queried using standard SQL statements.
Generally, querying Microsoft Teams tables is the same as querying a table in a relational database. Sometimes there are special cases, for example, including a certain column in the WHERE clause might be required to get data for certain columns in the table. This is typically needed for situations where a separate request must be made for each row to get certain columns. These types of situations are clearly documented at the top of the table page linked below.
CData JDBC Driver for Microsoft Teams Tables
Name | Description |
Apps | Apps table for MSTeams data provider. |
Channels | Channels table for MSTeams data provider. |
GroupMembers | GroupMembers table for MSTeams data provider. |
GroupOwners | GroupOwners table for MSTeams data provider. |
Groups | Groups table for MSTeams data provider. |
OpenShifts | Shifts table for MSTeams data provider. |
Schedules | Schedules table for MSTeams data provider. |
SchedulingGroups | SchedulingGroups table for MSTeams data provider. |
Shifts | Shifts table for MSTeams data provider. |
Teams | Teams table for MSTeams data provider. |
TeamsInstalledApps | TeamsInstalledApps table for MSTeams data provider. |
TeamTabs | TeamTabs table for MSTeams data provider. |
TimeOffReasons | TimesOffReasons table for MSTeams data provider. |
TimesOff | TimesOff table for MSTeams data provider. |