程序包 | 说明 |
---|---|
cn.binarywang.wx.miniapp.api | |
cn.binarywang.wx.miniapp.api.impl |
限定符和类型 | 方法和说明 |
---|---|
WxCloudDatabaseQueryResult |
WxMaCloudService.databaseQuery(String query)
Database query wx cloud database query result.
|
WxCloudDatabaseQueryResult |
WxMaCloudService.databaseQuery(String env,
String query)
数据库查询记录
文档地址:https://developers.weixin.qq.com/miniprogram/dev/wxcloud/reference-http-api/database/databaseQuery.html
请求地址:POST https://api.weixin.qq.com/tcb/databasequery?
|
WxCloudDatabaseQueryResult |
WxMaCloudService.query(String collection,
String whereJson,
Map<String,String> orderBy,
Integer skip,
Integer limit)
db.collection('geo')
.where({
price: _.gt(10)
})
.orderBy('_id', 'asc')
.orderBy('price', 'desc')
.skip(1)
.limit(10)
.get()
|
限定符和类型 | 方法和说明 |
---|---|
WxCloudDatabaseQueryResult |
WxMaCloudServiceImpl.databaseQuery(String query) |
WxCloudDatabaseQueryResult |
WxMaCloudServiceImpl.databaseQuery(String env,
String query) |
WxCloudDatabaseQueryResult |
WxMaCloudServiceImpl.query(String collection,
String whereJson,
Map<String,String> orderBy,
Integer skip,
Integer limit) |
Copyright © 2024. All rights reserved.