public interface Query<T extends Pojo> extends Statement<T>
Modifier and Type | Interface and Description |
---|---|
static class |
Query.SortDirection |
Modifier and Type | Method and Description |
---|---|
Cursor<T> |
execute() |
Expression |
getWhereExpression() |
void |
limit(int n) |
void |
sort(Key<?> key,
Query.SortDirection direction) |
void |
where(Expression expr) |
getRawDuplicate
void where(Expression expr)
void sort(Key<?> key, Query.SortDirection direction)
void limit(int n)
Cursor<T> execute()
Cursor
that can be used to iterate over the results.StorageException
- If the operation failsExpression getWhereExpression()
Copyright © 2017. All rights reserved.