Uses of Class
net.sf.jso.query.Variable

Packages that use Variable
net.sf.jso.query   
 

Uses of Variable in net.sf.jso.query
 

Fields in net.sf.jso.query declared as Variable
 Variable[] Parameters.variables
          Variables to be used.
 

Methods in net.sf.jso.query that return Variable
 Variable FieldOrder.getVariable()
          Returns order's variable.
 Variable FieldOperand.getVariable()
          Returns operand's variable.
 

Methods in net.sf.jso.query with parameters of type Variable
 void FieldOrder.setVariable(Variable aVariable)
          Sets order's variable.
 

Constructors in net.sf.jso.query with parameters of type Variable
Predicate(Variable aVariable, java.lang.String aField, CriteriaOperator anOperator)
          Constructs predicate with a left field operand and a right value operand.
Predicate(Variable aVariable, java.lang.String aField, CriteriaOperator anOperator, java.lang.Object aValue)
          Constructs predicate with a left field operand and a right value operand.
Predicate(java.lang.String aFieldLeft, CriteriaOperator anOperator, Variable aVariableRight, java.lang.String aFieldRight)
          Constructs predicate with both operands field operands.
Predicate(Variable aVariableLeft, java.lang.String aFieldLeft, CriteriaOperator anOperator, Variable aVariableRight, java.lang.String aFieldRight)
          Constructs predicate with both operands field operands.
FieldOrder(Variable aVariable, java.lang.String aField, OrderOperator anOperator)
          Constructs order.
FieldOperand(Variable aVariable, java.lang.String aField)
          Constructs operand.
Parameters(Variable[] someVariables, Criteria someCriteria)
          Constructs the parameters.
Parameters(Variable[] someVariables, Criteria someCriteria, Order someOrder)
          Constructs the parameters.
Parameters(Variable[] someVariables, Criteria someCriteria, int aPageSize)
          Constructs the parameters.
Parameters(Variable[] someVariables, Criteria someCriteria, Order someOrder, int aPageSize, int aPage)
          Constructs the parameters.
Parameters(Variable[] someVariables, Criteria someCriteria, Order someOrder, int aPageSize, int aPage, boolean useSummaries)
          Constructs the parameters.