Uses of Interface
com.mysema.query.sql.SQLQuery

Packages that use SQLQuery
com.mysema.query.sql SQL/JDBC support for Querydsl 
 

Uses of SQLQuery in com.mysema.query.sql
 

Classes in com.mysema.query.sql that implement SQLQuery
 class SQLQueryImpl
          SQLQueryImpl is a JDBC based implementation of the Querydsl SQLQuery interface
 

Methods in com.mysema.query.sql that return SQLQuery
 SQLQuery SQLQuery.clone(Connection conn)
          Clone the state of the Query for the given Connection
 SQLQuery SQLQuery.from(Expr<?>... o)
          Defines the sources of the query
 SQLQuery SQLQuery.fullJoin(PEntity<?> o)
          Adds a full join to the given target
 SQLQuery SQLQuery.innerJoin(PEntity<?> o)
          Adds an inner join to the given target
 SQLQuery SQLQuery.join(PEntity<?> o)
          Adds a join to the given target
 SQLQuery SQLQuery.leftJoin(PEntity<?> o)
          Adds a left join to the given target
 SQLQuery SQLQuery.on(EBoolean... conditions)
          Defines a filter to the last added join
 



Copyright © 2007-2010 Mysema Ltd. All Rights Reserved.