Builder style class for constructing a Cursor. By default, a cursor is
created at the beginning of the table, and any start/end rows are
inclusive.
author: james
setEndEntry(Object... endEntry) Sets the ending row for a range based index cursor to the given entry
(where the given values correspond to the index's columns).
setSpecificEntry(Object... specificEntry) Sets the starting and ending row for a range based index cursor to the
given entry (where the given values correspond to the index's columns).
setStartEntry(Object... startEntry) Sets the starting row for a range based index cursor to the given entry
(where the given values correspond to the index's columns).
Sets an index to use for the cursor by searching the table for an index
with exactly the given columns.
throws: IllegalArgumentException - if no index can be found on the tablewith the given name
Sets an index to use for the cursor by searching the table for an index
with the given name.
throws: IllegalArgumentException - if no index can be found on the tablewith the given name