| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Val | |
|---|---|
| org.apache.openjpa.jdbc.kernel.exps | OpenJPA-JDBC Expression Tree | 
| org.apache.openjpa.kernel.exps | OpenJPA Expression Tree | 
| Uses of Val in org.apache.openjpa.jdbc.kernel.exps | 
|---|
| Subclasses of Val in org.apache.openjpa.jdbc.kernel.exps | |
|---|---|
|  class | PCPathA path represents a traversal into fields of a candidate object. | 
| Uses of Val in org.apache.openjpa.kernel.exps | 
|---|
| Subclasses of Val in org.apache.openjpa.kernel.exps | |
|---|---|
| (package private)  class | AbsTake the absolute value of a number. | 
| (package private)  class | AddValue produced by two values being added together. | 
| (package private)  class | AggregateA value produced from evaluating a result aggregate. | 
| (package private)  class | AggregateValAn aggregate of some value. | 
| (package private)  class | AllIn-memory All implementation. | 
| (package private)  class | AnyIn-memory Any implementation. | 
| (package private)  class | ArgsA list of arguments to a multi-argument function. | 
| (package private)  class | AvgAverage values. | 
| (package private)  class | BoundVariableRepresents a bound variable. | 
|  class | CandidatePathA path represents a traversal into fields of a candidate object. | 
| (package private)  class | CastRepresents a cast. | 
|  class | CoalesceAn in-memory representation of a coalesce expression | 
| (package private)  class | CollectionParamRepresents a collection valued input parameter. | 
| (package private)  class | ConcatConcatenate two strings together. | 
| (package private)  class | CountCount non-null values. | 
| (package private)  class | CurrentDateRepresents the current date. | 
| (package private)  class | DistinctA distinct set of the specified values. | 
| (package private)  class | DivideValue produced by one value being divided by another. | 
| (package private)  class | ExtensionA value produced from evaluating a custom extension. | 
| (package private)  class | GeneralCaseAn in-memory representation of a general case expression | 
| (package private)  class | GetMapValueReturns the value of the specified key in a Map. | 
| (package private)  class | GetObjectIdGet the oid of an object. | 
| (package private)  class | IndexReturns the index of a value within a collection/map. | 
| (package private)  class | IndexOfFind the index of one string within another. | 
| (package private)  class | LitRepresents a literal. | 
| (package private)  class | MathValValue produced by a mathematical operation on two values. | 
| (package private)  class | MaxFind the max. | 
| (package private)  class | MinFind the min. | 
| (package private)  class | ModValue produced by one value being mod'd by another. | 
| (package private)  class | MultiplyValue produced by two values being multiplied together. | 
| (package private)  class | NullRepresents the null constant. | 
|  class | NullIfAn in-memory representation of a nullif expression | 
| (package private)  class | ParamRepresents a parameter. | 
|  class | SimpleCaseAn in-memory representation of a simple case expression | 
| (package private)  class | SizeReturns the count of a collection. | 
| (package private)  class | SqrtTake the square root of a number. | 
| (package private)  class | StringLengthReturns the number of characters in the String. | 
| (package private)  class | SubQAn in-memory representation of a Subquery. | 
| (package private)  class | SubstringTake the substring of a string. | 
| (package private)  class | SubtractValue produced by one value being subtracted from another. | 
| (package private)  class | SumSum values. | 
| (package private)  class | ThisRepresents the 'this' ptr in a filter. | 
| (package private)  class | ToLowerCaseLower-case a string. | 
| (package private)  class | ToUpperCaseUpper-case a string. | 
| (package private)  class | TrimTrims leading, trailing, or both charactes from a String. | 
| (package private)  class | TypeReturns the entity type. | 
| (package private)  class | TypeLitRepresents a type literal. | 
| (package private)  class | UnaryMathValValue produced by a mathematical operation on one value. | 
| (package private)  class | UnboundVariableRepresents an unbound variable. | 
| (package private)  class | ValuePathRepresents a path that begins with a variable or parameter. | 
| Methods in org.apache.openjpa.kernel.exps that return Val | |
|---|---|
|  Val | WhenCondition.getVal() | 
|  Val[] | Coalesce.getVal() | 
|  Val | WhenScalar.getVal1() | 
|  Val | NullIf.getVal1() | 
|  Val | WhenScalar.getVal2() | 
|  Val | NullIf.getVal2() | 
| Constructors in org.apache.openjpa.kernel.exps with parameters of type Val | |
|---|---|
| Abs(Val val)Constructor. | |
| Add(Val val1,
    Val val2)Constructor. | |
| Aggregate(AggregateListener listener,
          Val arg)Constructor. | |
| AggregateVal(Val val)Constructor. | |
| All(Val val) | |
| Any(Val val) | |
| Avg(Val val)Constructor. | |
| BindKeyVariableExpression(BoundVariable var,
                          Val val)Constructor. | |
| BindValueVariableExpression(BoundVariable var,
                            Val val)Constructor. | |
| BindVariableExpression(BoundVariable var,
                       Val val)Constructor. | |
| Cast(Val val,
     Class cast)Constructor. | |
| Coalesce(Val[] val)Constructor. | |
| CompareExpression(Val val1,
                  Val val2)Constructor. | |
| Concat(Val val,
       Val args)Constructor. | |
| ContainsExpression(Val val1,
                   Val val2)Constructor. | |
| ContainsKeyExpression(Val val1,
                      Val val2)Constructor. | |
| ContainsValueExpression(Val val1,
                        Val val2)Constructor. | |
| Count(Val val)Constructor. | |
| Distinct(Val val)Constructor. | |
| Divide(Val val1,
       Val val2)Constructor. | |
| EndsWithExpression(Val val1,
                   Val val2)Constructor. | |
| EqualExpression(Val val1,
                Val val2)Constructor. | |
| Extension(FilterListener listener,
          Val target,
          Val arg)Constructor. | |
| GeneralCase(Exp[] exp,
            Val val) | |
| GetMapValue(Val map,
            Val arg)Constructor. | |
| GetObjectId(Val val)Constructor. | |
| GreaterThanEqualExpression(Val val1,
                           Val val2)Constructor. | |
| GreaterThanExpression(Val val1,
                      Val val2)Constructor. | |
| Index(Val val)Constructor. | |
| IndexOf(Val val,
        Val args)Constructor. | |
| InstanceofExpression(Val val,
                     Class cls)Constructor; supply value and class. | |
| IsEmptyExpression(Val val)Constructor. | |
| LessThanEqualExpression(Val val1,
                        Val val2)Constructor. | |
| LessThanExpression(Val val1,
                   Val val2)Constructor. | |
| MatchesExpression(Val val1,
                  Val val2,
                  String single,
                  String multi,
                  String escape,
                  boolean affirmation)Constructor. | |
| MathVal(Val val1,
        Val val2)Constructor. | |
| Max(Val val)Constructor. | |
| Min(Val val)Constructor. | |
| Mod(Val val1,
    Val val2)Constructor. | |
| Multiply(Val val1,
         Val val2)Constructor. | |
| NotEqualExpression(Val val1,
                   Val val2)Constructor. | |
| NullIf(Val val1,
       Val val2)Constructor. | |
| SimpleCase(Val caseOperand,
           Exp[] exp,
           Val val) | |
| Size(Val val) | |
| Sqrt(Val val)Constructor. | |
| StartsWithExpression(Val val1,
                     Val val2)Constructor. | |
| StringLength(Val val)Constructor. | |
| Substring(Val val,
          Val args)Constructor. | |
| Subtract(Val val1,
         Val val2)Constructor. | |
| Sum(Val val)Constructor. | |
| ToLowerCase(Val val)Constructor. | |
| ToUpperCase(Val val)Constructor. | |
| Trim(Val val,
     Val trimChar,
     Boolean where)Constructor. | |
| Type(Val val)Constructor. | |
| UnaryMathVal(Val val)Constructor. | |
| ValExpression(Val val)Constructor. | |
| ValuePath(Val val)Constructor. | |
| WhenCondition(Exp exp,
              Val val)Constructor. | |
| WhenScalar(Val val1,
           Val val2)Constructor. | |
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||