simpledb_select {paws.database} | R Documentation |
The Select operation returns a set of attributes for ItemNames that match the select expression
Description
The select
operation returns a set of attributes for ItemNames
that match the select expression. select
is similar to the standard SQL SELECT statement.
See https://www.paws-r-sdk.com/docs/simpledb_select/ for full documentation.
Usage
simpledb_select(SelectExpression, NextToken = NULL, ConsistentRead = NULL)
Arguments
SelectExpression |
[required] The expression used to query the domain. |
NextToken |
A string informing Amazon SimpleDB where to start the next list of
|
ConsistentRead |
Determines whether or not strong consistency should be enforced when
data is read from SimpleDB. If |
[Package paws.database version 0.6.0 Index]