| Package | Description | 
|---|---|
| com.mysema.query.sql | SQL/JDBC support for Querydsl | 
| com.mysema.query.sql.dml | DML operations support | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | SQLCommonQueryFactory<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. | 
| Modifier and Type | Method and Description | 
|---|---|
| SQLDeleteClause | AbstractSQLQueryFactory. delete(RelationalPath<?> path) | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. limit(long limit) | 
| SQLDeleteClause | SQLDeleteClause. where(Predicate... o) | 
| SQLDeleteClause | SQLDeleteClause. where(Predicate p) | 
Copyright © 2007–2015 Querydsl. All rights reserved.