|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.ObjectDataman.DatamanRecord
public class DatamanRecord
Definitions for the master and workfile records. When any data is retrieved it is placed in either of the two data records. The master record refers to anything retrieved via a reference to an index, and the workfile record is data that is retrieved from the workfile named on the command line.
| Field Summary | |
|---|---|
DatamanField[] |
field
|
static int |
MASTER
|
static int |
WORK
|
| Method Summary | |
|---|---|
boolean |
getfile()
Return if the file in a sort routine has been newly opened. |
short |
getfmt()
Return the format number of the current record. |
boolean |
release()
Release the current record and retrieve the next from the datafile. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public DatamanField[] field
public static final int WORK
public static final int MASTER
| Method Detail |
|---|
public short getfmt()
public boolean getfile()
public boolean release()
DatamanRuntimeException
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||