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[];
returns an array of IDs of all stored object instances of this stored class.
StoredClass Interface | com.db4o.ext Namespace