|
SolarMetric Kodo JDO 2.5.0 Reverse Schema Tool | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--com.solarmetric.rd.kodo.impl.jdbc.query.exp.Constant
|
+--com.solarmetric.rd.kodo.impl.jdbc.query.exp.Parameter
A parameter in a JDOQL filter.
| Constructor Summary | |
Parameter(java.lang.String name)
Constructor. |
|
| Method Summary | |
void |
appendTo(com.solarmetric.rd.kodo.impl.jdbc.schema.SQLBuffer sql,
int index)
Append the SQL for this value to the given buffer. |
void |
calculateValue(com.solarmetric.rd.kodo.runtime.PersistenceManagerImpl pm,
java.util.Map params,
com.solarmetric.rd.kodo.impl.jdbc.query.exp.JDBCValue other)
Calculate and cache the SQL for this value. |
java.lang.Object |
getSQLValue()
Return the SQL value of this constant. |
java.lang.Object |
getValue()
Return the value of this constant. |
| Methods inherited from class com.solarmetric.rd.kodo.impl.jdbc.query.exp.Constant |
appendIsEmpty, appendIsNotNull, appendIsNull, castTo, getDataStoreValue, getJoins, initialize, isVariable, length |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Parameter(java.lang.String name)
| Method Detail |
public java.lang.Object getValue()
Constant
getValue in class Constantpublic java.lang.Object getSQLValue()
ConstantConstant.getValue()
by default.
getSQLValue in class Constant
public void calculateValue(com.solarmetric.rd.kodo.runtime.PersistenceManagerImpl pm,
java.util.Map params,
com.solarmetric.rd.kodo.impl.jdbc.query.exp.JDBCValue other)
JDBCValue
public void appendTo(com.solarmetric.rd.kodo.impl.jdbc.schema.SQLBuffer sql,
int index)
JDBCValue
|
SolarMetric Kodo JDO 2.5.0 Reverse Schema Tool | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||