Package
Class
Tree
Deprecated
Index
Help
PJODe
The PersonalJava ODBMS
PREV NEXT
FRAMES
NO FRAMES
C
D
G
I
P
R
S
C
close()
- Method in class com.linxpda.PJODe.
PJODe
Defragments the database file and closes all connected streams.
com.linxpda.PJODe
- package com.linxpda.PJODe
D
DBException
- exception com.linxpda.PJODe.
DBException
.
Generic exception class to catch all random access file specific exceptions.
DBException(String)
- Constructor for class com.linxpda.PJODe.
DBException
G
get(Object)
- Method in class com.linxpda.PJODe.
PJODe
Reads all objects from the datafile and compares them to the supplied query object through a call to equals().
getObjectAt(int)
- Method in class com.linxpda.PJODe.
ResultSet
Returns the Object stored at location 'i' in this ResultSet.
getObjectCount()
- Method in class com.linxpda.PJODe.
ResultSet
Returns the number of entries in this ResultSet.
I
isEmpty()
- Method in class com.linxpda.PJODe.
ResultSet
Tests whether this ResultSet has any entries.
P
PJODe
- class com.linxpda.PJODe.
PJODe
.
This class is the access point for users to the
com.linxpda.PJODe
ODBMS system.
PJODe(String)
- Constructor for class com.linxpda.PJODe.
PJODe
Initializes an PJODe with the default permissions and capacity.
PJODe(String, int)
- Constructor for class com.linxpda.PJODe.
PJODe
Initializes an PJODe with the requested initial capacity and default permissions of "rw".
PJODe(String, String)
- Constructor for class com.linxpda.PJODe.
PJODe
Open an existing PJODe with the requested access permissions.
R
remove(Object)
- Method in class com.linxpda.PJODe.
PJODe
Deletes the specified object from the data file.
ResultSet
- class com.linxpda.PJODe.
ResultSet
.
A Vector like collection of objects returned by a call to
PJODe.get
.
S
set(Object)
- Method in class com.linxpda.PJODe.
PJODe
Add (or updates) the object into the persistent file.
C
D
G
I
P
R
S
Package
Class
Tree
Deprecated
Index
Help
(c)2001 Linxpda, Inc.
www.linxpda.com
PREV NEXT
FRAMES
NO FRAMES