Performs a "UQI Select" query. @see Environment#selectRange(String, Cursor, Cursor)
(String query)
| 466 | * @see Environment#selectRange(String, Cursor, Cursor) |
| 467 | */ |
| 468 | public Result select(String query) |
| 469 | throws DatabaseException { |
| 470 | return selectRange(query, null, null); |
| 471 | } |
| 472 | |
| 473 | /** |
| 474 | * Performs a paginated "UQI Select" query. |