Module condop

Source
Expand description

Operators for conditions.

Enums§

ConditionOp
An operator for a condition clause.

Constants§

ArnEquals
The ArnEquals operator.
ArnEqualsIfExists
The ArnEqualsIfExists operator.
ArnLike
The ArnLike operator.
ArnLikeIfExists
The ArnLikeIfExists operator.
ArnNotEquals
The ArnNotEquals operator.
ArnNotEqualsIfExists
The ArnNotEqualsIfExists operator.
ArnNotLike
The ArnNotLike operator.
ArnNotLikeIfExists
The ArnNotLikeIfExists operator.
BinaryEquals
The BinaryEquals operator.
BinaryEqualsIfExists
The BinaryEqualsIfExists operator.
Bool
The BinaryNotEquals operator.
BoolIfExists
The BoolIfExists operator.
DateEquals
The DateEquals operator.
DateEqualsIfExists
The DateEqualsIfExists operator.
DateGreaterThan
The DateGreaterThan operator.
DateGreaterThanEquals
The DateGreaterThanEquals operator.
DateGreaterThanEqualsIfExists
The DateGreaterThanEqualsIfExists operator.
DateGreaterThanIfExists
The DateGreaterThanIfExists operator.
DateLessThan
The DateLessThan operator.
DateLessThanEquals
The DateLessThanEquals operator.
DateLessThanEqualsIfExists
The DateLessThanEqualsIfExists operator.
DateLessThanIfExists
The DateLessThanIfExists operator.
DateNotEquals
The DateNotEquals operator.
DateNotEqualsIfExists
The DateNotEqualsIfExists operator.
IpAddress
The IpAddress operator.
IpAddressIfExists
The IpAddressIfExists operator.
NotIpAddress
The NotIpAddress operator.
NotIpAddressIfExists
The NotIpAddressIfExists operator.
Null
The Null operator.
NumericEquals
The NumericEquals operator.
NumericEqualsIfExists
The NumericEqualsIfExists operator.
NumericGreaterThan
The NumericGreaterThan operator.
NumericGreaterThanEquals
The NumericGreaterThanEquals operator.
NumericGreaterThanEqualsIfExists
The NumericGreaterThanEqualsIfExists operator.
NumericGreaterThanIfExists
The NumericGreaterThanIfExists operator.
NumericLessThan
The NumericLessThan operator.
NumericLessThanEquals
The NumericLessThanEquals operator.
NumericLessThanEqualsIfExists
The NumericLessThanEqualsIfExists operator.
NumericLessThanIfExists
The NumericLessThanIfExists operator.
NumericNotEquals
The NumericNotEquals operator.
NumericNotEqualsIfExists
The NumericNotEqualsIfExists operator.
StringEquals
The StringEquals operator.
StringEqualsIfExists
The StringEqualsIfExists operator.
StringEqualsIgnoreCase
The StringEqualsIgnoreCase operator.
StringEqualsIgnoreCaseIfExists
The StringEqualsIgnoreCaseIfExists operator.
StringLike
The StringLike operator.
StringLikeIfExists
The StringLikeIfExists operator.
StringNotEquals
The StringNotEquals operator.
StringNotEqualsIfExists
The StringNotEqualsIfExists operator.
StringNotEqualsIgnoreCase
The StringNotEqualsIgnoreCase operator.
StringNotEqualsIgnoreCaseIfExists
The StringNotEqualsIgnoreCaseIfExists operator.
StringNotLike
The StringNotLike operator.
StringNotLikeIfExists
The StringNotLikeIfExists operator.