db4o

Db4oUUID.getLongPart Method 

returns the long part of this UUID.

[Visual Basic]
Overridable Public Function getLongPart() As Long
[C#]
public virtual long getLongPart();
[C++]
public: virtual __int64 getLongPart();
[JScript]
public virtual function getLongPart(): long;

Return Value

the long part of this UUID.

Remarks

returns the long part of this UUID.

To uniquely identify an object universally, db4o uses an indexed long and a reference to the com.db4o.ext.Db4oDatabase object it was created on.

See Also

Db4oUUID Class | com.db4o.ext Namespace