BTreeRowPosition
public class RowPosition
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
Page |
current_page |
Fields of the class
|
long |
current_pageno |
|
RecordHandle |
current_rh |
|
boolean |
current_rh_qualified |
|
int |
current_slot |
Constructor | Description |
---|---|
RowPosition() |
Constructors for This class:
|
Modifier and Type | Method | Description |
---|---|---|
void |
init() |
Public Methods of This class:
|
void |
positionAtNextSlot() |
|
void |
positionAtPrevSlot() |
|
java.lang.String |
toString() |
|
void |
unlatch() |
public Page current_page
public RecordHandle current_rh
public int current_slot
public boolean current_rh_qualified
public long current_pageno
public void init()
public final void positionAtNextSlot()
public final void positionAtPrevSlot()
public void unlatch()
public java.lang.String toString()
toString
in class java.lang.Object
Apache Derby V10.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.