|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.ObjectRID
public class RID
Record identifier. Identifies a record id within a heap file. Contains a page id and a slot number.
| Field Summary | |
|---|---|
int |
pageId
Page identification number. |
int |
slotNum
Slot number with a heap file page. |
| Constructor Summary | |
|---|---|
RID(int pageId,
int slotNum)
Constructor. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int pageId
public int slotNum
| Constructor Detail |
|---|
public RID(int pageId,
int slotNum)
pageId - the page id.slotNum - the slot number.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||