Package | Description |
---|---|
com.wewebu.ow.csqlc | |
com.wewebu.ow.csqlc.ast |
Modifier and Type | Method and Description |
---|---|
protected Map<Integer,OwComparisonOperator> |
OwCSQLCProcessor.getSQLComparisonOperatorMap()
Map of operators which represent a simple compare function.
|
Modifier and Type | Method and Description |
---|---|
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.
|
protected Object |
OwCSQLCProcessor.getLimitForComparisonPredicate(OwSearchCriteria criteria_p,
OwComparisonOperator comparisonOperator_p,
OwCSQLCProcessor.OwProcessContext context_p) |
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
OwComparisonPredicate(OwValueExpression valueExpression_p,
OwComparisonOperator operator_p,
OwLiteral literal_p) |
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.