|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Result
This is an interface for query results.
Method Summary | |
---|---|
boolean |
same(Result v)
Compares values for equality. |
void |
serialize(Serializer ser)
Serializes the complete result. |
void |
serialize(Serializer ser,
int n)
Serializes the specified result. |
int |
size()
Number of values, stored in the result instance. |
Method Detail |
---|
int size()
boolean same(Result v)
v
- value to be compared
void serialize(Serializer ser) throws IOException
ser
- serializer
IOException
- I/O exceptionvoid serialize(Serializer ser, int n) throws IOException
ser
- serializern
- results offset to serialize
IOException
- I/O exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |