|
||||||||||
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 |
sameAs(Result r)
Compares results for equality. |
ArrayOutput |
serialize()
Serializes the result, using the standard serializer, and returns the cached result. |
void |
serialize(Serializer ser)
Serializes the complete result. |
void |
serialize(Serializer ser,
int n)
Serializes the specified result. |
long |
size()
Number of values, stored in the result instance. |
Method Detail |
---|
long size()
boolean sameAs(Result r)
r
- result to be compared
ArrayOutput serialize() throws java.io.IOException
java.io.IOException
- I/O exceptionvoid serialize(Serializer ser) throws java.io.IOException
ser
- serializer
java.io.IOException
- I/O exceptionvoid serialize(Serializer ser, int n) throws java.io.IOException
ser
- serializern
- offset of result to serialize
java.io.IOException
- I/O exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |