public interface DeleteBuilder
Delete
statement.StatementBuilder
Modifier and Type | Interface and Description |
---|---|
static interface |
DeleteBuilder.BuildDelete
Interface exposing the
Delete build method. |
static interface |
DeleteBuilder.DeleteWhere
Interface exposing
WHERE methods. |
static interface |
DeleteBuilder.DeleteWhereAndOr
|
Modifier and Type | Method and Description |
---|---|
DeleteBuilder.DeleteWhere |
from(Table table)
Declare a
Table for DELETE FROM . |
DeleteBuilder.DeleteWhere from(Table table)
Table
for DELETE FROM
.table
- the table to DELETE FROM
must not be null.this
builder.From
,
SQL.table(String)
Copyright © 2017–2020 Pivotal Software, Inc.. All rights reserved.