Uses of Class
org.jpox.store.mapped.expression.ScalarExpression.DyadicOperator

Packages that use ScalarExpression.DyadicOperator
org.jpox.store.mapped.expression This package provides a series of expressions and literals used in the conversion of a JDOQL query into the resultant SQL that is required to be executed in the datastore. 
 

Uses of ScalarExpression.DyadicOperator in org.jpox.store.mapped.expression
 

Fields in org.jpox.store.mapped.expression declared as ScalarExpression.DyadicOperator
static ScalarExpression.DyadicOperator ScalarExpression.OP_ADD
          ADD
static ScalarExpression.DyadicOperator ScalarExpression.OP_AND
          AND
static ScalarExpression.DyadicOperator ScalarExpression.OP_BETWEEN
          BETWEEN
static ScalarExpression.DyadicOperator ScalarExpression.OP_CONCAT
          CONCAT
static ScalarExpression.DyadicOperator ScalarExpression.OP_DIV
          DIV
static ScalarExpression.DyadicOperator ScalarExpression.OP_EQ
          EQ
static ScalarExpression.DyadicOperator ScalarExpression.OP_GT
          GT
static ScalarExpression.DyadicOperator ScalarExpression.OP_GTEQ
          GTEQ
static ScalarExpression.DyadicOperator ScalarExpression.OP_IN
          IN
static ScalarExpression.DyadicOperator ScalarExpression.OP_IS
          IS
static ScalarExpression.DyadicOperator ScalarExpression.OP_ISNOT
          ISNOT
static ScalarExpression.DyadicOperator ScalarExpression.OP_LIKE
          LIKE
static ScalarExpression.DyadicOperator ScalarExpression.OP_LT
          LT
static ScalarExpression.DyadicOperator ScalarExpression.OP_LTEQ
          LTEQ
static ScalarExpression.DyadicOperator ScalarExpression.OP_MOD
          MOD
static ScalarExpression.DyadicOperator ScalarExpression.OP_MUL
          MUL
static ScalarExpression.DyadicOperator ScalarExpression.OP_NOTEQ
          NOTEQ
static ScalarExpression.DyadicOperator ScalarExpression.OP_NOTIN
          NOT IN
static ScalarExpression.DyadicOperator ScalarExpression.OP_NOTLIKE
          NOT LIKE
static ScalarExpression.DyadicOperator ScalarExpression.OP_OR
          OR
static ScalarExpression.DyadicOperator ScalarExpression.OP_SUB
          SUB
 

Constructors in org.jpox.store.mapped.expression with parameters of type ScalarExpression.DyadicOperator
BinaryExpression(ScalarExpression operand1, ScalarExpression.DyadicOperator op, ScalarExpression operand2)
          Performs a function on two binary expressions.
BooleanExpression(ScalarExpression operand1, ScalarExpression.DyadicOperator op, ScalarExpression operand2)
          Perform a boolean operator op between two operands operand1 and operand2
ByteExpression(ScalarExpression operand1, ScalarExpression.DyadicOperator op, ScalarExpression operand2)
          Performs a function on two arguments.
InExpression(ScalarExpression expr1, ScalarExpression.DyadicOperator op, ScalarExpression expr2)
          Constructor for expr1 being IN expr2.
LikeExpression(ScalarExpression expr1, ScalarExpression.DyadicOperator op, ScalarExpression expr2)
          Constructor for expr1 being LIKE expr2.
NumericExpression(ScalarExpression operand1, ScalarExpression.DyadicOperator op, ScalarExpression operand2)
          Performs a function on two arguments.
ScalarExpression(ScalarExpression operand1, ScalarExpression.DyadicOperator op, ScalarExpression operand2)
          Performs a function on two arguments.
SqlTemporalExpression(ScalarExpression operand1, ScalarExpression.DyadicOperator op, ScalarExpression operand2)
          Performs a function on two arguments.
StringExpression(ScalarExpression operand1, ScalarExpression.DyadicOperator op, ScalarExpression operand2)
          Performs a function on two arguments.
 



Copyright © -2008 . All Rights Reserved.