@property Predicate $and
Begin nesting predicates
| Return type: | Predicate |
|---|
Indicate what predicate will be unnested
| Parameters: | Predicate – |
|---|---|
| Return type: | void |
Indicate end of nested predicate
| Return type: | Predicate |
|---|---|
| Throws : | RuntimeException |
Create “Equal To” predicate
Utilizes Operator predicate
| Parameters: | |
|---|---|
| Return type: | Predicate |
Create “Not Equal To” predicate
Utilizes Operator predicate
| Parameters: | |
|---|---|
| Return type: | Predicate |
Create “Less Than” predicate
Utilizes Operator predicate
| Parameters: | |
|---|---|
| Return type: | Predicate |
Create “Greater Than” predicate
Utilizes Operator predicate
| Parameters: | |
|---|---|
| Return type: | Predicate |
Create “Less Than Or Equal To” predicate
Utilizes Operator predicate
| Parameters: | |
|---|---|
| Return type: | Predicate |
Create “Greater Than Or Equal To” predicate
Utilizes Operator predicate
| Parameters: | |
|---|---|
| Return type: | Predicate |
Create “Like” predicate
Utilizes Like predicate
| Parameters: |
|
|---|---|
| Return type: | Predicate |
Create “Literal” predicate
Utilizes Like predicate
| Parameters: |
|
|---|---|
| Return type: | Predicate |
Create “IS NULL” predicate
Utilizes IsNull predicate
| Parameters: | string – |
|---|---|
| Return type: | Predicate |
Create “IS NOT NULL” predicate
Utilizes IsNotNull predicate
| Parameters: | string – |
|---|---|
| Return type: | Predicate |
Create “in” predicate
Utilizes In predicate
| Parameters: |
|
|---|---|
| Return type: | Predicate |
Create “between” predicate
Utilizes Between predicate
| Parameters: |
|
|---|---|
| Return type: | Predicate |