protected AbstractSemanticValidator.PathType |
AbstractEclipseLinkSemanticValidator.selectClausePathExpressionPathType() |
|
protected abstract AbstractSemanticValidator.PathType |
AbstractSemanticValidator.selectClausePathExpressionPathType() |
Returns the type of path expression that is allowed in the SELECT clause.
|
protected AbstractSemanticValidator.PathType |
AbstractEclipseLinkSemanticValidator.validPathExpressionTypeForCountFunction() |
|
protected AbstractSemanticValidator.PathType |
AbstractSemanticValidator.validPathExpressionTypeForCountFunction() |
Returns the type of path expression that is valid for a count function; which is the left
expression in a COUNT expression.
|
protected AbstractSemanticValidator.PathType |
AbstractEclipseLinkSemanticValidator.validPathExpressionTypeForInExpression() |
|
protected AbstractSemanticValidator.PathType |
AbstractSemanticValidator.validPathExpressionTypeForInExpression() |
Returns the type of path expression that is valid for the expression being tested by an
IN expression; which is the left expression.
|
protected AbstractSemanticValidator.PathType |
AbstractEclipseLinkSemanticValidator.validPathExpressionTypeForInItem() |
|
protected AbstractSemanticValidator.PathType |
AbstractSemanticValidator.validPathExpressionTypeForInItem() |
Returns the type of path expression that is valid for an IN items; which is the
left expression in a IN expression.
|
protected AbstractSemanticValidator.PathType |
AbstractEclipseLinkSemanticValidator.validPathExpressionTypeForStringExpression() |
|
protected AbstractSemanticValidator.PathType |
AbstractSemanticValidator.validPathExpressionTypeForStringExpression() |
Returns the type of path expression that is valid for a string expression; which is the left
expression in a LIKE expression.
|
static AbstractSemanticValidator.PathType |
AbstractSemanticValidator.PathType.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static AbstractSemanticValidator.PathType[] |
AbstractSemanticValidator.PathType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|