public class ResultSet extends Object
| Modifier and Type | Field and Description |
|---|---|
long |
ptrs |
| Constructor and Description |
|---|
ResultSet(long rs) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(ResultSet rs,
boolean byval) |
void |
addDoc(ResultSet rs,
String orderBy) |
void |
append(ResultSet rs) |
void |
appendDoc(ResultSet rs,
String orderBy) |
void |
begin() |
void |
beginReverse() |
void |
clear() |
int |
count() |
byte[] |
getNextKey() |
long |
getNextKeyLong() |
String |
getNextKeyStr() |
byte[] |
getNextVal() |
long |
getNextValLong() |
String |
getNextValStr() |
boolean |
hasNext() |
void |
intersect(ResultSet rs,
boolean byval) |
void |
intersectDoc(ResultSet rs,
String orderBy) |
boolean |
isKeyStr() |
boolean |
isValStr() |
byte[] |
lastEvaluatedKey() |
long |
lastEvaluatedKeyLong() |
boolean |
moreDataToCome() |
void |
moveNext() |
byte[] |
searchValue(byte[] key) |
byte[] |
searchValue(String key) |
int |
size() |
public void add(ResultSet rs, boolean byval)
public void append(ResultSet rs)
public void intersect(ResultSet rs, boolean byval)
public String getNextKeyStr()
public String getNextValStr()
public void beginReverse()
public byte[] getNextKey()
public long getNextKeyLong()
public byte[] getNextVal()
public long getNextValLong()
public boolean hasNext()
public void moveNext()
public int count()
public void begin()
public boolean isKeyStr()
public boolean isValStr()
public void clear()
public boolean moreDataToCome()
public byte[] lastEvaluatedKey()
public long lastEvaluatedKeyLong()
public byte[] searchValue(String key)
public byte[] searchValue(byte[] key)
public int size()
Copyright © 2021. All rights reserved.