db4o 6.3

Package com.db4o

Interface Summary
ObjectContainer the interface to a db4o database, stand-alone or client/server.
ObjectServer the db4o server interface.
ObjectSet<Item> query resultset.
 

Class Summary
DatabaseClosedException db4o-specific exception.
DatabaseFileLockedException db4o-specific exception.

this Exception is thrown during any of the db4o open calls if the database file is locked by another process.
DatabaseMaximumSizeReachedException db4o-specific exception.

This exception is thrown when the database file reaches the maximum allowed size.
DatabaseReadOnlyException db4o-specific exception.

This exception is thrown when a write operation is attempted on a database in a read-only mode.
Db4o factory class to start db4o database engines.
Db4oIOException db4o-specific exception.

This exception is thrown when a system IO exception is encounted by db4o process.
IncompatibleFileFormatException db4o-specific exception.

This exception is thrown when the database file format is not compatible with the applied configuration.
InvalidPasswordException db4o-specific exception.

This exception is thrown when a client tries to connect to a server with a wrong password or null password.
 


db4o 6.3