Package | Description |
---|---|
com.querydsl.sql |
SQL/JDBC support
|
com.querydsl.sql.dml |
DML operations support
|
com.querydsl.sql.teradata |
Teradata support
|
Modifier and Type | Method and Description |
---|---|
SQLBindings |
ProjectableSQLQuery.getSQL()
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–2016 Querydsl. All rights reserved.