|
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.Literal
A literal value in a JDOQL filter.
| Constructor Summary | |
Literal(java.lang.Object val)
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 |
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, getSQLValue, initialize, isVariable, length |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Literal(java.lang.Object val)
| Method Detail |
public java.lang.Object getValue()
Constant
getValue 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 | |||||||||