Class DeleteFromBuilder
java.lang.Object
io.github.torand.fastersql.statement.DeleteFromBuilder
Builder of DELETE statements with a FROM clause.
-
Method Summary
Modifier and TypeMethodDescriptionCreates a DELETE statement with specified FROM clause.
-
Method Details
-
from
Creates a DELETE statement with specified FROM clause.- Parameters:
table
- the table to delete from.- Returns:
- the statement.
-