|
||||||||||
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
public abstract class FcoExpression
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 | |
---|---|
FcoExpression(AbstractSqlExpression.Body body)
|
|
FcoExpression(QueryStatement.QueryColumn qsc)
|
Method Summary | |
---|---|
SqlExpression |
accessField(java.lang.String fieldName)
Returns a new expression representing "this.fieldName". |
abstract TableExpression |
getTableExpression()
|
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, cast, com, div, eor, getColumnMapping, getJavaType, getMapping, getQueryStatement, getReferencedColumns, gt, gteq, innermostQuery, innermostQuery, ior, lt, lteq, mod, mul, neg, newBody, newBody, newBody, newBody, newBody, newBody, newResultExpression, 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 FcoExpression(AbstractSqlExpression.Body body)
public FcoExpression(QueryStatement.QueryColumn qsc)
Method Detail |
---|
public abstract TableExpression getTableExpression()
public SqlExpression accessField(java.lang.String fieldName)
SqlExpression
accessField
in interface SqlExpression
accessField
in class AbstractSqlExpression
fieldName
- The name of the field to be accessed.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |