API  1.0.0
CPCompoundPredicate_Constants.j File Reference

Go to the source code of this file.

Variables

 CPAndPredicateType = 1
 
 CPNotPredicateType = 0
 
 CPOrPredicateType = 2
 

Variable Documentation

◆ CPAndPredicateType

CPAndPredicateType = 1

A predicate to directly compare the left and right hand sides.

Definition at line 34 of file CPCompoundPredicate_Constants.j.

◆ CPNotPredicateType

CPNotPredicateType = 0

A predicate to directly compare the left and right hand sides.

Definition at line 29 of file CPCompoundPredicate_Constants.j.

◆ CPOrPredicateType

CPOrPredicateType = 2

A predicate to directly compare the left and right hand sides.

Definition at line 39 of file CPCompoundPredicate_Constants.j.