|
Oracle Fusion Middleware Java API Reference for Oracle TopLink 11g Release 1 (11.1.1) E28847-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Object
java.lang.Enum<ContentAssistVisitor.IdentificationVariableType>
org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.IdentificationVariableType
private static enum ContentAssistVisitor.IdentificationVariableType
The various ways of retrieving identification variables from the declaration expression.
| Enum Constant Summary | |
|---|---|
ALLRetrieves all the identification variables declared in the declaration portion of the expression, which is either in the FROM clause of a SELECT query or DELETE query or in the UPDATE query. |
|
COLLECTIONOnly retrieves the identification variables that map a path expression defined in a JOIN expression or in a IN expression. |
|
LEFTOnly retrieves the identification variables that have been declared to the left of the expression requested them, both range and collection type variables are collected. |
|
LEFT_COLLECTIONOnly retrieves the identification variables that map a path expression defined in a JOIN expression or in a IN expression but that have been declared to the left of the expression requested them. |
|
NONESimply indicate the identification variables should not be collected. |
|
RESULT_VARIABLERetrieves the result variables that have been defined in the SELECT clause. |
|
| Method Summary | |
|---|---|
static ContentAssistVisitor.IdentificationVariableType |
valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. |
static ContentAssistVisitor.IdentificationVariableType[] |
values()Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final ContentAssistVisitor.IdentificationVariableType ALL
public static final ContentAssistVisitor.IdentificationVariableType COLLECTION
public static final ContentAssistVisitor.IdentificationVariableType LEFT
public static final ContentAssistVisitor.IdentificationVariableType LEFT_COLLECTION
public static final ContentAssistVisitor.IdentificationVariableType NONE
public static final ContentAssistVisitor.IdentificationVariableType RESULT_VARIABLE
| Method Detail |
|---|
public static ContentAssistVisitor.IdentificationVariableType[] values()
for (ContentAssistVisitor.IdentificationVariableType c : ContentAssistVisitor.IdentificationVariableType.values())
System.out.println(c);
public static ContentAssistVisitor.IdentificationVariableType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||