| Package | Description | 
|---|---|
| com.mysema.query.sql | SQL/JDBC support for Querydsl | 
| com.mysema.query.sql.dml | DML operations support | 
| com.mysema.query.sql.teradata | 
| Modifier and Type | Method and Description | 
|---|---|
| SQLBindings | DetachableSQLQuery. getSQL(Expression<?>... exprs)Get the query as an SQL query string and bindings | 
| SQLBindings | ProjectableSQLQuery. getSQL(Expression<?>... exprs)Get the query as an SQL query string and bindings | 
| Modifier and Type | Method and Description | 
|---|---|
| protected SQLBindings | AbstractSQLClause. createBindings(QueryMetadata metadata,
              SQLSerializer serializer) | 
| Modifier and Type | Method and Description | 
|---|---|
| List<SQLBindings> | SQLDeleteClause. getSQL() | 
| abstract List<SQLBindings> | AbstractSQLClause. getSQL()Get the SQL string and bindings | 
| List<SQLBindings> | SQLUpdateClause. getSQL() | 
| List<SQLBindings> | SQLMergeClause. getSQL() | 
| List<SQLBindings> | SQLInsertClause. getSQL() | 
| Modifier and Type | Method and Description | 
|---|---|
| List<SQLBindings> | SetQueryBandClause. getSQL() | 
Copyright © 2007–2015 Querydsl. All rights reserved.