Incremental operations overview
Allows long-running database operations to be performed in steps, so that a user program can remain responsive to other events.
Executing SQL statements
The RDbDatabase class provides a member function, Execute(), which directly executes both DDL and DML statements on the database.