|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.triactive.jdo.store.sql.expr.AbstractSqlExpression
com.triactive.jdo.store.sql.expr.ObjectExpression
com.triactive.jdo.store.sql.expr.FcoExpression
com.triactive.jdo.store.sql.expr.ObjectDatastoreIdExpression
public class ObjectDatastoreIdExpression
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.triactive.jdo.store.sql.expr.AbstractSqlExpression |
---|
AbstractSqlExpression.Body, AbstractSqlExpression.CompoundExpression, AbstractSqlExpression.SimpleColumnReference, AbstractSqlExpression.SubqueryExpression |
Field Summary |
---|
Fields inherited from class com.triactive.jdo.store.sql.expr.AbstractSqlExpression |
---|
body, qs |
Constructor Summary | |
---|---|
ObjectDatastoreIdExpression(QueryStatement.QueryColumn idQsc)
|
Method Summary | |
---|---|
SqlExpression |
cast(java.lang.Class castType)
Returns a new expression representing this expression cast to the given data type. |
TableExpression |
getTableExpression()
|
ResultExpression |
newResultExpression(PersistenceManager pm)
SELECTs this expression in the surrounding query statement and returns a corresponding result expression. |
Methods inherited from class com.triactive.jdo.store.sql.expr.FcoExpression |
---|
accessField |
Methods inherited from class com.triactive.jdo.store.sql.expr.ObjectExpression |
---|
eq, lastPartOf, noteq |
Methods inherited from class com.triactive.jdo.store.sql.expr.AbstractSqlExpression |
---|
add, and, callMethod, com, div, eor, getColumnMapping, getJavaType, getMapping, getQueryStatement, getReferencedColumns, gt, gteq, innermostQuery, innermostQuery, ior, lt, lteq, mod, mul, neg, newBody, newBody, newBody, newBody, newBody, newBody, newSubqueryBody, not, select, setMapping, sub, toStatementText, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ObjectDatastoreIdExpression(QueryStatement.QueryColumn idQsc)
Method Detail |
---|
public TableExpression getTableExpression()
getTableExpression
in class FcoExpression
public SqlExpression cast(java.lang.Class castType)
SqlExpression
cast
in interface SqlExpression
cast
in class AbstractSqlExpression
castType
- The Java type to which the expression should be cast.public ResultExpression newResultExpression(PersistenceManager pm)
SqlExpression
newResultExpression
in interface SqlExpression
newResultExpression
in class AbstractSqlExpression
pm
- The persistence manager for the result objects.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |