org.apache.openjpa.jdbc.kernel.exps
Class Param.ParamExpState

java.lang.Object
  extended by org.apache.openjpa.jdbc.kernel.exps.ExpState
      extended by org.apache.openjpa.jdbc.kernel.exps.Const.ConstExpState
          extended by org.apache.openjpa.jdbc.kernel.exps.Param.ParamExpState
Enclosing class:
Param

public static class Param.ParamExpState
extends Const.ConstExpState

Expression state.


Field Summary
 Discriminator disc
           
 Object discValue
           
 ClassMapping mapping
           
 int otherLength
           
 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

sqlValue

public Object sqlValue

otherLength

public int otherLength

mapping

public ClassMapping mapping

disc

public Discriminator disc

discValue

public Object discValue
Constructor Detail

Param.ParamExpState

public Param.ParamExpState()


Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.