UserCustomResultSet |
RTreeIndexTableDao.query(boolean distinct,
double minX,
double minY,
double maxX,
double maxY) |
Query for rows within the bounds
|
UserCustomResultSet |
RTreeIndexTableDao.query(boolean distinct,
String[] columns) |
UserCustomResultSet |
RTreeIndexTableDao.query(boolean distinct,
String[] columns,
double minX,
double minY,
double maxX,
double maxY) |
Query for rows within the bounds
|
UserCustomResultSet |
RTreeIndexTableDao.query(boolean distinct,
String[] columns,
String[] columnsAs) |
UserCustomResultSet |
RTreeIndexTableDao.query(boolean distinct,
String[] columns,
String where,
String[] whereArgs) |
UserCustomResultSet |
RTreeIndexTableDao.query(boolean distinct,
String[] columns,
String where,
String[] whereArgs,
String groupBy,
String having,
String orderBy) |
UserCustomResultSet |
RTreeIndexTableDao.query(boolean distinct,
String[] columns,
String where,
String[] whereArgs,
String groupBy,
String having,
String orderBy,
String limit) |
UserCustomResultSet |
RTreeIndexTableDao.query(boolean distinct,
String[] columns,
BoundingBox boundingBox) |
Query for rows within the bounding box
|
UserCustomResultSet |
RTreeIndexTableDao.query(boolean distinct,
String[] columns,
BoundingBox boundingBox,
Projection projection) |
Query for rows within the bounding box in the provided projection
|
UserCustomResultSet |
RTreeIndexTableDao.query(boolean distinct,
String[] columns,
GeometryEnvelope envelope) |
Query for rows within the geometry envelope
|
UserCustomResultSet |
RTreeIndexTableDao.query(boolean distinct,
BoundingBox boundingBox) |
Query for rows within the bounding box
|
UserCustomResultSet |
RTreeIndexTableDao.query(boolean distinct,
BoundingBox boundingBox,
Projection projection) |
Query for rows within the bounding box in the provided projection
|
UserCustomResultSet |
RTreeIndexTableDao.query(boolean distinct,
GeometryEnvelope envelope) |
Query for rows within the geometry envelope
|
UserCustomResultSet |
RTreeIndexTableDao.query(double minX,
double minY,
double maxX,
double maxY) |
Query for rows within the bounds
|
UserCustomResultSet |
RTreeIndexTableDao.query(String[] columns,
double minX,
double minY,
double maxX,
double maxY) |
Query for rows within the bounds
|
UserCustomResultSet |
RTreeIndexTableDao.query(String[] columns,
BoundingBox boundingBox) |
Query for rows within the bounding box
|
UserCustomResultSet |
RTreeIndexTableDao.query(String[] columns,
BoundingBox boundingBox,
Projection projection) |
Query for rows within the bounding box in the provided projection
|
UserCustomResultSet |
RTreeIndexTableDao.query(String[] columns,
GeometryEnvelope envelope) |
Query for rows within the geometry envelope
|
UserCustomResultSet |
RTreeIndexTableDao.query(BoundingBox boundingBox) |
Query for rows within the bounding box
|
UserCustomResultSet |
RTreeIndexTableDao.query(BoundingBox boundingBox,
Projection projection) |
Query for rows within the bounding box in the provided projection
|
UserCustomResultSet |
RTreeIndexTableDao.query(GeometryEnvelope envelope) |
Query for rows within the geometry envelope
|
UserCustomResultSet |
RTreeIndexTableDao.queryForChunk(boolean distinct,
double minX,
double minY,
double maxX,
double maxY,
int limit) |
Query for rows within the bounds ordered by id, starting at the offset
and returning no more than the limit
|
UserCustomResultSet |
RTreeIndexTableDao.queryForChunk(boolean distinct,
double minX,
double minY,
double maxX,
double maxY,
int limit,
long offset) |
Query for rows within the bounds ordered by id, starting at the offset
and returning no more than the limit
|
UserCustomResultSet |
RTreeIndexTableDao.queryForChunk(boolean distinct,
double minX,
double minY,
double maxX,
double maxY,
String orderBy,
int limit) |
Query for rows within the bounds, starting at the offset and returning no
more than the limit
|
UserCustomResultSet |
RTreeIndexTableDao.queryForChunk(boolean distinct,
double minX,
double minY,
double maxX,
double maxY,
String orderBy,
int limit,
long offset) |
Query for rows within the bounds, starting at the offset and returning no
more than the limit
|
UserCustomResultSet |
RTreeIndexTableDao.queryForChunk(boolean distinct,
String[] columns,
double minX,
double minY,
double maxX,
double maxY,
int limit) |
Query for rows within the bounds ordered by id, starting at the offset
and returning no more than the limit
|
UserCustomResultSet |
RTreeIndexTableDao.queryForChunk(boolean distinct,
String[] columns,
double minX,
double minY,
double maxX,
double maxY,
int limit,
long offset) |
Query for rows within the bounds ordered by id, starting at the offset
and returning no more than the limit
|
UserCustomResultSet |
RTreeIndexTableDao.queryForChunk(boolean distinct,
String[] columns,
double minX,
double minY,
double maxX,
double maxY,
String orderBy,
int limit) |
Query for rows within the bounds, starting at the offset and returning no
more than the limit
|
UserCustomResultSet |
RTreeIndexTableDao.queryForChunk(boolean distinct,
String[] columns,
double minX,
double minY,
double maxX,
double maxY,
String orderBy,
int limit,
long offset) |
Query for rows within the bounds, starting at the offset and returning no
more than the limit
|
UserCustomResultSet |
RTreeIndexTableDao.queryForChunk(boolean distinct,
String[] columns,
BoundingBox boundingBox,
int limit) |
Query for rows within the bounding box ordered by id, starting at the
offset and returning no more than the limit
|
UserCustomResultSet |
RTreeIndexTableDao.queryForChunk(boolean distinct,
String[] columns,
BoundingBox boundingBox,
int limit,
long offset) |
Query for rows within the bounding box ordered by id, starting at the
offset and returning no more than the limit
|
UserCustomResultSet |
RTreeIndexTableDao.queryForChunk(boolean distinct,
String[] columns,
BoundingBox boundingBox,
String orderBy,
int limit) |
Query for rows within the bounding box, starting at the offset and
returning no more than the limit
|
UserCustomResultSet |
RTreeIndexTableDao.queryForChunk(boolean distinct,
String[] columns,
BoundingBox boundingBox,
String orderBy,
int limit,
long offset) |
Query for rows within the bounding box, starting at the offset and
returning no more than the limit
|
UserCustomResultSet |
RTreeIndexTableDao.queryForChunk(boolean distinct,
String[] columns,
BoundingBox boundingBox,
Projection projection,
int limit) |
Query for rows within the bounding box in the provided projection ordered
by id, starting at the offset and returning no more than the limit
|
UserCustomResultSet |
RTreeIndexTableDao.queryForChunk(boolean distinct,
String[] columns,
BoundingBox boundingBox,
Projection projection,
int limit,
long offset) |
Query for rows within the bounding box in the provided projection ordered
by id, starting at the offset and returning no more than the limit
|
UserCustomResultSet |
RTreeIndexTableDao.queryForChunk(boolean distinct,
String[] columns,
BoundingBox boundingBox,
Projection projection,
String orderBy,
int limit) |
Query for rows within the bounding box in the provided projection,
starting at the offset and returning no more than the limit
|
UserCustomResultSet |
RTreeIndexTableDao.queryForChunk(boolean distinct,
String[] columns,
BoundingBox boundingBox,
Projection projection,
String orderBy,
int limit,
long offset) |
Query for rows within the bounding box in the provided projection,
starting at the offset and returning no more than the limit
|
UserCustomResultSet |
RTreeIndexTableDao.queryForChunk(boolean distinct,
String[] columns,
GeometryEnvelope envelope,
int limit) |
Query for rows within the geometry envelope ordered by id, starting at
the offset and returning no more than the limit
|
UserCustomResultSet |
RTreeIndexTableDao.queryForChunk(boolean distinct,
String[] columns,
GeometryEnvelope envelope,
int limit,
long offset) |
Query for rows within the geometry envelope ordered by id, starting at
the offset and returning no more than the limit
|
UserCustomResultSet |
RTreeIndexTableDao.queryForChunk(boolean distinct,
String[] columns,
GeometryEnvelope envelope,
String orderBy,
int limit) |
Query for rows within the geometry envelope, starting at the offset and
returning no more than the limit
|
UserCustomResultSet |
RTreeIndexTableDao.queryForChunk(boolean distinct,
String[] columns,
GeometryEnvelope envelope,
String orderBy,
int limit,
long offset) |
Query for rows within the geometry envelope, starting at the offset and
returning no more than the limit
|
UserCustomResultSet |
RTreeIndexTableDao.queryForChunk(boolean distinct,
BoundingBox boundingBox,
int limit) |
Query for rows within the bounding box ordered by id, starting at the
offset and returning no more than the limit
|
UserCustomResultSet |
RTreeIndexTableDao.queryForChunk(boolean distinct,
BoundingBox boundingBox,
int limit,
long offset) |
Query for rows within the bounding box ordered by id, starting at the
offset and returning no more than the limit
|
UserCustomResultSet |
RTreeIndexTableDao.queryForChunk(boolean distinct,
BoundingBox boundingBox,
String orderBy,
int limit) |
Query for rows within the bounding box, starting at the offset and
returning no more than the limit
|
UserCustomResultSet |
RTreeIndexTableDao.queryForChunk(boolean distinct,
BoundingBox boundingBox,
String orderBy,
int limit,
long offset) |
Query for rows within the bounding box, starting at the offset and
returning no more than the limit
|
UserCustomResultSet |
RTreeIndexTableDao.queryForChunk(boolean distinct,
BoundingBox boundingBox,
Projection projection,
int limit) |
Query for rows within the bounding box in the provided projection ordered
by id, starting at the offset and returning no more than the limit
|
UserCustomResultSet |
RTreeIndexTableDao.queryForChunk(boolean distinct,
BoundingBox boundingBox,
Projection projection,
int limit,
long offset) |
Query for rows within the bounding box in the provided projection ordered
by id, starting at the offset and returning no more than the limit
|
UserCustomResultSet |
RTreeIndexTableDao.queryForChunk(boolean distinct,
BoundingBox boundingBox,
Projection projection,
String orderBy,
int limit) |
Query for rows within the bounding box in the provided projection,
starting at the offset and returning no more than the limit
|
UserCustomResultSet |
RTreeIndexTableDao.queryForChunk(boolean distinct,
BoundingBox boundingBox,
Projection projection,
String orderBy,
int limit,
long offset) |
Query for rows within the bounding box in the provided projection,
starting at the offset and returning no more than the limit
|
UserCustomResultSet |
RTreeIndexTableDao.queryForChunk(boolean distinct,
GeometryEnvelope envelope,
int limit) |
Query for rows within the geometry envelope ordered by id, starting at
the offset and returning no more than the limit
|
UserCustomResultSet |
RTreeIndexTableDao.queryForChunk(boolean distinct,
GeometryEnvelope envelope,
int limit,
long offset) |
Query for rows within the geometry envelope ordered by id, starting at
the offset and returning no more than the limit
|
UserCustomResultSet |
RTreeIndexTableDao.queryForChunk(boolean distinct,
GeometryEnvelope envelope,
String orderBy,
int limit) |
Query for rows within the geometry envelope, starting at the offset and
returning no more than the limit
|
UserCustomResultSet |
RTreeIndexTableDao.queryForChunk(boolean distinct,
GeometryEnvelope envelope,
String orderBy,
int limit,
long offset) |
Query for rows within the geometry envelope, starting at the offset and
returning no more than the limit
|
UserCustomResultSet |
RTreeIndexTableDao.queryForChunk(double minX,
double minY,
double maxX,
double maxY,
int limit) |
Query for rows within the bounds ordered by id, starting at the offset
and returning no more than the limit
|
UserCustomResultSet |
RTreeIndexTableDao.queryForChunk(double minX,
double minY,
double maxX,
double maxY,
int limit,
long offset) |
Query for rows within the bounds ordered by id, starting at the offset
and returning no more than the limit
|
UserCustomResultSet |
RTreeIndexTableDao.queryForChunk(double minX,
double minY,
double maxX,
double maxY,
String orderBy,
int limit) |
Query for rows within the bounds, starting at the offset and returning no
more than the limit
|
UserCustomResultSet |
RTreeIndexTableDao.queryForChunk(double minX,
double minY,
double maxX,
double maxY,
String orderBy,
int limit,
long offset) |
Query for rows within the bounds, starting at the offset and returning no
more than the limit
|
UserCustomResultSet |
RTreeIndexTableDao.queryForChunk(String[] columns,
double minX,
double minY,
double maxX,
double maxY,
int limit) |
Query for rows within the bounds ordered by id, starting at the offset
and returning no more than the limit
|
UserCustomResultSet |
RTreeIndexTableDao.queryForChunk(String[] columns,
double minX,
double minY,
double maxX,
double maxY,
int limit,
long offset) |
Query for rows within the bounds ordered by id, starting at the offset
and returning no more than the limit
|
UserCustomResultSet |
RTreeIndexTableDao.queryForChunk(String[] columns,
double minX,
double minY,
double maxX,
double maxY,
String orderBy,
int limit) |
Query for rows within the bounds, starting at the offset and returning no
more than the limit
|
UserCustomResultSet |
RTreeIndexTableDao.queryForChunk(String[] columns,
double minX,
double minY,
double maxX,
double maxY,
String orderBy,
int limit,
long offset) |
Query for rows within the bounds, starting at the offset and returning no
more than the limit
|
UserCustomResultSet |
RTreeIndexTableDao.queryForChunk(String[] columns,
BoundingBox boundingBox,
int limit) |
Query for rows within the bounding box ordered by id, starting at the
offset and returning no more than the limit
|
UserCustomResultSet |
RTreeIndexTableDao.queryForChunk(String[] columns,
BoundingBox boundingBox,
int limit,
long offset) |
Query for rows within the bounding box ordered by id, starting at the
offset and returning no more than the limit
|
UserCustomResultSet |
RTreeIndexTableDao.queryForChunk(String[] columns,
BoundingBox boundingBox,
String orderBy,
int limit) |
Query for rows within the bounding box, starting at the offset and
returning no more than the limit
|
UserCustomResultSet |
RTreeIndexTableDao.queryForChunk(String[] columns,
BoundingBox boundingBox,
String orderBy,
int limit,
long offset) |
Query for rows within the bounding box, starting at the offset and
returning no more than the limit
|
UserCustomResultSet |
RTreeIndexTableDao.queryForChunk(String[] columns,
BoundingBox boundingBox,
Projection projection,
int limit) |
Query for rows within the bounding box in the provided projection ordered
by id, starting at the offset and returning no more than the limit
|
UserCustomResultSet |
RTreeIndexTableDao.queryForChunk(String[] columns,
BoundingBox boundingBox,
Projection projection,
int limit,
long offset) |
Query for rows within the bounding box in the provided projection ordered
by id, starting at the offset and returning no more than the limit
|
UserCustomResultSet |
RTreeIndexTableDao.queryForChunk(String[] columns,
BoundingBox boundingBox,
Projection projection,
String orderBy,
int limit) |
Query for rows within the bounding box in the provided projection,
starting at the offset and returning no more than the limit
|
UserCustomResultSet |
RTreeIndexTableDao.queryForChunk(String[] columns,
BoundingBox boundingBox,
Projection projection,
String orderBy,
int limit,
long offset) |
Query for rows within the bounding box in the provided projection,
starting at the offset and returning no more than the limit
|
UserCustomResultSet |
RTreeIndexTableDao.queryForChunk(String[] columns,
GeometryEnvelope envelope,
int limit) |
Query for rows within the geometry envelope ordered by id, starting at
the offset and returning no more than the limit
|
UserCustomResultSet |
RTreeIndexTableDao.queryForChunk(String[] columns,
GeometryEnvelope envelope,
int limit,
long offset) |
Query for rows within the geometry envelope ordered by id, starting at
the offset and returning no more than the limit
|
UserCustomResultSet |
RTreeIndexTableDao.queryForChunk(String[] columns,
GeometryEnvelope envelope,
String orderBy,
int limit) |
Query for rows within the geometry envelope, starting at the offset and
returning no more than the limit
|
UserCustomResultSet |
RTreeIndexTableDao.queryForChunk(String[] columns,
GeometryEnvelope envelope,
String orderBy,
int limit,
long offset) |
Query for rows within the geometry envelope, starting at the offset and
returning no more than the limit
|
UserCustomResultSet |
RTreeIndexTableDao.queryForChunk(BoundingBox boundingBox,
int limit) |
Query for rows within the bounding box ordered by id, starting at the
offset and returning no more than the limit
|
UserCustomResultSet |
RTreeIndexTableDao.queryForChunk(BoundingBox boundingBox,
int limit,
long offset) |
Query for rows within the bounding box ordered by id, starting at the
offset and returning no more than the limit
|
UserCustomResultSet |
RTreeIndexTableDao.queryForChunk(BoundingBox boundingBox,
String orderBy,
int limit) |
Query for rows within the bounding box, starting at the offset and
returning no more than the limit
|
UserCustomResultSet |
RTreeIndexTableDao.queryForChunk(BoundingBox boundingBox,
String orderBy,
int limit,
long offset) |
Query for rows within the bounding box, starting at the offset and
returning no more than the limit
|
UserCustomResultSet |
RTreeIndexTableDao.queryForChunk(BoundingBox boundingBox,
Projection projection,
int limit) |
Query for rows within the bounding box in the provided projection ordered
by id, starting at the offset and returning no more than the limit
|
UserCustomResultSet |
RTreeIndexTableDao.queryForChunk(BoundingBox boundingBox,
Projection projection,
int limit,
long offset) |
Query for rows within the bounding box in the provided projection ordered
by id, starting at the offset and returning no more than the limit
|
UserCustomResultSet |
RTreeIndexTableDao.queryForChunk(BoundingBox boundingBox,
Projection projection,
String orderBy,
int limit) |
Query for rows within the bounding box in the provided projection,
starting at the offset and returning no more than the limit
|
UserCustomResultSet |
RTreeIndexTableDao.queryForChunk(BoundingBox boundingBox,
Projection projection,
String orderBy,
int limit,
long offset) |
Query for rows within the bounding box in the provided projection,
starting at the offset and returning no more than the limit
|
UserCustomResultSet |
RTreeIndexTableDao.queryForChunk(GeometryEnvelope envelope,
int limit) |
Query for rows within the geometry envelope ordered by id, starting at
the offset and returning no more than the limit
|
UserCustomResultSet |
RTreeIndexTableDao.queryForChunk(GeometryEnvelope envelope,
int limit,
long offset) |
Query for rows within the geometry envelope ordered by id, starting at
the offset and returning no more than the limit
|
UserCustomResultSet |
RTreeIndexTableDao.queryForChunk(GeometryEnvelope envelope,
String orderBy,
int limit) |
Query for rows within the geometry envelope, starting at the offset and
returning no more than the limit
|
UserCustomResultSet |
RTreeIndexTableDao.queryForChunk(GeometryEnvelope envelope,
String orderBy,
int limit,
long offset) |
Query for rows within the geometry envelope, starting at the offset and
returning no more than the limit
|