com.triactive.jdo.store.sql.expr
Interface AbstractSqlExpression.CompoundExpression

All Superinterfaces:
AbstractSqlExpression.Body, StatementTextGenerator
Enclosing interface:
AbstractSqlExpression

public static interface AbstractSqlExpression.CompoundExpression
extends AbstractSqlExpression.Body

The "body" of an SQL expression made up of one or more component SQL expressions.

Author:
Mike Martin

Method Summary
 java.util.Collection subexpressions()
          Returns all the subexpressions that are included in the body of this expression.
 
Methods inherited from interface com.triactive.jdo.store.sql.expr.AbstractSqlExpression.Body
getJavaType, getMapping, getQueryStatement, lowestOperator
 
Methods inherited from interface com.triactive.jdo.store.sql.expr.StatementTextGenerator
toStatementText, toString
 

Method Detail

subexpressions

public java.util.Collection subexpressions()
Returns all the subexpressions that are included in the body of this expression.



Copyright © 2001-2007 The TJDO Project All Rights Reserved.