db4o

StoredClass.getIDs Method 

returns an array of IDs of all stored object instances of this stored class.

[Visual Basic]
Function getIDs() As Long()
[C#]
long[] getIDs();
[C++]
__int64 getIDs()  __gc[];
[JScript]
function getIDs(): long[];

Remarks

returns an array of IDs of all stored object instances of this stored class.

See Also

StoredClass Interface | com.db4o.ext Namespace