@param time The amount of time it took to complete the query
(float time)
| 272 | |
| 273 | /** @param time The amount of time it took to complete the query */ |
| 274 | public void setTime(float time) { |
| 275 | this.time = time; |
| 276 | } |
| 277 | |
| 278 | /** @param results The result set*/ |
| 279 | public void setResults(List<Object> results) { |
no outgoing calls