|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.jdo.spi.persistence.support.ejb.ejbqlc.IdentificationVariable
public class IdentificationVariable
An instance of this class denotes an identification variable as declared in the from clause of an EJBQL query string. The compiler creates such an instance when analysing the from clause and stores it in the symbol table.
| Constructor Summary | |
|---|---|
IdentificationVariable(String name,
Object typeInfo)
Creates an identification variable declaration for use during semantic analysis. |
|
| Method Summary | |
|---|---|
String |
getName()
Returns the name of the IdentificationVariable. |
Object |
getTypeInfo()
Returns the type of the IdentificationVariable. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IdentificationVariable(String name,
Object typeInfo)
name - the name of the identification variable.typeInfo - the type of the identification variable.| Method Detail |
|---|
public String getName()
public Object getTypeInfo()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||