6#include <imtbase/IObjectCollection.h>
SQL-specific extension of IObjectCollection for database-backed object collections.
virtual QByteArray GetDatabaseId() const =0
Gets the unique identifier of the database hosting this collection.
virtual bool SetInternalTransactionsEnabled(bool isEnabled)=0
Enables or disables internal transaction wrapping.
virtual bool AreInternalTransactionsEnabled() const =0
Checks if internal transactions are enabled for this collection.
Database Abstraction Layer (ORM Framework) for ImtCore applications.