eXtremeSQL Virtual Tables

It can be useful to create and manipulate temporary tables for data of a non-permanent nature. Temporary tables in eXtremeSQL are called “Virtual Tables” and have the following advantages:

Virtual tables are created within an application by instantiating objects sub-classed from the Table class and then providing the table count and a pointer to the tables in the McoSqlOpenParameters passed to the McoSqlEngine method Open().