org.jpox.store.expression
Class MetaDataStringLiteral

java.lang.Object
  extended byorg.jpox.store.expression.ScalarExpression
      extended byorg.jpox.store.expression.StringExpression
          extended byorg.jpox.store.expression.StringLiteral
              extended byorg.jpox.store.expression.MetaDataStringLiteral
All Implemented Interfaces:
Literal

public class MetaDataStringLiteral
extends StringLiteral

Representation of a metadata string literal. Used by JPOX only

Version:
$Revision: 1.5 $

Nested Class Summary
 
Nested classes inherited from class org.jpox.store.expression.ScalarExpression
ScalarExpression.DyadicOperator, ScalarExpression.ExpressionList, ScalarExpression.FieldExpression, ScalarExpression.IllegalArgumentTypeException, ScalarExpression.IllegalOperationException, ScalarExpression.MethodInvocationException, ScalarExpression.MonadicOperator, ScalarExpression.Operator
 
Field Summary
static java.lang.String QUERY_META_DATA
          Column name JPOX uses for MetaData information (containing the class name of that row).
 
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
MetaDataStringLiteral(QueryExpression qs, java.lang.String value)
          Constructor
 
Methods inherited from class org.jpox.store.expression.StringLiteral
add, endsWithMethod, eq, generateStatementWithoutQuotes, getValue, gt, gteq, indexOfMethod, lengthMethod, lt, lteq, noteq, startsWithMethod, startsWithMethod, substringMethod, substringMethod, toLowerCaseMethod, toStatementText, toUpperCaseMethod, trimMethod
 
Methods inherited from class org.jpox.store.expression.StringExpression
charAtMethod, equalsMethod, in, indexOfMethod, matchesMethod, substringMethod, substringMethod
 
Methods inherited from class org.jpox.store.expression.ScalarExpression
accessField, and, as, callMethod, cast, com, div, encloseWithInParentheses, eor, equals, getAlias, getExpressionList, getLogicSetExpression, getMapping, getNonAliasExpression, getQueryExpression, instanceOf, ior, mod, mul, neg, not, sub, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

QUERY_META_DATA

public static final java.lang.String QUERY_META_DATA
Column name JPOX uses for MetaData information (containing the class name of that row).

See Also:
Constant Field Values
Constructor Detail

MetaDataStringLiteral

public MetaDataStringLiteral(QueryExpression qs,
                             java.lang.String value)
Constructor

Parameters:
qs - The QueryExpression
value - The metadata value


Copyright © -2007 . All Rights Reserved.