Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
F
G
I
K
M
P
R
S
U
W
A
AFTER
- Static variable in class Dataman.
DatamanIndex
Insert the new record after the current one in memory.
B
back()
- Method in class Dataman.
DatamanIndex
Retrieve the record preceeding the current one.
BEFORE
- Static variable in class Dataman.
DatamanIndex
Insert the new record before the current one in memory.
C
clear()
- Method in class Dataman.
DatamanIndex
Unlock the current database record.
commit()
- Static method in class Dataman.
Dataman
Commit a transaction.
cur_index
- Static variable in class Dataman.
Dataman
This is a reference to the last operated on index.
D
Dataman
- package Dataman
Dataman
- Class in
Dataman
Global entries for Dataman programs.
Dataman()
- Constructor for class Dataman.
Dataman
Construct an instance to reference Dataman.
DatamanField
- Class in
Dataman
References to, and operations for an individual data field.
DatamanIndex
- Class in
Dataman
This implements most of verbs of the Dataman Package.
DatamanIndex(String, int)
- Constructor for class Dataman.
DatamanIndex
Define and open an index.
DatamanKey
- Class in
Dataman
The index key datatype.
DatamanKey()
- Constructor for class Dataman.
DatamanKey
Create an empty key.
DatamanKey(String)
- Constructor for class Dataman.
DatamanKey
Create a key from an arbitrary String
DatamanKey(DatamanKey)
- Constructor for class Dataman.
DatamanKey
Copy constructor from another key
DatamanRecord
- Class in
Dataman
Definitions for the master and workfile records.
delete()
- Method in class Dataman.
DatamanIndex
Delete the current database record.
F
field
- Variable in class Dataman.
DatamanRecord
fileName()
- Method in class Dataman.
DatamanIndex
Return the name of the current data file.
forward()
- Method in class Dataman.
DatamanIndex
Retrieve the record following the current one.
G
get(DatamanKey)
- Method in class Dataman.
DatamanIndex
Lookup the named key and return it's associated record.
get(String)
- Method in class Dataman.
DatamanIndex
Lookup the named key and return it's associated data record.
get(DatamanField)
- Method in class Dataman.
DatamanIndex
Lookup the named key an return it's associated data record.
get_current()
- Method in class Dataman.
DatamanIndex
Retrieve the record associated with the current key.
get_first()
- Method in class Dataman.
DatamanIndex
Retrieve the lowest order key and it's associated data record from the index.
get_ixname()
- Method in class Dataman.
DatamanIndex
Return the String name of this index.
get_key()
- Method in class Dataman.
DatamanIndex
Returns this index's current key
get_last()
- Method in class Dataman.
DatamanIndex
Retrieve the highest order key and it's associated data record from the index.
get_next()
- Method in class Dataman.
DatamanIndex
Retrieve the next higher order key and it's associated data record from the index.
get_prior()
- Method in class Dataman.
DatamanIndex
Retrieve the next lower order key and it's associated data record from the index.
getBlob()
- Method in class Dataman.
DatamanField
Return a blob.
getfile()
- Method in class Dataman.
DatamanRecord
Return if the file in a sort routine has been newly opened.
getFloat()
- Method in class Dataman.
DatamanField
Return a float value from the datafield.
getfmt()
- Method in class Dataman.
DatamanRecord
Return the format number of the current record.
getInt()
- Method in class Dataman.
DatamanField
Return an integer value from the datafield.
getLong()
- Method in class Dataman.
DatamanField
Return a long integer value from the datafield.
getShort()
- Method in class Dataman.
DatamanField
Return a short integer value from the datafield.
getString()
- Method in class Dataman.
DatamanField
Return a String representation of the data in the field.
I
iclose()
- Method in class Dataman.
DatamanIndex
Close an open index.
include(DatamanIndex, String)
- Method in class Dataman.
DatamanIndex
Include a new key into an index.
include(DatamanIndex, DatamanField)
- Method in class Dataman.
DatamanIndex
Include a new key into an index.
include(String)
- Method in class Dataman.
DatamanIndex
Include a new key into an index.
include(DatamanField)
- Method in class Dataman.
DatamanIndex
Include a new key into an index.
initDataman(String, String[])
- Static method in class Dataman.
Dataman
Initialize a Dataman file edit routine.
insert(int, int)
- Method in class Dataman.
DatamanIndex
Insert a new record in the databse.
K
keyStr()
- Method in class Dataman.
DatamanKey
Return the String representation of the current key.
M
makeIndex(String, String[])
- Static method in class Dataman.
Dataman
Initialize a Dataman end sort routine.
master
- Static variable in class Dataman.
Dataman
This is the master data record.
MASTER
- Static variable in class Dataman.
DatamanRecord
match(String)
- Method in class Dataman.
DatamanKey
Simple Key pattern matching.
P
protect()
- Method in class Dataman.
DatamanIndex
Lock the current database record.
putBlob(ByteBuffer, int, int)
- Method in class Dataman.
DatamanField
Store a Blob in a data field.
putBlob(ByteBuffer)
- Method in class Dataman.
DatamanField
Store a Blob in a data field.
putBlob(ByteBuffer, int)
- Method in class Dataman.
DatamanField
Store a Blob in a data field.
putFloat(float)
- Method in class Dataman.
DatamanField
Store a float in a data field.
putInt(int)
- Method in class Dataman.
DatamanField
Store a integer in a data field.
putLong(long)
- Method in class Dataman.
DatamanField
Store a long integer in a data field.
putShort(short)
- Method in class Dataman.
DatamanField
Store a short integer in a data field.
putString(String)
- Method in class Dataman.
DatamanField
Store a String in a data field.
R
RDONLY
- Static variable in class Dataman.
DatamanIndex
Opens an index and related datafiles in read-only mode.
release()
- Method in class Dataman.
DatamanRecord
Release the current record and retrieve the next from the datafile.
remove(DatamanKey)
- Method in class Dataman.
DatamanIndex
Remove the specified key from the index.
remove(String)
- Method in class Dataman.
DatamanIndex
Remove the specified key from the index.
restore()
- Method in class Dataman.
DatamanIndex
Restore the saved state of the index.
rollback()
- Static method in class Dataman.
Dataman
Roll back a transaction.
S
save()
- Method in class Dataman.
DatamanIndex
Save the current state of the index.
sort(String)
- Method in class Dataman.
DatamanIndex
Add a key to an index.
sort(DatamanField)
- Method in class Dataman.
DatamanIndex
Add a key to an index.
sort(int)
- Method in class Dataman.
DatamanIndex
Add a key to an index.
startTransaction()
- Static method in class Dataman.
Dataman
Start a new transaction.
substring(int)
- Method in class Dataman.
DatamanField
Return a substring of the data in the field.
substring(int, int)
- Method in class Dataman.
DatamanField
Return a substring of the data in the field.
U
UPDATE
- Static variable in class Dataman.
DatamanIndex
Opens and index an related datafiels in update mode.
W
WORK
- Static variable in class Dataman.
DatamanRecord
workfile
- Static variable in class Dataman.
Dataman
This is the workfile record.
A
B
C
D
F
G
I
K
M
P
R
S
U
W
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes