Uses of Interface
javax.jdo.query.CharacterExpression
Packages that use CharacterExpression
Package
Description
Package providing the Java Data Objects (JDO) primary API components.
Package providing expressions for building a typed JDOQL query.
-
Uses of CharacterExpression in javax.jdo
Methods in javax.jdo that return CharacterExpressionModifier and TypeMethodDescriptionJDOQLTypedQuery.characterParameter(String name) Method to return a character parameter for the query.JDOQLTypedSubquery.selectUnique(CharacterExpression expr) Accessor for the subquery (character) expression from the subquery when the subquery returns a single value.Methods in javax.jdo with parameters of type CharacterExpressionModifier and TypeMethodDescriptionJDOQLTypedSubquery.selectUnique(CharacterExpression expr) Accessor for the subquery (character) expression from the subquery when the subquery returns a single value. -
Uses of CharacterExpression in javax.jdo.query
Methods in javax.jdo.query that return CharacterExpressionModifier and TypeMethodDescriptionStringExpression.charAt(int pos) Method to return an expression for the character at a position of this string expression.StringExpression.charAt(NumericExpression<Integer> pos) Method to return an expression for the character at a position of this string expression.CharacterExpression.com()Method to return an expression that is the complement of the current expression.CharacterExpression.neg()Method to return an expression that is the current expression negated.CharacterExpression.toLowerCase()Method to return a CharacterExpression representing this CharacterExpression in lower case.CharacterExpression.toUpperCase()Method to return a CharacterExpression representing this CharacterExpression in upper case.