|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object | +--com.legacyj.isam.ISAMDictInfo
ISAMDictInfo
ISAM Dictionary Info
ISAMJ Copyright 2000-2001 LegacyJ Corp. All Rights Reserved.
| Field Summary | |
short |
di_idxsize Index Record Block Size |
short |
di_nkeys Number of Indexes |
long |
di_nrecords Current Record Count |
short |
di_recsize Data Record Length |
| Constructor Summary |
ISAMDictInfo() |
| Method Summary | |
byte[] |
getData() Gets the field data in byte array form, used by native code. |
int |
getIdxSize() Gets index size. |
int |
getNKeys() Gets number of keys. |
long |
getNRecords() Gets number of records. |
int |
getRecSize() Gets record size. |
void |
setData(byte[] data)
Sets the field data in byte array form, used by native code. |
void |
setIdxSize(int value)
Sets index size. |
void |
setNKeys(int value)
Sets number of keys. |
void |
setNRecords(int value)
Sets number of records. |
void |
setRecSize(int value)
Sets record size. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait,
wait, wait |
| Field Detail |
public short di_nkeys
public short di_recsize
public short di_idxsize
public long di_nrecords
| Constructor Detail |
public ISAMDictInfo()
| Method Detail |
public byte[] getData()
public void setData(byte[] data)
byte[] - data representing fields in native formpublic int getNKeys()
public int getRecSize()
public int getIdxSize()
public long getNRecords()
public void setNKeys(int value)
value - number of keyspublic void setRecSize(int value)
value - record sizepublic void setIdxSize(int value)
value - index sizepublic void setNRecords(int value)
value - number of records
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
©Copyright LegacyJ Corporation 2001