| 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
|
protected SQLBindings |
ProjectableSQLQuery.getSQL(SQLSerializer serializer) |
SQLBindings |
SQLListenerContextImpl.getSQLBindings() |
SQLBindings |
SQLListenerContext.getSQLBindings()
Return the underlying sql including bindings or first in a batch query
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<SQLBindings> |
SQLListenerContextImpl.getAllSQLBindings() |
java.util.Collection<SQLBindings> |
SQLListenerContext.getAllSQLBindings()
Return the underlying sql collection including bindings if the query is a batch query
|
| Modifier and Type | Method and Description |
|---|---|
void |
SQLListenerContextImpl.addSQL(SQLBindings sql) |
| Modifier and Type | Method and Description |
|---|---|
protected SQLBindings |
AbstractSQLClause.createBindings(QueryMetadata metadata,
SQLSerializer serializer) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SQLBindings> |
SQLMergeClause.getSQL() |
java.util.List<SQLBindings> |
AbstractSQLInsertClause.getSQL() |
abstract java.util.List<SQLBindings> |
AbstractSQLClause.getSQL()
Get the SQL string and bindings
|
java.util.List<SQLBindings> |
AbstractSQLDeleteClause.getSQL() |
java.util.List<SQLBindings> |
AbstractSQLUpdateClause.getSQL() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SQLBindings> |
SetQueryBandClause.getSQL() |
Copyright © 2007–2021 Querydsl. All rights reserved.