db4o - database for objects v1.04
A C D E G H I N O R S U V

A

activate(Object) - Method in interface com.db4o.ObjectContainer
instantiates all stored Object members on a stored object.

C

close() - Method in interface com.db4o.ObjectContainer
shuts down the ObjectContainer and writes all cached data.
com.db4o - package com.db4o
 
current() - Method in interface com.db4o.ObjectSet
returns the current object in the ObjectSet or NULL if there is no current object.

D

Db4o - class com.db4o.Db4o.
- the db4o factory.
deactivate(Object) - Method in interface com.db4o.ObjectContainer
deactivates a stored object by setting all non-primitive members to NULL.
delete(Object) - Method in interface com.db4o.ObjectContainer
deletes a stored object permanently from the ObjectContainer.

E

echo(boolean) - Static method in class com.db4o.Db4o
turns db4o messages on and off.

G

get(Object) - Method in interface com.db4o.ObjectContainer
Query-By-Example interface to retrieve objects from an ObjectContainer.

H

hasNext() - Method in interface com.db4o.ObjectSet
returns true if the ObjectSet has more elements.

I

isActive(Object) - Method in interface com.db4o.ObjectContainer
tests if an object is activated within the ObjectContainer.
isEmpty() - Method in interface com.db4o.ObjectSet
returns true if the ObjectSet is empty.
isStored(Object) - Method in interface com.db4o.ObjectContainer
tests if an object is stored within the ObjectContainer.

N

next() - Method in interface com.db4o.ObjectSet
returns the next object in the ObjectSet.

O

ObjectContainer - interface com.db4o.ObjectContainer.
- the db4o storage and query interface.
ObjectSet - interface com.db4o.ObjectSet.
- the db4o query resultset.
openFile(String) - Static method in class com.db4o.Db4o
opens an ObjectContainer  interface to the specified database file.

R

reset() - Method in interface com.db4o.ObjectSet
resets the ObjectSet cursor before the first element.

A subsequent call to next() will return the first element.

S

set(Object) - Method in interface com.db4o.ObjectContainer
newly stores objects or updates stored objects.
size() - Method in interface com.db4o.ObjectSet
returns the number of elements in the ObjectSet.

U

use(Object) - Static method in class com.db4o.Db4o
Java Web Start interface to open an ObjectContainer on a JNLPRandomAccessFile.

V

version() - Static method in class com.db4o.Db4o
returns information on the currently used db4o version.

A C D E G H I N O R S U V
db4o - database for objects v1.04