| 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 |
AbstractSQLQuery.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> |
SQLUpdateClause.getSQL() |
List<SQLBindings> |
SQLMergeClause.getSQL() |
List<SQLBindings> |
SQLInsertClause.getSQL() |
List<SQLBindings> |
SQLDeleteClause.getSQL() |
abstract List<SQLBindings> |
AbstractSQLClause.getSQL()
Get the SQL string and bindings
|
| Modifier and Type | Method and Description |
|---|---|
List<SQLBindings> |
SetQueryBandClause.getSQL() |
Copyright © 2007–2014 Mysema Ltd. All rights reserved.