EPOC   SDK Home Glossary Indexes Previous Next Up

The DBMS classes

Session with the DBMS server — RDbs class

Represents a session with the DBMS server; provides the basis for sharing databases with other threads.

Interface to a named database — RDbNamedDatabase class

Provides the interface for creating and opening a database identified by its name and its format.

DBMS change notifier — RDbNotifier class

Provides notification of changes to databases to clients.

Database — RDbDatabase class

An abstract class that provides the functionality of a database.

Database incremental operations — RDbIncremental class

An interface which allows an application to perform long running operations while remaining responsive to events.

Executing DML statements incrementally — RDbUpdate class

An interface which allows an application to execue DML statements while remaining responsive to events.

EPOC       SDK Home Glossary Indexes Previous Next Up