| Package | Description |
|---|---|
| org.springframework.data.relational.core.sql |
Statement Builder implementation.
|
| org.springframework.data.relational.core.sql.render |
SQL rendering utilities to render SQL from the Statement Builder API.
|
| Modifier and Type | Method and Description |
|---|---|
Update |
UpdateBuilder.BuildUpdate.build()
Build the
Update. |
| Modifier and Type | Method and Description |
|---|---|
String |
Renderer.render(Update update)
Render the
Update AST into a SQL statement. |
String |
SqlRenderer.render(Update update)
Render the
Update AST into a SQL statement. |
static String |
SqlRenderer.toString(Update update)
Renders a
Update statement into its SQL representation. |
Copyright © 2017–2021 Pivotal Software, Inc.. All rights reserved.