| Package | Description |
|---|---|
| org.springframework.data.relational.core.sql |
Statement Builder implementation.
|
| Modifier and Type | Method and Description |
|---|---|
static DeleteBuilder.DeleteWhere |
StatementBuilder.delete(Table table)
Creates a new
DeleteBuilder and declares the Table to delete from. |
DeleteBuilder.DeleteWhere |
DeleteBuilder.from(Table table)
Declare a
Table for DELETE FROM. |
Copyright © 2017–2021 Pivotal Software, Inc.. All rights reserved.