org.apache.openjpa.jdbc.kernel.exps
Class Const.ConstExpState
java.lang.Object
org.apache.openjpa.jdbc.kernel.exps.ExpState
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.
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 |
cols
public Column[] cols
Const.ConstExpState
protected Const.ConstExpState()
getColumn
public Column getColumn(int index)
- Return the column for the value at the specified index, or null.
Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.