|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jpox.store.mapped.expression.ScalarExpression
org.jpox.store.expression.spatial.GeometryLiteral
public class GeometryLiteral
Representation of a geometry literal.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.jpox.store.mapped.expression.ScalarExpression |
|---|
org.jpox.store.mapped.expression.ScalarExpression.DatastoreFieldExpression, org.jpox.store.mapped.expression.ScalarExpression.DyadicOperator, org.jpox.store.mapped.expression.ScalarExpression.ExpressionList, org.jpox.store.mapped.expression.ScalarExpression.IllegalArgumentTypeException, org.jpox.store.mapped.expression.ScalarExpression.IllegalOperationException, org.jpox.store.mapped.expression.ScalarExpression.MethodInvocationException, org.jpox.store.mapped.expression.ScalarExpression.MonadicOperator, org.jpox.store.mapped.expression.ScalarExpression.Operator |
| Field Summary |
|---|
| Fields inherited from class org.jpox.store.mapped.expression.ScalarExpression |
|---|
aliasIdentifier, checkForTypeAssignability, 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_NOTIN, OP_NOTLIKE, OP_OR, OP_SUB, parameterName, PROJECTION, qs, st, te |
| Constructor Summary | |
|---|---|
GeometryLiteral(org.jpox.store.mapped.expression.QueryExpression qs,
org.jpox.store.mapped.mapping.JavaTypeMapping mapping,
java.lang.Object value)
|
|
| Method Summary | |
|---|---|
org.jpox.store.mapped.expression.BooleanExpression |
eq(org.jpox.store.mapped.expression.ScalarExpression expr)
|
java.lang.Object |
getRawValue()
|
java.lang.Object |
getValue()
|
org.jpox.store.mapped.expression.BooleanExpression |
noteq(org.jpox.store.mapped.expression.ScalarExpression expr)
|
void |
setRawValue(java.lang.Object val)
|
org.jpox.store.mapped.query.StatementText |
toStatementText(int mode)
|
| Methods inherited from class org.jpox.store.mapped.expression.ScalarExpression |
|---|
accessField, add, and, as, assertValidTypeForParameterComparison, callMethod, cast, checkForTypeAssignability, com, div, encloseWithInParentheses, eor, equals, getAlias, getConsistentTypeForParameterComparison, getExpressionList, getLogicSetExpression, getMapping, getNonAliasExpression, getParameterName, getQueryExpression, gt, gteq, in, instanceOf, ior, isParameter, lt, lteq, mod, mul, neg, not, setParameterName, sub, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public GeometryLiteral(org.jpox.store.mapped.expression.QueryExpression qs,
org.jpox.store.mapped.mapping.JavaTypeMapping mapping,
java.lang.Object value)
| Method Detail |
|---|
public java.lang.Object getValue()
getValue in interface org.jpox.store.mapped.expression.Literalpublic org.jpox.store.mapped.expression.BooleanExpression eq(org.jpox.store.mapped.expression.ScalarExpression expr)
eq in class org.jpox.store.mapped.expression.ScalarExpressionpublic org.jpox.store.mapped.expression.BooleanExpression noteq(org.jpox.store.mapped.expression.ScalarExpression expr)
noteq in class org.jpox.store.mapped.expression.ScalarExpressionpublic org.jpox.store.mapped.query.StatementText toStatementText(int mode)
toStatementText in class org.jpox.store.mapped.expression.ScalarExpressionpublic java.lang.Object getRawValue()
getRawValue in interface org.jpox.store.mapped.expression.Literalpublic void setRawValue(java.lang.Object val)
setRawValue in interface org.jpox.store.mapped.expression.Literal
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||