Interface DeleteBuilder
public interface DeleteBuilder
Entry point to construct a
Delete statement.- Since:
- 1.1
- Author:
- Mark Paluch
- See Also:
-
Method Details
-
from
Declare aTableforDELETE FROM.- Parameters:
table- the table toDELETE FROMmust not be null.- Returns:
thisbuilder.- See Also:
-