TemporaryTables

The TemporaryTables collection contains Table objects that represent temporary tables of GDB. Access to collection items is possible both by name and by internal number. An internal number is generated at table creation. Continuity of table numbers is not guaranteed.

Temporary tables are local for every session performing shared access to GDB and exist in GDB only during a session. Modifying temporary table records and its structure is performed beyond GDB transactions. Queries (objects of class Query) can be based on temporary tables. This version of the GIS kernel does not provide an opportunity to create mixed queries based on temporary and persistent GDB tables.