|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.derby.impl.store.access.conglomerate.RowPosition
Just an easy way to pass information back and forth about current position of a row in a table.
Field Summary | |
Page |
current_page
Fields of the class |
RecordHandle |
current_rh
|
boolean |
current_rh_qualified
|
int |
current_slot
|
Constructor Summary | |
RowPosition()
Constructors for This class: |
Method Summary | |
void |
init()
Public Methods of This class: |
void |
positionAtNextSlot()
|
java.lang.String |
toString()
|
void |
unlatch()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public Page current_page
public RecordHandle current_rh
public int current_slot
public boolean current_rh_qualified
Constructor Detail |
public RowPosition()
Method Detail |
public void init()
public final void positionAtNextSlot()
public void unlatch()
public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |