|
ImagingTools Core SDK
|
Chat Database Persistence Layer Module. More...
Classes | |
| class | CMessageStatusDbDelegateComp |
| class | CParticipantDbDelegateComp |
Chat Database Persistence Layer Module.
The imtchatdb module provides SQL database persistence for the imtchat domain model. It implements database delegate components that handle conversation, message, participant, and message-status storage in PostgreSQL or SQLite databases.
This module acts as the persistence layer for imtchat, implementing database delegates that handle:
| Component | Table |
|---|---|
| CConversationDbDelegateComp | Conversations |
| CMessageDbDelegateComp | Messages |
| CMessageStatusDbDelegateComp | MessageStatus |
| CParticipantDbDelegateComp | ConversationParticipants |