TempTable

Previous Next

You can use the TempTable component to store tabular data in local memory or on local disk. Its constructor needs a list of field names and a list of primary key field names. The table must start with its primary key(s). You can use the constructor to specify whether data is kept in local memory only or also written to disk.