Tables
The driver models the data in Slack as a list of tables in a relational database that can be queried using standard SQL statements.
CData JDBC Driver for Slack Tables
Name | Description |
Calls | Register,update,end or return information about a Call. |
Channels | Create, update, and query the available channels in Slack. |
ConversationMembers | Retrieve members of a conversation. |
Files | Query and delete team files. |
MessageReplies | Create, update, delete, and query threads of messages posted to a conversation. |
Messages | Create, update, delete, and query the available messages in Slack. |
Pins | Create, delete, and query all items pinned to a channel. |
Reactions | Create, delete, and query reactions on items. |
Reminders | Create, delete, and query all reminders by or for a given user. |
UserGroups | Create, update, and query all User Groups for a Slack team. |
UserProfile | Retrieve a user's profile information, including their custom status. This table supports only Select and Update operations. |
Users | Update and query all users for a Slack team. |