closes the
ObjectContainer.
[Visual Basic] Function close() As Boolean [C#] bool close(); [C++] bool close(); [JScript] function close(): bool;
success - true denotes that the last used instance of this container and the database file were closed.
closes the
ObjectContainer.
close()automatically performs a commit() .
while(!close()){}to kill all sessions using this container.
ObjectContainer Interface | com.db4o Namespace