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 |
---|---|
Delete |
DeleteBuilder.BuildDelete.build()
Build the
Delete statement and verify basic relationship constraints such as all referenced columns have
a FROM table import. |
Modifier and Type | Method and Description |
---|---|
String |
SqlRenderer.render(Delete delete)
Render the
Delete AST into a SQL statement. |
String |
Renderer.render(Delete delete)
Render the
Delete AST into a SQL statement. |
static String |
SqlRenderer.toString(Delete delete)
Renders a
Delete statement into its SQL representation. |
Copyright © 2017–2020 Pivotal Software, Inc.. All rights reserved.