C D F G I R S U

C

close() - Method in class com.cdegroot.db.recman.RecordManager
Closes the record manager.
com.cdegroot.db.recman - package com.cdegroot.db.recman
 

D

delete(long) - Method in class com.cdegroot.db.recman.RecordManager
Deletes a record.
disableTransactions() - Method in class com.cdegroot.db.recman.RecordManager
Switches off transactioning for the record manager.

F

fetch(long) - Method in class com.cdegroot.db.recman.RecordManager
Fetches a record.

G

getRoot(int) - Method in class com.cdegroot.db.recman.RecordManager
Returns the indicated root rowid.
getRootCount() - Method in class com.cdegroot.db.recman.RecordManager
Returns the number of slots available for "root" rowids.

I

insert(byte[]) - Method in class com.cdegroot.db.recman.RecordManager
Inserts a new record.

R

RecordManager - class com.cdegroot.db.recman.RecordManager.
This class manages records, which are uninterpreted blobs of data.
RecordManager(String) - Constructor for class com.cdegroot.db.recman.RecordManager
Creates a record manager for the indicated file

S

setRoot(int, long) - Method in class com.cdegroot.db.recman.RecordManager
Sets the indicated root rowid.

U

update(long, byte[]) - Method in class com.cdegroot.db.recman.RecordManager
Updates a record.

C D F G I R S U
Homepage

(C) Copyright 2000, Cees de Groot