returns a com.db4o.ext.StoredClass meta information object.
There are three options how to use this method.
Any of the following parameters are possible:
- a fully qualified classname.
- a Class object.
- any object to be used as a template.
[Visual Basic] Function storedClass( _ ByVal clazz As Object _ ) As StoredClass [C#] StoredClass storedClass( object clazz ); [C++] StoredClass* storedClass( Object* clazz ); [JScript] function storedClass( Object clazz ): StoredClass;
an instance of an com.db4o.ext.StoredClass meta information object.
ExtObjectContainer Interface | com.db4o.ext Namespace