|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jpox.store.expression.ScalarExpression
org.jpox.store.expression.JGeometryLiteral
public class JGeometryLiteral
Representation of a string literal.
| 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 | |
|---|---|
JGeometryLiteral(org.jpox.store.expression.QueryExpression qs,
org.jpox.store.mapping.JavaTypeMapping mapping,
oracle.spatial.geometry.JGeometry value)
Constructor |
|
| Method Summary | |
|---|---|
org.jpox.store.expression.BooleanExpression |
eq(org.jpox.store.expression.ScalarExpression expr)
|
java.lang.Object |
getValue()
|
org.jpox.store.expression.BooleanExpression |
noteq(org.jpox.store.expression.ScalarExpression expr)
|
org.jpox.store.rdbms.query.StatementText |
toStatementText(int mode)
|
| Methods inherited from class org.jpox.store.expression.ScalarExpression |
|---|
accessField, add, and, as, callMethod, cast, com, div, encloseWithInParentheses, eor, equals, getAlias, getExpressionList, getLogicSetExpression, getMapping, getNonAliasExpression, getQueryExpression, gt, gteq, in, instanceOf, ior, lt, lteq, mod, mul, neg, not, sub, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public JGeometryLiteral(org.jpox.store.expression.QueryExpression qs,
org.jpox.store.mapping.JavaTypeMapping mapping,
oracle.spatial.geometry.JGeometry value)
qs - The QueryExpressionmapping - The mapping to the java type. null mapping is acceptedvalue - The value| Method Detail |
|---|
public java.lang.Object getValue()
getValue in interface org.jpox.store.expression.Literalpublic org.jpox.store.expression.BooleanExpression eq(org.jpox.store.expression.ScalarExpression expr)
eq in class org.jpox.store.expression.ScalarExpressionpublic org.jpox.store.expression.BooleanExpression noteq(org.jpox.store.expression.ScalarExpression expr)
noteq in class org.jpox.store.expression.ScalarExpressionpublic org.jpox.store.rdbms.query.StatementText toStatementText(int mode)
toStatementText in class org.jpox.store.expression.ScalarExpression
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||