db4o

ExtObjectContainer.collections Method 

returns the com.db4o.types.Db4oCollections interface to create or modify database-aware collections for this com.db4o.ObjectContainer .

[Visual Basic]
Function collections() As Db4oCollections
[C#]
Db4oCollections collections();
[C++]
Db4oCollections* collections();
[JScript]
function collections(): Db4oCollections;

Return Value

the com.db4o.types.Db4oCollections interface for this com.db4o.ObjectContainer .

See Also

ExtObjectContainer Interface | com.db4o.ext Namespace