|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.openjpa.jdbc.kernel.exps.ExpState
org.apache.openjpa.jdbc.kernel.exps.Const.ConstExpState
org.apache.openjpa.jdbc.kernel.exps.Param.ParamExpState
public static class Param.ParamExpState
Expression state.
Field Summary | |
---|---|
Discriminator |
disc
|
java.lang.Object |
discValue
|
ClassMapping |
mapping
|
int |
otherLength
|
java.lang.Object |
sqlValue
|
Fields inherited from class org.apache.openjpa.jdbc.kernel.exps.Const.ConstExpState |
---|
cols |
Fields inherited from class org.apache.openjpa.jdbc.kernel.exps.ExpState |
---|
joins, NULL |
Constructor Summary | |
---|---|
Param.ParamExpState()
|
Method Summary |
---|
Methods inherited from class org.apache.openjpa.jdbc.kernel.exps.Const.ConstExpState |
---|
getColumn |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.Object sqlValue
public int otherLength
public ClassMapping mapping
public Discriminator disc
public java.lang.Object discValue
Constructor Detail |
---|
public Param.ParamExpState()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |