public class RowPosition
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
Page |
current_page
Fields of the class
|
long |
current_pageno |
RecordHandle |
current_rh |
boolean |
current_rh_qualified |
int |
current_slot |
Constructor and Description |
---|
RowPosition()
Constructors for This class:
|
Modifier and Type | Method and 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.13 Internals - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.