Caches the query result. @param full retrieve full type information @throws IOException I/O exception
(boolean full)
| 85 | * @throws IOException I/O exception |
| 86 | */ |
| 87 | public abstract void cache(boolean full) throws IOException; |
| 88 | |
| 89 | /** |
| 90 | * Returns the next item of the query as string. |