| Package | Description | 
|---|---|
| com.mysema.query.sql | SQL/JDBC support for Querydsl | 
| com.mysema.query.sql.dml | DML operations support | 
| com.mysema.query.sql.mssql | SQL Server support | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractSQLQueryFactory<Q extends SQLCommonQuery<Q>,SQ extends AbstractSQLSubQuery<SQ>>AbstractSQLQueryFactory is the base class for  SQLCommonQueryFactoryimplementations | 
| class  | AbstractSQLSubQuery<Q extends AbstractSQLSubQuery<Q>>Abstract superclass for SubQuery implementations | 
| 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 | Class and Description | 
|---|---|
| class  | SQLSubQuerySQLSubQuery is a subquery implementation for SQL queries | 
| Constructor and Description | 
|---|
| SQLInsertClause(Connection connection,
               Configuration configuration,
               RelationalPath<?> entity,
               AbstractSQLSubQuery<?> subQuery) | 
| SQLInsertClause(Connection connection,
               SQLTemplates templates,
               RelationalPath<?> entity,
               AbstractSQLSubQuery<?> subQuery) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SQLServerSubQuery | 
Copyright © 2007–2015 Querydsl. All rights reserved.