Uses of Class
com.mysema.query.sql.dml.SQLDeleteClause

Packages that use SQLDeleteClause
com.mysema.query.sql SQL/JDBC support for Querydsl 
com.mysema.query.sql.dml DML operations support 
 

Uses of SQLDeleteClause in com.mysema.query.sql
 

Classes in com.mysema.query.sql with type parameters of type SQLDeleteClause
 interface SQLQueryFactory<Q extends SQLCommonQuery<?>,SQ extends AbstractSQLSubQuery<?>,D extends SQLDeleteClause,U extends SQLUpdateClause,I extends SQLInsertClause,M extends SQLMergeClause>
          Factory interface for query and clause creation
 

Methods in com.mysema.query.sql that return SQLDeleteClause
 SQLDeleteClause AbstractSQLQueryFactory.delete(RelationalPath<?> path)
           
 

Uses of SQLDeleteClause in com.mysema.query.sql.dml
 

Methods in com.mysema.query.sql.dml that return SQLDeleteClause
 SQLDeleteClause SQLDeleteClause.addBatch()
          Add current state of bindings as a batch item
 SQLDeleteClause SQLDeleteClause.addFlag(QueryFlag.Position position, Expression<?> flag)
          Add the given Expression at the given position as a query flag
 SQLDeleteClause SQLDeleteClause.addFlag(QueryFlag.Position position, String flag)
          Add the given String literal at the given position as a query flag
 SQLDeleteClause SQLDeleteClause.where(Predicate... o)
           
 



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