Package | Description |
---|---|
org.datanucleus.api.jdo.query |
Package providing DataNucleus' implementation of a typesafe query mechanism, primarily JDOQL.
|
org.datanucleus.query.typesafe |
Package providing a typesafe query mechanism, primarily for JDO.
|
Modifier and Type | Class and Description |
---|---|
class |
CharacterExpressionImpl<T>
Implementation of a CharacterExpression
|
Modifier and Type | Method and Description |
---|---|
CharacterExpression |
JDOTypesafeQuery.characterParameter(String name) |
CharacterExpression |
StringExpressionImpl.charAt(int pos) |
CharacterExpression |
StringExpressionImpl.charAt(NumericExpression pos) |
CharacterExpression |
JDOTypesafeSubquery.selectUnique(CharacterExpression expr) |
Modifier and Type | Method and Description |
---|---|
CharacterExpression |
JDOTypesafeSubquery.selectUnique(CharacterExpression expr) |
Modifier and Type | Method and Description |
---|---|
CharacterExpression |
TypesafeQuery.characterParameter(String name)
Method to return a character parameter for the query.
|
CharacterExpression |
StringExpression.charAt(int pos)
Method to return an expression for the character at a position of this string expression.
|
CharacterExpression |
StringExpression.charAt(NumericExpression pos)
Method to return an expression for the character at a position of this string expression.
|
CharacterExpression |
TypesafeSubquery.selectUnique(CharacterExpression expr)
Accessor for the subquery (character) expression from the subquery when the subquery returns a single value.
|
Modifier and Type | Method and Description |
---|---|
CharacterExpression |
TypesafeSubquery.selectUnique(CharacterExpression expr)
Accessor for the subquery (character) expression from the subquery when the subquery returns a single value.
|
Copyright © 2018. All rights reserved.