Uses of Class
org.jpox.store.expression.CharacterExpression

Packages that use CharacterExpression
org.jpox.store.expression This package provides a series of expressions and literals used in the conversion of a JDOQL query into the resultant SQL that is required to be executed in the datastore. 
org.jpox.store.rdbms.adapter Provides mappings of all supported databases to aspects of the database that determines the SQL generation. 
 

Uses of CharacterExpression in org.jpox.store.expression
 

Subclasses of CharacterExpression in org.jpox.store.expression
 class CharacterLiteral
          Representation of a Character literal in a Query.
 

Methods in org.jpox.store.expression that return CharacterExpression
 CharacterExpression CharacterExpression.toLowerCaseMethod()
          Converts the Character Expression to lower case
 CharacterExpression CharacterExpression.toUpperCaseMethod()
          Converts the Character Expression to upper case
 CharacterExpression CharacterLiteral.toLowerCaseMethod()
          Converts the Character Literal to lower case
 CharacterExpression CharacterLiteral.toUpperCaseMethod()
          Converts the Character Literal to upper case
 

Methods in org.jpox.store.expression with parameters of type CharacterExpression
 NumericExpression ExpressionConversionAdapter.toNumericExpression(CharacterExpression expr)
          A Widening conversion that returns the appropriate expression for the (int)'A' expression.
 

Uses of CharacterExpression in org.jpox.store.rdbms.adapter
 

Methods in org.jpox.store.rdbms.adapter with parameters of type CharacterExpression
 NumericExpression DatabaseAdapter.toNumericExpression(CharacterExpression expr)
          Returns the appropriate expression for the (int)'A' expression.
 



Copyright © -2007 . All Rights Reserved.