| Package | Description | 
|---|---|
| org.datanucleus.query.expression | 
 Package providing expressions from which a (generically) compiled query is made up. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
static Expression.MonadicOperator | 
Expression.OP_COM
COM 
 | 
static Expression.MonadicOperator | 
Expression.OP_DISTINCT
DISTINCT 
 | 
static Expression.MonadicOperator | 
Expression.OP_NEG
NEG 
 | 
static Expression.MonadicOperator | 
Expression.OP_NOT
NOT 
 | 
| Constructor and Description | 
|---|
DyadicExpression(Expression.MonadicOperator op,
                Expression operand)
Perform a function  
op on operand | 
Expression(Expression.MonadicOperator op,
          Expression operand)
Perform a function  
op on operand | 
Copyright © 2018. All rights reserved.