enum Amazonite::DynamoDBV2::ComparisonOperator
Defined in:
dynamodb_v2/comparison_operator.crEnum Members
-
Eq =
0
-
Ne =
1
-
In =
2
-
Le =
3
-
Lt =
4
-
Ge =
5
-
Gt =
6
-
Between =
7
-
NotNull =
8
-
Null =
9
-
Contains =
10
-
NotContains =
11
-
BeginsWith =
12
Class Method Summary
- .from_json(pull : JSON::PullParser) : ADDB::ComparisonOperator
- .to_json(e : ComparisonOperator, json : JSON::Builder) : Nil
Instance Method Summary
- #begins_with?
- #between?
- #contains?
- #eq?
- #ge?
- #gt?
- #in?
- #le?
- #lt?
- #ne?
- #not_contains?
- #not_null?
- #null?