|
|||||||||
| 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 v)
Compares values for equality. |
void |
serialize(PrintOutput out,
boolean valid)
Serializes the stored data to the specified output stream. |
void |
serialize(ResultReader rr)
Serializes the stored data to the specified reader. |
int |
size()
Number of values, stored in the result instance. |
| Method Detail |
|---|
boolean sameAs(Result v)
v - value to be compared
void serialize(PrintOutput out,
boolean valid)
throws java.io.IOException
out - output streamvalid - well-formed output
java.io.IOException - in case of problems with the PrintOutput
void serialize(ResultReader rr)
throws org.xml.sax.SAXException
rr - default handler
org.xml.sax.SAXException - in case of problems with the PrintOutputint size()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||