org.jpox.store.expression
Class JGeometryScalarExpression

java.lang.Object
  extended by org.jpox.store.expression.ScalarExpression
      extended by org.jpox.store.expression.JGeometryScalarExpression

public class JGeometryScalarExpression
extends org.jpox.store.expression.ScalarExpression

Representation of an expression with a JGeometry.

Version:
$Revision: 1.1 $

Nested Class Summary
 
Nested classes/interfaces inherited from class org.jpox.store.expression.ScalarExpression
org.jpox.store.expression.ScalarExpression.DyadicOperator, org.jpox.store.expression.ScalarExpression.ExpressionList, org.jpox.store.expression.ScalarExpression.FieldExpression, org.jpox.store.expression.ScalarExpression.IllegalArgumentTypeException, org.jpox.store.expression.ScalarExpression.IllegalOperationException, org.jpox.store.expression.ScalarExpression.MethodInvocationException, org.jpox.store.expression.ScalarExpression.MonadicOperator, org.jpox.store.expression.ScalarExpression.Operator
 
Field Summary
 
Fields inherited from class org.jpox.store.expression.ScalarExpression
aliasIdentifier, expressionList, FILTER, LOCALISER, lowestOperator, mapping, OP_ADD, OP_AND, OP_BETWEEN, OP_COM, OP_CONCAT, OP_DIV, OP_EQ, OP_GT, OP_GTEQ, OP_IN, OP_IS, OP_ISNOT, OP_LIKE, OP_LT, OP_LTEQ, OP_MOD, OP_MUL, OP_NEG, OP_NOT, OP_NOTEQ, OP_OR, OP_SUB, PROJECTION, qs, st, te
 
Constructor Summary
JGeometryScalarExpression(org.jpox.store.expression.QueryExpression qs)
           
JGeometryScalarExpression(org.jpox.store.expression.QueryExpression qs, org.jpox.store.mapping.JavaTypeMapping mapping, org.jpox.store.expression.LogicSetExpression te)
           
 
Method Summary
 
Methods inherited from class org.jpox.store.expression.ScalarExpression
accessField, add, and, as, callMethod, cast, com, div, encloseWithInParentheses, eor, eq, equals, getAlias, getExpressionList, getLogicSetExpression, getMapping, getNonAliasExpression, getQueryExpression, gt, gteq, in, instanceOf, ior, lt, lteq, mod, mul, neg, not, noteq, sub, toStatementText, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JGeometryScalarExpression

public JGeometryScalarExpression(org.jpox.store.expression.QueryExpression qs)

JGeometryScalarExpression

public JGeometryScalarExpression(org.jpox.store.expression.QueryExpression qs,
                                 org.jpox.store.mapping.JavaTypeMapping mapping,
                                 org.jpox.store.expression.LogicSetExpression te)
Parameters:
qs - the QueryExpression
mapping - the mapping associated to this expression
te - the TableExpression where this expression refers to


Copyright © 2003-2008 Java Persistent Objects (JPOX). All Rights Reserved.