gpt4 book ai didi

java - 获取典型库 1.7 中 simpledb 域的所有项目

转载 作者:行者123 更新时间:2023-12-01 04:52:53 24 4
gpt4 key购买 nike

在典型的 1.7 中,Domain 类中没有 listItemsWithAttributes 函数,而这在早期版本中可用。如何使用 Typica 1.7 获取域中的项目列表

最佳答案

请参阅 com.xerox.amazonws.simpledb.Domain 类的 selectItems 方法。您需要传递带有显式属性列表的查询。

您可以在 SELECT 查询中指定显式属性列表(attribute1、...、attributeN) -

select attribute1,..., attributeN from <domain name>

方法 -

public SDBListResult<Item> selectItems(String selectExpression,
String nextToken,
boolean consistent)
throws SDBException

Performs a query against this domain. A set of items is returned which may not be complete. If the nextToken in the result is set, this method can be called again with the same query and the supplied nextToken.

Parameters:
selectExpression - the query to be run
nextToken - an optional token to get more results
consistent - if true, consistency is assured
Throws:
SDBException - wraps checked exceptions

关于java - 获取典型库 1.7 中 simpledb 域的所有项目,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14648785/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com