returns an ObjectServer with extended functionality.
[Visual Basic] Function ext() As ExtObjectServer [C#] ExtObjectServer ext(); [C++] ExtObjectServer* ext(); [JScript] function ext(): ExtObjectServer;
returns an ObjectServer with extended functionality.
Use this method as a convient accessor to extended methods. Every ObjectServer can be casted to an ExtObjectServer.
The functionality is split to two interfaces to allow newcomers to focus on the essential methods.
ObjectServer Interface | com.db4o Namespace