@param use_meta Whether or not to use the data or meta table for lookups
(boolean use_meta)
| 252 | |
| 253 | /** @param use_meta Whether or not to use the data or meta table for lookups */ |
| 254 | public void setUseMeta(boolean use_meta) { |
| 255 | this.use_meta = use_meta; |
| 256 | } |
| 257 | |
| 258 | /** @param limit A limit to the number of results to return */ |
| 259 | public void setLimit(int limit) { |
no outgoing calls