Uses of Class
com.caucho.amber.query.AmberSelectQuery

Packages that use AmberSelectQuery
com.caucho.amber.expr   
com.caucho.amber.query   
 

Uses of AmberSelectQuery in com.caucho.amber.expr
 

Constructors in com.caucho.amber.expr with parameters of type AmberSelectQuery
AllExpr(AmberSelectQuery query)
           
AnyExpr(AmberSelectQuery query)
           
ExistsExpr(AmberSelectQuery query)
           
SubSelectExpr(AmberSelectQuery query)
           
 

Uses of AmberSelectQuery in com.caucho.amber.query
 

Methods in com.caucho.amber.query that return AmberSelectQuery
 AmberSelectQuery ResultSetCacheChunk.getQuery()
          Gets the query.
 

Methods in com.caucho.amber.query with parameters of type AmberSelectQuery
 void ResultSetCacheChunk.setQuery(AmberSelectQuery query)
          Sets the query.
 void ResultSetImpl.setQuery(AmberSelectQuery query)
          Sets the query.