db4o

Db4oDatabase.getID Method 

gets the db4o ID, and may cache it for performance reasons.

[Visual Basic]
Overridable Public Function getID( _ 
   ByVal a_oc As ExtObjectContainer _ 
) As Integer
[C#]
public virtual int getID(
   ExtObjectContainer a_oc
);
[C++]
public: virtual int getID(
   ExtObjectContainer* a_oc
);
[JScript]
public virtual function getID(
   ExtObjectContainer a_oc
): int;

Parameters

a_oc
the ObjectContainer

Return Value

the db4o ID for the ObjectContainer

Remarks

gets the db4o ID, and may cache it for performance reasons.

See Also

Db4oDatabase Class | com.db4o.ext Namespace