Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Interface
org.nuxeo.ecm.core.query.sql.model.Operand

Packages that use Operand
org.nuxeo.ecm.core.query.sql.model   
 

Uses of Operand in org.nuxeo.ecm.core.query.sql.model
 

Classes in org.nuxeo.ecm.core.query.sql.model that implement Operand
 class BooleanLiteral
          Boolean literal.
 class DateLiteral
           
 class DoubleLiteral
           
 class Expression
          An infix expression.
 class Function
           
 class IntegerLiteral
           
 class Literal
           
 class LiteralList
           
 class MultiExpression
          An expression for an single operator with an arbitrary number of operands.
 class OperandList
           
 class OrderByExpr
           
 class OrderByList
           
 class PathReference
           
 class Predicate
          Predicates are boolean expressions.
 class Reference
          A named reference to a variable (this can be a field or table).
 class ReferenceList
           
 class StringLiteral
           
 

Fields in org.nuxeo.ecm.core.query.sql.model declared as Operand
 Operand Expression.lvalue
           
 Operand Expression.rvalue
           
 

Fields in org.nuxeo.ecm.core.query.sql.model with type parameters of type Operand
 List<Operand> MultiExpression.values
           
 

Methods in org.nuxeo.ecm.core.query.sql.model that return Operand
 Operand SelectClause.get(int i)
           
 Operand SelectClause.get(String alias)
           
 

Methods in org.nuxeo.ecm.core.query.sql.model with parameters of type Operand
 void SelectClause.add(Operand element)
           
 void SelectClause.add(String alias, Operand element)
           
 

Constructors in org.nuxeo.ecm.core.query.sql.model with parameters of type Operand
Expression(Operand lvalue, Operator operator, Operand rvalue)
           
Predicate(Operand lvalue, Operator operator, Operand rvalue)
           
 

Constructor parameters in org.nuxeo.ecm.core.query.sql.model with type arguments of type Operand
MultiExpression(Operator operator, List<Operand> values)
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.