class
Amazonite::DynamoDB::ParameterizedStatement
- Amazonite::DynamoDB::ParameterizedStatement
- Reference
- Object
Overview
Represents a PartiQL statement that uses parameters.
Included Modules
- JSON::Serializable
Defined in:
dynamodb/parameterized_statement.crConstructors
- .new(pull : JSON::PullParser)
- .new(statement : String, parameters : Array(AttributeValue) | Nil = nil, return_values_on_condition_check_failure : ReturnValuesOnConditionCheckFailure | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#parameters : Array(AttributeValue) | Nil
The parameter values.
-
#parameters=(parameters : Array(AttributeValue) | Nil)
The parameter values.
-
#return_values_on_condition_check_failure : ReturnValuesOnConditionCheckFailure | Nil
An optional parameter that returns the item attributes for a PartiQL
ParameterizedStatementoperation that failed a condition check. -
#return_values_on_condition_check_failure=(return_values_on_condition_check_failure : ReturnValuesOnConditionCheckFailure | Nil)
An optional parameter that returns the item attributes for a PartiQL
ParameterizedStatementoperation that failed a condition check. -
#statement : String
A PartiQL statement that uses parameters.
-
#statement=(statement : String)
A PartiQL statement that uses parameters.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
An optional parameter that returns the item attributes for a PartiQL ParameterizedStatement
operation that failed a condition check.
There is no additional cost associated with requesting a return value aside from the small network and processing overhead of receiving a larger response. No read capacity units are consumed.
An optional parameter that returns the item attributes for a PartiQL ParameterizedStatement
operation that failed a condition check.
There is no additional cost associated with requesting a return value aside from the small network and processing overhead of receiving a larger response. No read capacity units are consumed.