Returns the complete result of the query. @return item string or null @throws IOException I/O exception
()
| 142 | * @throws IOException I/O exception |
| 143 | */ |
| 144 | public abstract String execute() throws IOException; |
| 145 | |
| 146 | /** |
| 147 | * Returns the serialization options. |
no outgoing calls