Class Param.ParamExpState
- java.lang.Object
 - 
- org.apache.openjpa.jdbc.kernel.exps.ExpState
 - 
- org.apache.openjpa.jdbc.kernel.exps.Param.ParamExpState
 
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description DiscriminatordiscObjectdiscValueClassMappingmappingintotherLengthObjectsqlValue 
- 
Constructor Summary
Constructors Constructor Description ParamExpState() 
 - 
 
- 
- 
Field Detail
- 
sqlValue
public Object sqlValue
 
- 
otherLength
public int otherLength
 
- 
mapping
public ClassMapping mapping
 
- 
disc
public Discriminator disc
 
- 
discValue
public Object discValue
 
 - 
 
 -