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 Discriminator
disc
java.lang.Object
discValue
ClassMapping
mapping
int
otherLength
java.lang.Object
sqlValue
-
Constructor Summary
Constructors Constructor Description ParamExpState()
-
-
-
Field Detail
-
sqlValue
public java.lang.Object sqlValue
-
otherLength
public int otherLength
-
mapping
public ClassMapping mapping
-
disc
public Discriminator disc
-
discValue
public java.lang.Object discValue
-
-