returns the signature part of this UUID.
[Visual Basic] Overridable Public Function getSignaturePart() As Byte() [C#] public virtual byte[] getSignaturePart(); [C++] public: virtual char getSignaturePart() __gc[]; [JScript] public virtual function getSignaturePart(): Byte[];
the signature of the Db4oDatabase for this UUID.
returns the signature part of this UUID.
To uniquely identify an object universally, db4o uses an indexed long and a reference to the com.db4o.ext.Db4oDatabase singleton object of the ObjectContainer it was created on. This method returns the signature of the Db4oDatabase object of the ObjectContainer: the signature of the origin ObjectContainer.
Db4oUUID Class | com.db4o.ext Namespace