|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OwComparisonOperator | |
|---|---|
| com.wewebu.ow.csqlc | |
| com.wewebu.ow.csqlc.ast | |
| Uses of OwComparisonOperator in com.wewebu.ow.csqlc |
|---|
| Methods in com.wewebu.ow.csqlc that return types with arguments of type OwComparisonOperator | |
|---|---|
protected Map<Integer,OwComparisonOperator> |
OwCSQLCProcessor.getSQLComparisonOperatorMap()
Map of operators which represent a simple compare function. |
| Methods in com.wewebu.ow.csqlc with parameters of type OwComparisonOperator | |
|---|---|
protected OwComparisonPredicate |
OwCSQLCProcessor.createComparisonPredicate(OwSearchCriteria criteria_p,
OwComparisonOperator comparisonOperator_p,
OwCSQLCProcessor.OwProcessContext context_p)
Create a compare predicate, is called if current predicate is a compare operator. |
| Uses of OwComparisonOperator in com.wewebu.ow.csqlc.ast |
|---|
| Methods in com.wewebu.ow.csqlc.ast that return OwComparisonOperator | |
|---|---|
static OwComparisonOperator |
OwComparisonOperator.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static OwComparisonOperator[] |
OwComparisonOperator.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Constructors in com.wewebu.ow.csqlc.ast with parameters of type OwComparisonOperator | |
|---|---|
OwComparisonPredicate(OwValueExpression valueExpression_p,
OwComparisonOperator operator_p,
OwLiteral literal_p)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||