PersistentTable
Close
close a PersistentTable connection
Calling Sequence
Parameters
Description
Thread Safety
Examples
Compatibility
Close(connection)
connection
-
PersistentTable object created with the Open command
The Close command disconnects a PersistentTable object from its connected database file and releases the associated resources.
Persistent tables are in general thread safe as of Maple 2021; see the Thread Safety section of the PersistentTable overview page for more details and caveats.
For more information on thread safety, see index/threadsafe.
with⁡PersistentTable
Close,Count,Get,GetAll,GetKeys,Has,MaybeGet,Open,RawCommand,Set
connection≔Open⁡:memory:,style=k::integer,v::anything
connection≔<< 2-column persistent table at :memory: >>
connection1≔x+1
connection25≔test
Close⁡connection
The PersistentTable[Close] command was introduced in Maple 2021.
For more information on Maple 2021 changes, see Updates in Maple 2021.
See Also
PersistentTable[Open]
Download Help Document