Data Access User Manual > Rogue Wave Views Data Access Common Framework > Tables > Specialized Table Subclasses > IliMemoryTable
 
IliMemoryTable
A memory table is a table that is managed locally in memory. You would use this type of table for data that is required only temporarily and therefore is not stored in a database. The SQL query language cannot be used with memory tables.
The IliMemoryTable class defines one-tier tables.
Objects of this class can be defined and used either through the C++ API or interactively in Rogue Wave Views Studio through an IliMemoryDataSource object.
Examples of how a memory table is defined and used can be found in Managing Rows in a Table.

Version 5.8
Copyright © 2014, Rogue Wave Software, Inc. All Rights Reserved.