| Modifier and Type | Class and Description |
|---|---|
static class |
RawQuery.Result<O> |
| Constructor and Description |
|---|
RawQuery(String store,
String query,
Parameter[] parameters) |
| Modifier and Type | Method and Description |
|---|---|
int |
getOffset() |
Parameter[] |
getParameters() |
String |
getQuery() |
String |
getStore() |
RawQuery |
setLimit(int limit)
Sets the limit of the query if it wasn't specified in the constructor
|
RawQuery |
setOffset(int offset) |
public RawQuery setOffset(int offset)
public RawQuery setLimit(int limit)
BaseQuerypublic int getOffset()
public String getStore()
public String getQuery()
public Parameter[] getParameters()
Copyright © 2012–2015. All rights reserved.