| Package | Description |
|---|---|
| com.avos.avoscloud |
| Modifier and Type | Class and Description |
|---|---|
class |
CloudQueryCallback<T extends AVCloudQueryResult>
CloudQueryCallback 是通过AVQuery直接调用cloudQuery查询之后被调用的回调函数
|
| Modifier and Type | Method and Description |
|---|---|
static AVCloudQueryResult |
AVQuery.doCloudQuery(String cql)
通过cql查询对象
请在异步线程中调用此方法,在UI线程中,请调用doCloudQueryInBackground方法
|
static AVCloudQueryResult |
AVQuery.doCloudQuery(String cql,
Class<? extends AVObject> clazz)
通过cql查询对象
请在异步线程中调用此方法,在UI线程中,请调用doCloudQueryInBackground方法
|
static AVCloudQueryResult |
AVQuery.doCloudQuery(String cql,
Class<? extends AVObject> clazz,
Object... params)
通过cql查询对象
|
static AVCloudQueryResult |
AVQuery.doCloudQuery(String cql,
Object... params)
通过cql查询对象
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
CloudQueryCallback.done(AVCloudQueryResult result,
AVException avException) |
protected void |
CloudQueryCallback.internalDone0(AVCloudQueryResult returnValue,
AVException e) |
| Modifier and Type | Method and Description |
|---|---|
static void |
AVQuery.doCloudQueryInBackground(String cql,
CloudQueryCallback<AVCloudQueryResult> callback)
通过cql查询对象
|
static void |
AVQuery.doCloudQueryInBackground(String cql,
CloudQueryCallback<AVCloudQueryResult> callback,
Class<? extends AVObject> clazz)
通过cql查询对象
|
static void |
AVQuery.doCloudQueryInBackground(String cql,
CloudQueryCallback<AVCloudQueryResult> callback,
Class<? extends AVObject> clazz,
Object... params)
通过cql查询对象
|
static void |
AVQuery.doCloudQueryInBackground(String cql,
CloudQueryCallback<AVCloudQueryResult> callback,
Object... params)
通过cql查询对象
|
Copyright © 2017. All rights reserved.