org.apache.openjpa.jdbc.kernel.exps
Class Const.ConstExpState

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

protected static class Const.ConstExpState
extends ExpState

Constant expression state.


Field Summary
 Column[] cols
           
 
Fields inherited from class org.apache.openjpa.jdbc.kernel.exps.ExpState
joins, NULL
 
Constructor Summary
protected Const.ConstExpState()
           
 
Method Summary
 Column getColumn(int index)
          Return the column for the value at the specified index, or null.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cols

public Column[] cols
Constructor Detail

Const.ConstExpState

protected Const.ConstExpState()
Method Detail

getColumn

public Column getColumn(int index)
Return the column for the value at the specified index, or null.



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