db4o

Db4oType Interface

marker interface for all special db4o types.

com.db4o.types.Db4oType
   com.db4o.types.Blob
   com.db4o.types.Db4oCollection
   com.db4o.types.Db4oList
   com.db4o.types.Db4oMap
   com.db4o.types.SecondClass

[Visual Basic]
Public Interface Db4oType
[C#]
public interface Db4oType
[C++]
public __gc __interface Db4oType
[JScript]
public interface Db4oType

Types that implement Db4oType

TypeDescription
Db4oDatabaseClass to identify a database by it's signature.

Remarks

marker interface for all special db4o types.

Requirements

Namespace: com.db4o.types

Assembly: db4o (in db4o.dll)

See Also

com.db4o.types Namespace