|
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.ConstantPath
A field traversal starting with a constant filter parameter.
| Constructor Summary | |
ConstantPath(com.solarmetric.rd.kodo.impl.jdbc.query.exp.Constant constant)
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. |
void |
castTo(java.lang.Class cls)
Cast this value to the given class. |
void |
get(java.lang.String field)
Traverse into the given field of the current object, and update the current object to that field value. |
void |
getKey()
|
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, getDataStoreValue, getJoins, initialize, isVariable, length |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.solarmetric.rd.kodo.query.Value |
isVariable |
| Methods inherited from interface com.solarmetric.rd.kodo.impl.jdbc.query.exp.JDBCValue |
appendIsEmpty, appendIsNotNull, appendIsNull, getDataStoreValue, getJoins, initialize, length |
| Constructor Detail |
public ConstantPath(com.solarmetric.rd.kodo.impl.jdbc.query.exp.Constant constant)
| Method Detail |
public void get(java.lang.String field)
Path
get in interface Pathpublic void getKey()
getKey in interface JDBCPathpublic java.lang.Object getValue()
Constant
getValue in class Constantpublic java.lang.Object getSQLValue()
ConstantConstant.getValue()
by default.
getSQLValue in class Constantpublic void castTo(java.lang.Class cls)
JDBCValue
castTo in interface JDBCValuecastTo 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
calculateValue in interface JDBCValue
public void appendTo(com.solarmetric.rd.kodo.impl.jdbc.schema.SQLBuffer sql,
int index)
JDBCValue
appendTo in interface 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 | |||||||||