ImagingTools Core SDK
Classes
imtchatdb Namespace Reference

Chat Database Persistence Layer Module. More...

Classes

class  CMessageStatusDbDelegateComp
 
class  CParticipantDbDelegateComp
 

Detailed Description

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.

Overview

This module acts as the persistence layer for imtchat, implementing database delegates that handle:

Database Delegates

Component Table
CConversationDbDelegateComp Conversations
CMessageDbDelegateComp Messages
CMessageStatusDbDelegateComp MessageStatus
CParticipantDbDelegateComp ConversationParticipants

Supported Databases

Related Modules