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

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

public static interface AbstractSqlExpression.SubqueryExpression
extends AbstractSqlExpression.Body

The "body" of an SQL expression made up of a subquery.

Author:
Mike Martin

Method Summary
 java.util.Set getReferencedColumns()
          Returns the query columns in this query referenced by 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

getReferencedColumns

public java.util.Set getReferencedColumns()
Returns the query columns in this query referenced by this expression.



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